This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TEX FILE FORMAT | |
Reverse engineering by sigsegv, 20180914. | |
All values are little-endian. | |
0x00 int: TEX file version / magic number [1002 = 0x000003EA] | |
0x04 int: data resolution [x] | |
0x08 int: data resolution [y] | |
0x0C int: color format { 0 => invalid, 1 => 8BPP, 2 => RGBA } | |
0x10 int: display resolution [x] |