Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
-
aluigi
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Post
by aluigi »
http://aluigi.org/papers/bms/others/monster_jam_pod.bmsStrange format, there are 3 files with the following extension:
- BFD: the raw archive containing all the files
- BFT: offset and size of each file
- BFF: names of the files
- BFH: checksums
The extraction folder will have a size smaller than the BFD archive because:
- the files are aligned inside the archive and so there are many empty bytes between each file
- there are multiple copies (many!) of the same file, the script dumps only the last one that is probably the most recent
-
Gumbo
- Posts: 12
- Joined: Sun Oct 05, 2014 3:58 pm
Post
by Gumbo »
aluigi wrote:http://aluigi.org/papers/bms/others/monster_jam_pod.bms
Strange format, there are 3 files with the following extension:
- BFD: the raw archive containing all the files
- BFT: offset and size of each file
- BFF: names of the files
- BFH: checksums
The extraction folder will have a size smaller than the BFD archive because:
- the files are aligned inside the archive and so there are many empty bytes between each file
- there are multiple copies (many!) of the same file, the script dumps only the last one that is probably the most recent
Hi Aluigi, Thanks for this,
I don't suppose you have any information on the 3d model format at all?
~Gumbo
-
aluigi
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Post
by aluigi »
Unfortunately I can't help with 3d stuff.