Environment Timeline

From Burnout Wiki
EnvironmentTimeLine
aka {{{othernames}}}
No Example
Resource names Unknown
Type ID 0x10013
Category Game-specific
(Burnout Paradise)
Memory
distribution
Main Memory only
Imports Environment Keyframe
Imported by Unknown
Editor
available?
No

Timeline resources affect how the time of day goes by.

Structures

BrnWorld::EnvironmentSettings::TimeLine

32-bit

Offset Length Type Name Description Comments
0x0 0x4 uint32_t muVersion Resource version 1
0x4 0x4 uint32_t muLocationCnt Number of locations
0x8 0x4 LocationData* mpLocationDatii Locations

64-bit

Offset Length Type Name Description Comments
0x0 0x4 uint32_t muVersion Resource version 1
0x4 0x4 uint32_t muLocationCnt Number of locations
0x8 0x8 LocationData* mpLocationDatii Locations

BrnWorld::EnvironmentSettings::TimeLine::LocationData

32-bit

Offset Length Type Name Description Comments
0x0 0x4 uint32_t muKeyframeCnt Number of keyframes
0x4 0x4 float32_t* mpfKeyframeTimes Times of day in seconds
0x8 0x4 Keyframe** mppKeyframes

64-bit

Offset Length Type Name Description Comments
0x0 0x4 uint32_t muKeyframeCnt Number of keyframes
0x4 0x4 Padding
0x8 0x8 float32_t* mpfKeyframeTimes Times of day in seconds
0x10 0x8 Keyframe** mppKeyframes