Environment Dictionary: Difference between revisions

Added infobox and normalized some content.
(Formatted for wiki display.)
(Added infobox and normalized some content.)
 
(One intermediate revision by the same user not shown)
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.
 
Line 11 ⟶ 19:
| 0x4 || 0x4 || uint32_t || muSeasonCnt || ||
|-
| 0x8 || 0x4 || [[#BrnWorld::EnvironmentSettings::Dictionary::SeasonData | SeasonData]]* || mpSeasonDatii || ||
|-
| 0xC || 0x4 || uint32_t || muLocationCnt || ||
|-
| 0x10 || 0x4 || [[#BrnWorld::EnvironmentSettings::Dictionary::LocationData | LocationData]]* || mpLocationDatii || ||
|}
 
Line 26 ⟶ 34:
| 0x4 || 0x4 || uint32_t || muSeasonCnt || ||
|-
| 0x8 || 0x8 || [[#BrnWorld::EnvironmentSettings::Dictionary::SeasonData | SeasonData]]* || mpSeasonDatii || ||
|-
| 0x10 || 0x4 || uint32_t || muLocationCnt || ||
|-
| 0x14 || 0x4 || || || paddingPadding ||
|-
| 0x18 || 0x8 || [[#BrnWorld::EnvironmentSettings::Dictionary::LocationData | LocationData]]* || mpLocationDatii || ||
|}