Environment Timeline: Difference between revisions

From Burnout Wiki
Content added Content deleted
(Added infobox and normalized some content.)
 
Line 1: Line 1:
{{ParadiseResourceTypeInfobox
| name = EnvironmentTimeLine
| id = 0x10013
| category = Game-specific<br />(Burnout Paradise)
| memdist = Main Memory only
| imports = [[Environment Keyframe]]
}}

Timeline resources affect how the time of day goes by.
Timeline resources affect how the time of day goes by.


Line 11: Line 19:
| 0x4 || 0x4 || uint32_t || muLocationCnt || Number of locations ||
| 0x4 || 0x4 || uint32_t || muLocationCnt || Number of locations ||
|-
|-
| 0x8 || 0x4 || [[#BrnWorld::EnvironmentSettings::TimeLine::LocationData | LocationData]]* || mpLocationDatii || Locations ||
| 0x8 || 0x4 || [[#BrnWorld::EnvironmentSettings::TimeLine::LocationData|LocationData]]* || mpLocationDatii || Locations ||
|}
|}


Line 22: Line 30:
| 0x4 || 0x4 || uint32_t || muLocationCnt || Number of locations ||
| 0x4 || 0x4 || uint32_t || muLocationCnt || Number of locations ||
|-
|-
| 0x8 || 0x8 || [[#BrnWorld::EnvironmentSettings::TimeLine::LocationData | LocationData]]* || mpLocationDatii || Locations ||
| 0x8 || 0x8 || [[#BrnWorld::EnvironmentSettings::TimeLine::LocationData|LocationData]]* || mpLocationDatii || Locations ||
|}
|}


Line 34: Line 42:
| 0x4 || 0x4 || float32_t* || mpfKeyframeTimes || Times of day in seconds ||
| 0x4 || 0x4 || float32_t* || mpfKeyframeTimes || Times of day in seconds ||
|-
|-
| 0x8 || 0x4 || [[Environment Keyframe | Keyframe]]** || mppKeyframes || ||
| 0x8 || 0x4 || [[Environment Keyframe|Keyframe]]** || mppKeyframes || ||
|}
|}


Line 43: Line 51:
| 0x0 || 0x4 || uint32_t || muKeyframeCnt || Number of keyframes ||
| 0x0 || 0x4 || uint32_t || muKeyframeCnt || Number of keyframes ||
|-
|-
| 0x4 || 0x4 || || || padding ||
| 0x4 || 0x4 || || || Padding ||
|-
|-
| 0x8 || 0x8 || float32_t* || mpfKeyframeTimes || Times of day in seconds ||
| 0x8 || 0x8 || float32_t* || mpfKeyframeTimes || Times of day in seconds ||
|-
|-
| 0x10 || 0x8 || [[Environment Keyframe | Keyframe]]** || mppKeyframes || ||
| 0x10 || 0x8 || [[Environment Keyframe|Keyframe]]** || mppKeyframes || ||
|}
|}

Latest revision as of 09:51, 4 October 2023

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