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
 
(11 intermediate revisions by the same user not shown)
Line 11: Line 11:
<div class="toccolours mw-collapsible" id="mw-customcollapsible-myDivision" style="width:800px; overflow:auto;">
<div class="toccolours mw-collapsible" id="mw-customcollapsible-myDivision" style="width:800px; overflow:auto;">
<pre>
<pre>
// FBMOD file format
// Based on format version 4
// 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
8 bytes (uint64) - info offset
4 bytes (uint32) - number of files
1 byte (uint8) - profile name length
x bytes (char) - profile name  // e.g. "FIFA19"
4 bytes (uint32) - unknown
 
 
// mod info
x bytes (char) - mod title
x bytes (char) - mod author
x bytes (char) - mod category
x bytes (char) - mod version
x bytes (char) - mod description
 


// data
x bytes - icon data
x bytes - screenshots data
x bytes - added bundles
x bytes - ebx
x bytes - res
x bytes - chunks
x bytes - custom assets
</pre>
</pre>
</div>
</div>
Line 19: Line 46:
=== Notes and Comments ===  
=== Notes and Comments ===  


* This file format occurs in mods made by '''Frosty Toolsuite'''.
* This file format occurs in mods created with '''Frosty Toolsuite'''.


=== Games ===  
=== Games ===  

Latest revision as of 10:21, 26 November 2022

Back to index | Edit this page

FBMOD

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


Format Specifications

// FBMOD file format
// Based on format version 4

// header
8 bytes (char) - signature // "FROSTY\x00\x01"
4 bytes (uint32) - version // 4 - ??
                           // 5 - Frosty Toolsuite v1.0.7
8 bytes (uint64) - info offset
4 bytes (uint32) - number of files
1 byte (uint8) - profile name length
x bytes (char) - profile name  // e.g. "FIFA19"
4 bytes (uint32) - unknown


// mod info
x bytes (char) - mod title
x bytes (char) - mod author
x bytes (char) - mod category
x bytes (char) - mod version
x bytes (char) - mod description


// data
x bytes - icon data
x bytes - screenshots data
x bytes - added bundles
x bytes - ebx
x bytes - res
x bytes - chunks
x bytes - custom assets

Notes and Comments

  • This file format occurs in mods created with Frosty Toolsuite.

Games

List of games using this file format:

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

QuickBMS Script

Compatible Programs