Midnight Club TEX
Jump to navigation
Jump to search
Back to index | Edit this page
TEX
- Format Type : Image
- Endian Order : Little Endian
- Signature : None
Format Specifications
// TEX file format
2 bytes (uint16) - texture width
2 bytes (uint16) - texture height
2 bytes (uint16) - texture type // 1 - P8
// 14 - PA8
// 15 - P4_MC
// 16 - PA4_MC
// 17 - RGB888
// 18 - RGBA8888
// 22 - DXT1
// 26 - DXT5
2 bytes (uint16) - number of mipmaps
2 bytes (uint16) - unknown
4 bytes (uint32) - flags
x bytes - palette data (optional)
x bytes - texture data
MultiEx BMS Script
Not written yet.
Notes and Comments
None.
Games
List of games using this file format:
- Midnight Club (series)
- Midtown Madness
Compatible Programs