Mobile Suit Gundam: Extreme VS Force FHM: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks |
||
| Line 14: | Line 14: | ||
4 bytes (uint32) - compressed file size | 4 bytes (uint32) - compressed file size | ||
4 bytes (uint32) - uncompressed file size | 4 bytes (uint32) - uncompressed file size | ||
x bytes - compressed data | x bytes - compressed data | ||
</pre> | </pre> | ||
Revision as of 14:32, 13 June 2021
Back to index | Edit this page
FHM
- Format Type : Archive / Misc
- Endian Order : Little Endian
Format Specifications (compressed)
//header 4 bytes (char) - signature // "COMP" 4 bytes (uint32) - compressed file size 4 bytes (uint32) - uncompressed file size x bytes - compressed data
Format Specifications (uncompressed)
//header 4 bytes (char) - signature // "FHM " // TODO
MultiEx BMS Script
Not written yet.
Notes and Comments
- Files inside archive are compressed with ZLIB compression.
Games
List of games using this file format:
- Mobile Suit Gundam: Extreme VS Force
Compatible Programs
- offzip