Kelly Slater’s Pro Surfer ATE
Back to index | Edit this page
ATE
- Format Type : Archive / Image
- Endian Order : Little Endian
Format Specifications
// ATE file format
// header
4 bytes (char) - signature // "ATEX"
2 bytes (uint16) - major version number // e.g. 0
2 bytes (uint16) - minor version number // e.g. 60
4 bytes (uint32) - number of txtures
4 bytes (uint32) - padding
// texture index
num_of_textures *
{
32 bytes (char) - texture name // e.g. "WtCf0000"
4 bytes (uint32) - image header offset
4 bytes (uint32) - image data offset
4 bytes (uint32) - palette offset
4 bytes (uint32) - padding // 0xCC 0xCC 0xCC 0xCC
}
x bytes - padding
// texture data
num_of_textures *
{
// image header
4 bytes (uint32) - image data size
4 bytes (uint32) - palette data size
28 bytes - unknown
x bytes - padding
x bytes - image palette
x bytes - image data
}
MultiEx BMS Script
Not written yet.
Notes and Comments
None.
Games
List of games using this file format:
- Kelly Slater’s Pro Surfer
Compatible Programs
None.