Homefront BIN

From XentaxWiki
Jump to: navigation, search

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