Urban Chaos 000: Difference between revisions
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 No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| 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> | ||
| Line 34: | Line 47: | ||
[[Category:Extension_000 | Extension: 000]] | [[Category:Extension_000 | Extension: 000]] | ||
[[Category:BMS_None | BMS: None]] | [[Category:BMS_None | BMS: None]] | ||
[[Category:File Format]] | |||
Latest revision as of 17:08, 25 January 2021
000
- Game : Urban Chaos
- Format Type : Text
- Endian Order : Little Endian
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.