SW Rogue Squadron 3 - GameCube

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
Raven
Posts: 13
Joined: Fri Jan 16, 2015 7:06 pm

SW Rogue Squadron 3 - GameCube

Post by Raven »

hello

i try to unpack .pool & .cdata from SW Rogue Squadron 3 on GameCube
a Factor 5 game ....
to find texture folder and model folder

on Xentax we have a part of code, but it cannot unpack correctly

Code: Select all

# SW Rogue Squadron 3 (cdata)
# By Gh0stBlade
ENDIAN BIG

get MAGIC long
get FILES long

for i = 0 < FILES
    get UNK00 long
    get OFFSET long
    get UNK01 long
    get SIZE long
    log i OFFSET SIZE
next i


for a file of 300 Mo, this code give only 100 Mo of unpack datas ...

https://drive.google.com/file/d/0B38_2a ... sp=sharing

best regards
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: SW Rogue Squadron 3 - GameCube

Post by aluigi »

Far from being perfect but it may help:
http://aluigi.org/papers/bms/others/sw_ ... adron3.bms
Raven
Posts: 13
Joined: Fri Jan 16, 2015 7:06 pm

Re: SW Rogue Squadron 3 - GameCube

Post by Raven »

thks

after a quick test

for the bData.pool, extraction 99%
for the gTexPool.cData , extraction 33%

i will try to locate models and textures
Raven
Posts: 13
Joined: Fri Jan 16, 2015 7:06 pm

Re: SW Rogue Squadron 3 - GameCube

Post by Raven »

Aluigi

can you recheck your script for factor5 game (Star Wars Rogue Leader II, Star Wars Rogue Squadron III ) ?
http://aluigi.altervista.org/papers/bms/factor5.bms

your last script for .cdata , give extension to files into this archive ( xxx.dat )
and your script for data.dat , with factor5.bms, give no extension ...
https://drive.google.com/file/d/0B38_2a ... sp=sharing

i suspect xxx.dat is too, an archive
https://drive.google.com/file/d/0B38_2a ... sp=sharing
Last edited by Raven on Fri Sep 04, 2015 5:33 pm, edited 2 times in total.
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: SW Rogue Squadron 3 - GameCube

Post by aluigi »

Good, I have deleted the previous script and I have updated factor5.bms to version 0.2
Raven
Posts: 13
Joined: Fri Jan 16, 2015 7:06 pm

Re: SW Rogue Squadron 3 - GameCube

Post by Raven »

aluigi wrote:Good, I have deleted the previous script and I have updated factor5.bms to version 0.2


thks it work ...
now , i start to look on those xxx.dat files generate ...