DO/LIT

From Dark Omen Wiki

(Difference between revisions)
Jump to: navigation, search
(New page: The LIT file seems to contain information about the lighting of the map. A quick attempt at breaking this file down follows: struct Header { int version; (=1) int numberOfLi...)
m
Line 13: Line 13:
     int color1, color2, color3;
     int color1, color2, color3;
  }
  }
 +
 +
[[Category:Modifications]]

Revision as of 19:13, 29 May 2008

The LIT file seems to contain information about the lighting of the map. A quick attempt at breaking this file down follows:

struct Header
{
    int version;  (=1)
    int numberOfLightsInFile;
}
struct Light
{
    signed int X, Y, Z;
    int unknown1, unknown2;
    int color1, color2, color3;
}
Personal tools
communication