Bak wrote: |
I think I observed .38 having better compression... but I wouldn't be surprized if I was wrong. |
Code: Show/Hide Object Section always starts with this 12 byte header:
4-len str Type - Can be 'CLV1' or 'CLV2'. i32 Object Count - How many object definitions are in this Object Section. i32 Image Count - How many image definitions are in this Object Section. [...] CLV1 Old format for location of images: i16 X Coord - The X coord value, in pixels, this object will be displayed on. More info later. i16 Y Coord - The Y coord value, in pixels. CLV2 New format for location of images: u4 X Type - Which part of the screen the X coord is offset from (see OffsetTypes lower down) i12 X Coord - The X coord value, in pixels, this object will be displayed on. More info later. u4 Y Type - Same as for X i12 Y Coord - The Y coord value, in pixels. |