TPL Image
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
See Also