Editing GXT
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 16: | Line 16: | ||
== File format == | == File format == | ||
The GXT (.gxt) format consists of: | The GXT (.gxt) format (older version might vary) consists of: | ||
Header (for single texture): | |||
{| class="wikitable" style="text-align: center;" | {| class="wikitable" style="text-align: center;" | ||
Line 62: | Line 36: | ||
| 0x08 || 0x04 || 01 00 00 00 || 1 || Number of textures embedded | | 0x08 || 0x04 || 01 00 00 00 || 1 || Number of textures embedded | ||
|- | |- | ||
| 0x0C || 0x04 || 40 00 00 00 || | | 0x0C || 0x04 || 40 00 00 00 || 40 || Offset of the texture data/ header size | ||
|- | |- | ||
| | | 0x10 || 0x04 || 80 00 00 00 || 80 || Texture (total?) size | ||
|- | |- | ||
| | | 0x14? || 0x04 || 00 00 00 00 || || Number of 16 entry palettes | ||
|- | |- | ||
| | | 0x18? || 0x04 || 00 00 00 00 || || Number of 256 entry palettes | ||
|- | |- | ||
| | | 0x18 || 0x08 || 00 ... 00 || - || Padding | ||
|- | |- | ||
| | | 0x20 || 0x04 || 40 00 00 00 || 40 || Offset to the (single first?) texture data relative to the start of the file | ||
|- | |- | ||
| | | 0x24 || 0x04 || 80 00 00 00 || 80 || Texture (single first?) size | ||
|- | |- | ||
| | |colspan="5" style="text-align:center; background-color:lightblue;" | <span style="color:black;">GXT specification per texture?</span> | ||
|- | |- | ||
| | | 0x28 || 0x04 || FF FF FF FF || - || Parent? | ||
|- | |- | ||
| | | 0x2C || 0x04 || 00 00 00 00 || - || | ||
|- | |- | ||
| | | 0x30 || 0x07 || - || - || Flags | ||
|- | |- | ||
| | | 0x37 || 0x01? || - || - || Flags: Texture format | ||
|- | |- | ||
| | | 0x38 || 0x02? || - || - || Height: ? | ||
|- | |- | ||
| | | 0x3A || 0x02? || - || - || Width:? | ||
|- | |- | ||
| | | 0x3C || 0x02? || - || - || Depth:? | ||
| | |||
| | |||
| | |||
| | |||
|- | |- | ||
| | | 0x3E || 0x02? || - || - || | ||
|- | |||
| | |||
|- | |||
|- | |- | ||
|} | |} | ||