Urban Chaos LGT: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks |
||
| Line 22: | Line 22: | ||
ed_max_lights * | ed_max_lights * | ||
{ | { | ||
(sizeof_ed_light) bytes - el | (sizeof_ed_light) bytes - el entry | ||
} | } | ||
Revision as of 23:00, 15 October 2020
LGT
- Game : Urban Chaos
- Format Type : Misc
- Endian Order : Little Endian
Format Specifications
// Urban Chaos
// LGT file format
//header
4 bytes (uint32) - sizeof_ed_light
4 bytes (uint32) - ed_max_lights
4 bytes (uint32) - sizeof_night_colour
ed_max_lights *
{
(sizeof_ed_light) bytes - el entry
}
SLONG ed_light_free
Notes and Comments
- Files with this file format can be found inside "\Urban Chaos\data\Lighting\" folder.
- File version can be calculated as follows: version = sizeof_ed_light>>16.
Compatible Programs
None.