TPL Image: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks (Created page with "{{GRAFPageHeader}} == TPL == * ''' Format Type ''': Image <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Big Endian <br> === Format Specificati...") |
imported>Ikskoks |
||
| Line 61: | Line 61: | ||
[[Category:Complete Complete|TPL Image]] | [[Category:Complete Complete|TPL Image]] | ||
[[Category:Platform | [[Category:Platform WII|TPL Image]] | ||
[[Category:CE Compressed|TPL Image]] | [[Category:CE Compressed|TPL Image]] | ||
[[Category:Format_Image | Type: Image]] | [[Category:Format_Image | Type: Image]] | ||
Revision as of 07:39, 21 July 2021
Back to index | Edit this page
TPL
- Format Type : Image
- Endian Order : Big Endian
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