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
 
(12 intermediate revisions by the same user not shown)
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  // 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
</pre>
</pre>
</div>
</div>
Line 37: Line 42:




[[Category:Complete Complete|Theme Park World WCT]]
[[Category:Complete WIP|Theme Park World WCT]]
[[Category:Platform PC|Theme Park World WCT]]
[[Category:Platform PC|Theme Park World WCT]]
[[Category:CE None|Theme Park World WCT]]
[[Category:CE Compressed|Theme Park World WCT]]
[[Category:Format_Image | Type: Image]]
[[Category:Format_Image | Type: Image]]
[[Category:Extension_wct | Extension: wct]]
[[Category:Extension_wct | Extension: wct]]
[[Category:BMS_None | BMS: None]]
[[Category:BMS_None | BMS: None]]
[[Category:ZLIB compression]]
[[Category:LZSS compression]]
[[Category:File Format]]
[[Category:File Format]]

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