Page 1 of 1

[Xbox 360]Tom Clancy´s HAWX - filelist.lst

Posted: Sat May 02, 2009 10:14 pm
by IIVEnnEII
HeyHo

Its me again ...
I allready talked to Silver about my Problem, but we found no solution for my problem ...

OK, there are 2 files I need to work with.
"bigfile.bin" - Where are all files stored in. No compression, no Header. Only the files.
"filelist.lst" - This is the FileTable for "bigfile.bin".
That is the format I found out till now:

Code: Select all

Offset - int[4]
Unknown - int[2]
Unknown - int[2]
FileName - (NullTerminated)String[]
Here an example:

Code: Select all

4F F6 E8 E4 00 00 14 3F 57 69 6E 67 20 6C 65 61 64 65 72 2E 70 6E 67 00                  O......?Wing leader.png.
I open "bigfile.bin", go to Offset 4ff6e8e4 and there it is, a normal PNG file.
I try to select the Block-Length 143f but it just select about the half of the file.
The Actual Length is 3032.

So ... someone got a idea ?

Here the filelist.lst:
DOWNLOAD

Re: [Xbox 360]Tom Clancy´s HAWX - filelist.lst

Posted: Sat May 02, 2009 10:47 pm
by chrrox
can you post the first and last 10mb or so of the file.
If the files are not compressed or anything you can use jaeder naub to extract them.

Re: [Xbox 360]Tom Clancy´s HAWX - filelist.lst

Posted: Sun May 03, 2009 8:04 am
by Rick
Already worked this out awhile ago.

http://svn.slurm.us/public/hawx/trunk/G ... xtractBig/

Re: [Xbox 360]Tom Clancy´s HAWX - filelist.lst - Solved

Posted: Sun May 03, 2009 10:01 am
by IIVEnnEII
Damn xP
Ok, thank you.

Looks like I dont have to work on this.