SPK Format

From Staredit Network Wiki
Revision as of 00:32, 21 March 2015 by DevliN (Talk | contribs) (1 revision imported: Restoring SC1 backup)

Jump to: navigation, search
  • Word = 2 Bytes
  • Long = 4 Bytes

Header/Bitmap References

  • word - Number of Layers
  • n words - (1 word for each layer) Number of images in the layer
  • 1 struct for the total number of images in all layers:
  • word - Star X Position
  • word - Star Y Position
  • long - Bitmap Offset

Bitmap Structure

  • word - Bitmap Width
  • word - Bitmap Height
  • n bytes - (width*height bytes) Image Data (0 = transparent)