Theme Park World WCT: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
imported>Ikskoks
 
(One intermediate revision by the same user not shown)
Line 17: Line 17:
1 byte (uint8) - bit count  // e.g. 32
1 byte (uint8) - bit count  // e.g. 32
1 byte (uint8) - unknown
1 byte (uint8) - unknown
2 bytes (uint16) - width
2 bytes (uint16) - image width
2 bytes (uint16) - height
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