Homefront BIN: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
(Created page with "== BIN == * ''' Game ''': Homefront <br> * ''' Format Type ''': Text File <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br...")
 
imported>Ikskoks
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 44: Line 44:
[[Category:Extension_bin | Extension: bin]]
[[Category:Extension_bin | Extension: bin]]
[[Category:BMS_None | BMS: None]]
[[Category:BMS_None | BMS: None]]
[[Category:File Format]]

Latest revision as of 14:23, 10 January 2021

BIN


Format Specifications

// Homefront
// BIN file format


num_of_strings *
{
   4 bytes -  value1  // length of string block = (value1 * 2) - 4
   4 bytes - string length/2   // XORed with 0xFF
   {len} bytes - string
   2 bytes - null terminator
}


MultiEx BMS Script

Not written yet

Notes and Comments

None.

Compatible Programs