Environment Timeline

From Burnout Wiki

Timeline resources affect how the time of day goes by.

Structures[edit | edit source]

BrnWorld::EnvironmentSettings::TimeLine[edit | edit source]

32-bit[edit | edit source]

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[edit | edit source]

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[edit | edit source]

32-bit[edit | edit source]

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[edit | edit source]

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