Theme Park World WCT: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 14: | Line 14: | ||
1 byte (uint8) - compression type // 0x12 - ZLIB | 1 byte (uint8) - compression type // 0x12 - ZLIB | ||
// 0x13 - LZSS | // 0x13 - LZSS | ||
1 byte (uint8) - version | 1 byte (uint8) - version // e.g. 1 | ||
1 byte (uint8) - bit count | 1 byte (uint8) - bit count // e.g. 32 | ||
1 byte (uint8) - unknown | |||
2 bytes (uint16) - image width | |||
2 bytes (uint16) - image height | |||
// TODO | // TODO | ||
Latest revision as of 18:27, 14 March 2022
Back to index | Edit this page
WCT
- Format Type : Image
- Endian Order : Little Endian
- Signature : None
Format Specifications
// header
1 byte (uint8) - compression type // 0x12 - ZLIB
// 0x13 - LZSS
1 byte (uint8) - version // e.g. 1
1 byte (uint8) - bit count // e.g. 32
1 byte (uint8) - unknown
2 bytes (uint16) - image width
2 bytes (uint16) - image height
// TODO
Notes and Comments
None.
Games
List of games using this file format:
- Sim Theme Park / Theme Park World (PC) (*.WCT)
QuickBMS Script
Not written yet.
Compatible Programs