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

The Original Forum. Game archives, full of resources. How to open them? Get help here.
Post Reply
IIVEnnEII
ultra-n00b
Posts: 8
Joined: Fri Apr 03, 2009 12:27 pm
Location: Germany
Been thanked: 1 time
Contact:

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

Post by IIVEnnEII » Sat May 02, 2009 10:14 pm

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

User avatar
chrrox
Moderator
Posts: 2601
Joined: Sun May 18, 2008 3:01 pm
Has thanked: 57 times
Been thanked: 1358 times

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

Post by chrrox » Sat May 02, 2009 10:47 pm

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.

Rick
Moderator
Posts: 388
Joined: Tue Aug 09, 2005 10:10 pm
Location: California
Been thanked: 84 times
Contact:

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

Post by Rick » Sun May 03, 2009 8:04 am

Already worked this out awhile ago.

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

Don't ask me about localization tools; if you don't have the resources to develop them yourself you don't need them.

IIVEnnEII
ultra-n00b
Posts: 8
Joined: Fri Apr 03, 2009 12:27 pm
Location: Germany
Been thanked: 1 time
Contact:

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

Post by IIVEnnEII » Sun May 03, 2009 10:01 am

Damn xP
Ok, thank you.

Looks like I dont have to work on this.

Post Reply