Timeline resources affect how the time of day goes by.
BrnWorld::EnvironmentSettings::TimeLine[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 |
|
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]
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 |
|
|
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 |
|
|