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[]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 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
