EvilEngine/LKIT

Revision as of 09:07, 16 December 2018 by Battlepedia>Seil (→‎Format)
LKIT
LightKit
TypeBinary
Games usedThe Incredibles

Format

Header:

Offset Type Description
0x00 char[4] "TIKL"
0x04 int null
0x08 int Number of Lights
0x0C int null

Light:

Offset Type Description
0x00 int Type
  • 1 - Ambient light
  • 2 - Directional light
0x04 Vector3 Color (RGB)
0x10 float unknown (always 1)
0x14 Vector3 unknown
0x20 float unknown (always 0)
0x24 Vector3 unknown
0x30 float unknown (always 0)
0x34 Vector3 Position?
0x40 float unknown (always 0)
0x44 Vector3 unknown
0x50 float unknown (always 0 for ambient lights, 1 for directional lights)
0x54 Vector3 unknown