Environment Dictionary

Revision as of 06:39, 6 April 2022 by Derneuere (talk | contribs) (Created page with "=== Dictionary === {| class="wikitable" ! Offset !! Size !! Type !! Name !! Description !! More Information !! Comments |- | 0x0 || 0x4 || uint32_t || muVersion || || 2 || |- | 0x4 || 0x4 || uint32_t || muSeasonCnt || || || |- | 0x8 || 0x4 || SeasonData * || mpSeasonDatii || || SeasonData format || |- | 0xC || 0x4 || uint32_t || muLocationCnt || || || |- | 0x10 || 0x4 || LocationData * || mpLocationDatii || || LocationData format || |} === SeasonData === {...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Dictionary

Offset Size Type Name Description More Information Comments
0x0 0x4 uint32_t muVersion 2
0x4 0x4 uint32_t muSeasonCnt
0x8 0x4 SeasonData * mpSeasonDatii SeasonData format
0xC 0x4 uint32_t muLocationCnt
0x10 0x4 LocationData * mpLocationDatii LocationData format

SeasonData

Offset Size Type Name Description More Information Comments
0x0 0x80 char[128] macResourceName
0x80 0x40 char[64] macBundle
0xC0 0x40 char[64] macColourCubesBundle

LocationData

Offset Size Type Name Description More Information Comments
0x0 0x40 char[64] macName

PS4

Dictionary

Offset Size Type Name Description More Information Comments
0x0 0x4 uint32_t muVersion 2
0x4 0x4 uint32_t muSeasonCnt
0x8 0x8 SeasonData * mpSeasonDatii SeasonData format
0x10 0x4 uint32_t muLocationCnt
0x14 0x4 padding
0x18 0x8 LocationData * mpLocationDatii LocationData format

SeasonData

Offset Size Type Name Description More Information Comments
0x0 0x80 char[128] macResourceName
0x80 0x40 char[64] macBundle
0xC0 0x40 char[64] macColourCubesBundle

LocationData

Offset Size Type Name Description More Information Comments
0x0 0x40 char[64] macName