Environment Dictionary

From Burnout Wiki
EnvironmentDictionary
aka {{{othernames}}}
No Example
Resource names ENV_DICTIONARY
Type ID 0x10014
Category Game-specific
(Burnout Paradise)
Memory
distribution
Main Memory only
Imports Unknown
Imported by Unknown
Editor
available?
No

The environment dictionary resource contains a list of all the environment settings bundles with information on each.

Structures

BrnWorld::EnvironmentSettings::Dictionary

32-bit

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

64-bit

Offset Length Type Name Description Comments
0x0 0x4 uint32_t muVersion 2
0x4 0x4 uint32_t muSeasonCnt
0x8 0x8 SeasonData* mpSeasonDatii
0x10 0x4 uint32_t muLocationCnt
0x14 0x4 Padding
0x18 0x8 LocationData* mpLocationDatii

BrnWorld::EnvironmentSettings::Dictionary::SeasonData

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

BrnWorld::EnvironmentSettings::Dictionary::LocationData

Offset Length Type Name Description Comments
0x0 0x40 char[64] macName