Theme Park World WCT: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
(Created page with "{{GRAFPageHeader}} == WCT == * ''' Format Type ''': Image <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> * ''' Signature ''':...")
imported>Ikskoks
Line 11: Line 11:
<div class="toccolours mw-collapsible" id="mw-customcollapsible-myDivision" style="width:800px; overflow:auto;">
<div class="toccolours mw-collapsible" id="mw-customcollapsible-myDivision" style="width:800px; overflow:auto;">
<pre>
<pre>
//header
// header
4 bytes (char) - signature // "TLCD"
1 byte (uint8) - compression type  // 0x12 - ZLIB
4 bytes - nulls
                                  // 0x13 - LZSS
4 bytes (uint32) - number of entries
1 byte (uint8) - version
1 byte (uint8) - bit count


</pre>
</pre>

Revision as of 18:23, 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
1 byte (uint8) - bit count

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