Urban Chaos 000: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
(Created page with "== 000 == * ''' Game ''': Urban Chaos <br> * ''' Format Type ''': Text <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br>...")
imported>Ikskoks
Line 12: Line 12:
// 000 file format (texts)
// 000 file format (texts)


4 bytes (uint32) - number of strings
num_of_strings *
{
  4 bytes - relative text string offset
}
4 bytes - relative offset for end of file
num_of_strings *
{
  x bytes (char) - text string
  1 byte - null
}
</pre>
</pre>
</div>
</div>

Revision as of 15:47, 19 October 2020

000


Format Specifications

// Urban Chaos 
// 000 file format (texts)

4 bytes (uint32) - number of strings

num_of_strings *
{
   4 bytes - relative text string offset
}
4 bytes - relative offset for end of file

num_of_strings *
{
   x bytes (char) - text string
   1 byte - null
}

MultiEx BMS Script

Not written yet.

Notes and Comments

  • Urban Chaos text files.

Compatible Programs

None.