Progression Data/Burnout Paradise/Previous versions
Versions[edit | edit source]
Versions as defined by the muVersionNumber
field.
v43[edit | edit source]
Used in v1.0-1.3 of Burnout Paradise. Replaced by v44 in v1.4. Lacks support for bike events.
Structures[edit | edit source]
BrnProgression::ProgressionData[edit | edit source]
v1.4-v1.9[edit | edit source]
Identical to to the structure used in Remastered but without the second junction count at the end.
BrnProgression::EventJunction[edit | edit source]
v43[edit | edit source]
Offset | Length | Type | Name | Description | Comments |
---|---|---|---|---|---|
0x0 | 0x4 | uint32_t | muID | Junction GameDB ID | |
0x4 | 0x4 | RaceEventData* | mpOfflineEvent | Offline event | |
0x8 | 0x4 | RaceEventData* | mpOnlineEvent | Online event | |
0xC | 0x4 | int32_t | miShotGroup | Shot group GameDB ID | Can be -1 |
Enumerations[edit | edit source]
BrnProgression::RaceEventData::EFlags[edit | edit source]
v43[edit | edit source]
Name | Value | Comments |
---|---|---|
E_FLAG_CRASHBREAKER | 0x1 | Unused in final game |