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 66: | Line 40: | ||
| 0x10 || 0x04 || 00 00 02 00 || 0x20000 || Total size of the Textures | | 0x10 || 0x04 || 00 00 02 00 || 0x20000 || Total size of the Textures | ||
|- | |- | ||
| 0x14 || 0x04 || 00 00 00 00 || 0 || Number of 16 entry palettes | | 0x14 || 0x04 || 00 00 00 00 || 0 || Number of 16 entry palettes | ||
|- | |- | ||
| 0x18 || 0x04 || 00 00 00 00 || 0 || Number of 256 entry palettes | | 0x18 || 0x04 || 00 00 00 00 || 0 || Number of 256 entry palettes | ||
|- | |- | ||
| 0x1C || 0x04 || 00 00 00 00 || 0 || Padding | | 0x1C || 0x04 || 00 00 00 00 || 0 || Padding | ||
|- | |- | ||
|colspan="5" style="text-align:center; background-color:lightblue;" | <span style="color:black;">GXT specification per texture</span> | |colspan="5" style="text-align:center; background-color:lightblue;" | <span style="color:black;">GXT specification per texture?</span> | ||
|- | |- | ||
| 0x20 || 0x04 || 40 00 00 00 || 0x40 || Offset of the single texture data | | 0x20 || 0x04 || 40 00 00 00 || 0x40 || Offset of the single texture data |