Environment Dictionary: Difference between revisions

From Burnout Wiki
Content added Content deleted
(Formatted for wiki display.)
(Added infobox and normalized some content.)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{ParadiseResourceTypeInfobox
| name = EnvironmentDictionary
| resourcenames = ENV_DICTIONARY
| id = 0x10014
| category = Game-specific<br />(Burnout Paradise)
| memdist = Main Memory only
}}

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


Line 11: Line 19:
| 0x4 || 0x4 || uint32_t || muSeasonCnt || ||
| 0x4 || 0x4 || uint32_t || muSeasonCnt || ||
|-
|-
| 0x8 || 0x4 || [[#BrnWorld::EnvironmentSettings::Dictionary::SeasonData | SeasonData]]* || mpSeasonDatii || ||
| 0x8 || 0x4 || [[#BrnWorld::EnvironmentSettings::Dictionary::SeasonData|SeasonData]]* || mpSeasonDatii || ||
|-
|-
| 0xC || 0x4 || uint32_t || muLocationCnt || ||
| 0xC || 0x4 || uint32_t || muLocationCnt || ||
|-
|-
| 0x10 || 0x4 || [[#BrnWorld::EnvironmentSettings::Dictionary::LocationData | LocationData]]* || mpLocationDatii || ||
| 0x10 || 0x4 || [[#BrnWorld::EnvironmentSettings::Dictionary::LocationData|LocationData]]* || mpLocationDatii || ||
|}
|}


Line 26: Line 34:
| 0x4 || 0x4 || uint32_t || muSeasonCnt || ||
| 0x4 || 0x4 || uint32_t || muSeasonCnt || ||
|-
|-
| 0x8 || 0x8 || [[#BrnWorld::EnvironmentSettings::Dictionary::SeasonData | SeasonData]]* || mpSeasonDatii || ||
| 0x8 || 0x8 || [[#BrnWorld::EnvironmentSettings::Dictionary::SeasonData|SeasonData]]* || mpSeasonDatii || ||
|-
|-
| 0x10 || 0x4 || uint32_t || muLocationCnt || ||
| 0x10 || 0x4 || uint32_t || muLocationCnt || ||
|-
|-
| 0x14 || 0x4 || || || padding ||
| 0x14 || 0x4 || || || Padding ||
|-
|-
| 0x18 || 0x8 || [[#BrnWorld::EnvironmentSettings::Dictionary::LocationData | LocationData]]* || mpLocationDatii || ||
| 0x18 || 0x8 || [[#BrnWorld::EnvironmentSettings::Dictionary::LocationData|LocationData]]* || mpLocationDatii || ||
|}
|}



Latest revision as of 09:57, 4 October 2023

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