More information
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@151 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
This is the format for resources of type STRTAB. It contains a number of
|
||||
entries of unspecified data (not necessarilly strings).
|
||||
This is used for game strings (extension .txt), colour tables (.ct),
|
||||
and colour translation tables (.xlt).
|
||||
|
||||
position length meaning
|
||||
4 Unknown, always 0xffffffff
|
||||
2 Unknown, always 0x0000
|
||||
2 number of entries in the file (StringCount)
|
||||
|
||||
Followed by:
|
||||
In file:
|
||||
4 Placeholder, always 0x00000000
|
||||
numentries times:
|
||||
4 length of string
|
||||
In memory:
|
||||
numentries times:
|
||||
4 offset from &StringCount to the string
|
||||
followed by:
|
||||
4 offset from &StringCount until one char past the end
|
||||
of the last string.
|
||||
|
||||
Reference in New Issue
Block a user