Mobile Suit Gundam: Extreme VS Force FHM: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
(Created page with "{{GRAFPageHeader}} == FHM == * ''' Format Type ''': Archive / Misc <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> === Format...")
imported>Ikskoks
Line 15: Line 15:
4 bytes (uint32) - uncompressed file size
4 bytes (uint32) - uncompressed file size
x bytes - compressed data
x bytes - compressed data
</pre>
</div>
<br>
=== Format Specifications (uncompressed) ===
<div class="toccolours mw-collapsible" id="mw-customcollapsible-myDivision" style="width:800px; overflow:auto;">
<pre>
//header
4 bytes (char) - signature // "FHM "
// TODO
</pre>
</pre>
</div>
</div>

Revision as of 14:09, 13 June 2021

Back to index | Edit this page

FHM


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