Little addition.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@533 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -4,8 +4,11 @@ This is the format for resources of type GFXRES (these have the extension
|
|||||||
Everything is stored MSB first unless otherwise specified.
|
Everything is stored MSB first unless otherwise specified.
|
||||||
|
|
||||||
position length meaning
|
position length meaning
|
||||||
4 Unknown, always 0xffffffff
|
4 0xffffffff if the file is uncompressed.
|
||||||
4 Unknown, always 0x00000000
|
Otherwise, the file is compressed. When uncompressed, the
|
||||||
|
file complies with the rest of the format as described
|
||||||
|
below.
|
||||||
|
4 Unused in file, always 0x00000000
|
||||||
4 FlagsAndIndex:
|
4 FlagsAndIndex:
|
||||||
bits 0-11: 1 less than the number of frames in this
|
bits 0-11: 1 less than the number of frames in this
|
||||||
graphics resource
|
graphics resource
|
||||||
|
|||||||
@@ -6,8 +6,11 @@ and colour translation tables (.xlt).
|
|||||||
Everything is stored MSB first unless otherwise specified.
|
Everything is stored MSB first unless otherwise specified.
|
||||||
|
|
||||||
position length meaning
|
position length meaning
|
||||||
4 Unknown, always 0xffffffff
|
4 0xffffffff if the file is uncompressed.
|
||||||
2 Unknown, always 0x0000
|
Otherwise, the file is compressed. When uncompressed, the
|
||||||
|
file complies with the rest of the format as described
|
||||||
|
below.
|
||||||
|
2 Unused in file, always 0x0000
|
||||||
2 number of items in the file (StringCount)
|
2 number of items in the file (StringCount)
|
||||||
|
|
||||||
Followed by:
|
Followed by:
|
||||||
|
|||||||
Reference in New Issue
Block a user