Environment Timeline

From Burnout Wiki
Revision as of 06:41, 6 April 2022 by Derneuere (talk | contribs) (Created page with "=== TimeLine === {| class="wikitable" ! Offset !! Size !! Type !! Name !! Description !! More Information !! Comments |- | 0x0 || 0x4 || uint32_t || muVersion || Version || 1 || |- | 0x4 || 0x4 || uint32_t || muLocationCnt || Num locations || || |- | 0x8 || 0x4 || LocationData * || mpLocationDatii || Locations || LocationData format || |} === LocationData === {| class="wikitable" ! Offset !! Size !! Type !! Name !! Description !! More Information !! Comments |- | 0...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

TimeLine

Offset Size Type Name Description More Information Comments
0x0 0x4 uint32_t muVersion Version 1
0x4 0x4 uint32_t muLocationCnt Num locations
0x8 0x4 LocationData * mpLocationDatii Locations LocationData format

LocationData

Offset Size Type Name Description More Information Comments
0x0 0x4 uint32_t muKeyframeCnt Num Keyframes
0x4 0x4 float32_t * mpfKeyframeTimes Time of day?
0x8 0x4 Keyframe * * mppKeyframes

PS4

TimeLine

Offset Size Type Name Description More Information Comments
0x0 0x4 uint32_t muVersion Version 1
0x4 0x4 uint32_t muLocationCnt Num locations
0x8 0x8 LocationData * mpLocationDatii Locations LocationData format

Location

Offset Size Type Name Description More Information Comments
0x0 0x4 uint32_t muKeyframeCnt Num Keyframes
0x4 0x8 float32_t * mpfKeyframeTimes Time of day?
0xC 0x8 Keyframe * * mppKeyframes