TPL Image: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
imported>Ikskoks
 
(2 intermediate revisions by the same user not shown)
Line 56: Line 56:
* [http://wiki.tockdom.com/wiki/CTools_Pack CTools_Pack]
* [http://wiki.tockdom.com/wiki/CTools_Pack CTools_Pack]
* [http://wiki.tockdom.com/wiki/SZS_Modifier SZS_Modifier]
* [http://wiki.tockdom.com/wiki/SZS_Modifier SZS_Modifier]
=== See Also ===
* [http://wiki.tockdom.com/wiki/TPL_%28File_Format%29 TPL file format]


<br/><br>
<br/><br>

Latest revision as of 07:40, 21 July 2021

Back to index | Edit this page

TPL


Format Specifications

// TPL image file format
// big endian

// header
4 bytes - signature // 0x00 0x20 0xAF 0x30
4 bytes (uint32) - number of images
4 bytes (uint32) - offset of the image table  // always 0x0C

// image table
num_of_images *
{
   4 bytes (uint32) - offset of image header
   4 bytes (uint32) - offset of palette header   // can be NULL
}

// data
num_of_images *
{
   x bytes - palette header (optional)
   x bytes - palette data (optional)
   x bytes - image header
   x bytes - image data
}

MultiEx BMS Script

Not written yet.

Notes and Comments

None.

Games

List of games using this file format:

  • Mario Kart (WII) (*.TPL)
  • SpongeBob's Truth or Square (WII) (no extension)

Compatible Programs

See Also