Brian Lara 2005 TEX
From XentaxWiki
Contents
TEX
- Format Type : Image
- Endian Order : Little Endian
Format Specifications
uint16 {2} - Image Width
uint16 {2} - Image Height
uint16 {2} - Unknown (5)
uint16 {2} - Number Of Mipmaps (4)
uint64 {8} - Unknown (all 251's)
// for each mipmap
- byte {X} - Pixel Data
// for each color (256)
- byte {1} - Red
- byte {1} - Green
- byte {1} - Blue
- byte {1} - Alpha (unused?)
MultiEx BMS
Not written yet
Notes and Comments
- This format is an image which stores many mipmaps. Each mipmap is half the dimensions of the previous image. eg if the first mipmap is 256*128, the next one is 128*64, then 64*32, etc.
Supported Programs
- None - Still some bugs in the specs