Difference between revisions of "Talk:GXT"
Jump to navigation
Jump to search
m |
m (→Thoughts about header format: new section) |
||
Line 7: | Line 7: | ||
:Great! Thanks! :) --[[User:Aschratt|Aschratt]] 16:13, 26 Nov 2007 (UTC) | :Great! Thanks! :) --[[User:Aschratt|Aschratt]] 16:13, 26 Nov 2007 (UTC) | ||
+ | |||
+ | == Thoughts about header format == | ||
+ | |||
+ | Is it possible that the headerformat truely looks like this? | ||
+ | |||
+ | INT16 - 2b - UTF-Format (0x08 for UTF-8, 0x10 for UTF-16 - other formats are not used or not implemented) | ||
+ | INT16 - 2b - File version (0x04 used since San Andreas - previously no version information has been stored.) | ||
+ | CHAR[4] - 4b - FourCC: "TABL" |
Revision as of 17:50, 24 April 2010
Has someone yet tried to add more "TABL"-Sections to an GXT? (In standart-game's this is never used, I don't know if this will work...)
"An entire list of all entries is available with Sanny Builder." ... Where? o.O --Aschratt 14:33, 26 Nov 2007 (UTC)
- Here: "SB\help\GXT Strings\*.text" Seemann 15:25, 26 Nov 2007 (UTC)
- Great! Thanks! :) --Aschratt 16:13, 26 Nov 2007 (UTC)
Thoughts about header format
Is it possible that the headerformat truely looks like this?
INT16 - 2b - UTF-Format (0x08 for UTF-8, 0x10 for UTF-16 - other formats are not used or not implemented) INT16 - 2b - File version (0x04 used since San Andreas - previously no version information has been stored.) CHAR[4] - 4b - FourCC: "TABL"