Hi,
I don't know how to read the archives from this game.
http://www.2shared.com/file/6611977/c54 ... _fuel.html
some files contain dds but without header DDS DXT...
The rules have been updated, read them now: Rules!
PC FUEL DPC ARCHIVE
- Mr.Mouse
- Site Admin
- Posts: 4049
- Joined: Wed Jan 15, 2003 6:45 pm
- Location: Dungeons of Doom
- Has thanked: 418 times
- Been thanked: 571 times
- Contact:
Re: PC FUEL DPC ARCHIVE
This MexScript will extract resource chunks from the archives.
Here's the BMS file to add to your MultiEx Commander using the BMS->Add BMS to MRF... option in the tool.
There are still many unknowns, but the table at the front of the file is quite clear and points to these resources that you can extract. It is then up to you to see what these resources mean.
The archives use a padding of 0x800. (2048) So, if a resource was only 2000 bytes in size, space would be reserved up to 2048 (so 48 trailing 0's) to accomodate the padding.
Code: Select all
IDString 0 "v1.381.67.09 - Asobo Studio - Internal Cross Technology" ;
GoTo 260 0 ;
Get FileNum Long 0 ;
GoTo 284 0 ;
Set FNS String "file" ;
Set EXT String ".bin" ;
Set OFF Long 2048 ;
For T = 1 To FileNum ;
Get U1 Long 0 ;
Get U2 Long 0 ;
Get PSize Long 0 ;
Get RSize Long 0 ;
Get U3 Long 0 ;
Get U4 Long 0 ;
Set FN String FNS ;
String FN += T ;
String FN += EXT ;
Log FN OFF RSize 0 0 ;
Math OFF += PSize ;
Next T ;
There are still many unknowns, but the table at the front of the file is quite clear and points to these resources that you can extract. It is then up to you to see what these resources mean.
The archives use a padding of 0x800. (2048) So, if a resource was only 2000 bytes in size, space would be reserved up to 2048 (so 48 trailing 0's) to accomodate the padding.
You do not have the required permissions to view the files attached to this post.
Re: PC FUEL DPC ARCHIVE
I have extracted the fontes.dpc file and maybe there is some kind of compression (LZSS?).
http://rapidshare.com/files/262823893/FONTES.rar.html
http://rapidshare.com/files/262823893/FONTES.rar.html