Transport Tycoon CAT: Difference between revisions
Jump to navigation
Jump to search
imported>WATTO No edit summary |
imported>PXR (Changed the specifications) |
||
| Line 8: | Line 8: | ||
<tt><b> | <tt><b> | ||
<font color="blue"> ''' // for each file ''' </font> <br> | <font color="blue"> ''' // for each file ''' </font> <br> | ||
: uint32 {4} - File Offset <br> | : uint32 {4} - File Offset <br> | ||
| Line 15: | Line 13: | ||
<br> | <br> | ||
<font color="blue"> ''' // for each file ''' </font> <br> | <font color="blue"> ''' // for each file ''' </font> <br> | ||
: byte {1} - | : byte {1} - Title Length (including null terminator)<br> | ||
: char {X} - | : char {X} - Title <br> | ||
: byte {1} - null Title Terminator <br> | |||
: byte {X} - File Data <br> | : byte {X} - File Data <br> | ||
: byte {1} - <font color="red">''Unknown''</font> <br> | |||
: byte {1} - Filename Length (including null terminator)<br> | |||
: byte {X} - Filename <br> | |||
: byte {1} - null Filename Terminator <br> | |||
<br> | <br> | ||
uint32 {4} - Footer <font color="purple">(BANK)</font> <br> | |||
</b></tt> | </b></tt> | ||
Revision as of 22:48, 15 January 2006
CAT
- Format Type : Archive
- Endian Order : Little Endian
Format Specifications
// for each file
- uint32 {4} - File Offset
- uint32 {4} - File Length
// for each file
- byte {1} - Title Length (including null terminator)
- char {X} - Title
- byte {1} - null Title Terminator
- byte {X} - File Data
- byte {1} - Unknown
- byte {1} - Filename Length (including null terminator)
- byte {X} - Filename
- byte {1} - null Filename Terminator
uint32 {4} - Footer (BANK)
MultiEx BMS Script
Not written yet