Main
Current News
Archived News
Search News
Forums
Discussion Forum


Old Forum
Programs
Install Programs
Downloads
Top 5 Downloads
  WinMPQ
    69093 downloads
  ShadowFlare Software Setup wizard
    28501 downloads
  SFmpqapi
    17518 downloads
  Scm Toolkit
    15972 downloads
  SCMLoader
    15846 downloads
View all counts
More Downloads...
Troubleshooting
Other Sections
Source Code
Format Specs.
Misc. Information
Non-SF Stuff
Links

This page has been accessed 4743 times.

Small banner for links to this site:
Link to my page with this image.


.lo? files (Starcraft overlay placement maps)

Descriptions of the data types used here:
bytean unsigned byte value
shortan unsigned 2 byte value
longan unsigned 4 byte value
texta text string of single byte characters

Data TypeValueDescription
Frame countlongThis is the number of frames for the overlay.
Overlays per framelongThis is the number of overlay images per frame in the file.
Offsets to coordinateslongThese are the offsets to the coordinates for the placement of the overlay images. There is one offset per frame.
Overlay coordinates2 bytesThese 2 bytes are the actual coordinates for the placement of the overlay. They are both signed. The first byte is the x coordinate; the second is the y. There are as many pairs of these as there are overlays per frame.

Return to Format Specs. page