Frosty Toolsuite FBMOD: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
(Created page with "{{GRAFPageHeader}} == FBMOD == * ''' Format Type ''': Archive <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> * ''' Signature '...")
imported>Ikskoks
Line 12: Line 12:
<pre>
<pre>
// header
// header
4 bytes (char) - signature // "TLCD"
8 bytes (char) - signature // "FROSTY\x00\x01"
4 bytes (uint32) - version // 4 - ??
                          // 5 - Frosty Toolsuite v1.0.7


// TODO
</pre>
</pre>
</div>
</div>

Revision as of 21:27, 25 November 2022

Back to index | Edit this page

FBMOD

  • Format Type : Archive
  • Endian Order : Little Endian
  • Signature : FROSTY


Format Specifications

// header
8 bytes (char) - signature // "FROSTY\x00\x01"
4 bytes (uint32) - version // 4 - ??
                           // 5 - Frosty Toolsuite v1.0.7


// TODO

Notes and Comments

  • This file format occurs in mods made by Frosty Toolsuite.

Games

List of games using this file format:

  • Fifa 18 (*.FBMOD)
  • Fifa 19 (*.FBMOD)

QuickBMS Script

Compatible Programs