Vehicle List/Burnout Paradise/Previous versions: Difference between revisions

m
Normalization
(AI engine stream)
m (Normalization)
Line 1:
= Junkyard stats =
In v1.6, the stat system was changed to have lower minimum bounds. This was done in line with many vehicles' top speeds being lowered. Prior to this, the following system was used.
 
=== Speed ===
==== v1.0-v1.5 ====
{| class="wikitable"
! Stat !! Top speed
Line 28:
|}
 
=== Boost ===
==== v1.0-v1.5 ====
{| class="wikitable"
! Stat !! Top speed
Line 54:
|}
 
= Structures =
=== BrnResource::VehicleListEntry ===
==== v1.0-v1.3 ====
{| class="wikitable"
! Offset !! Length !! Type !! Name !! Description !! Comments
Line 72:
| 0x90 || 0xC || [[Vehicle List/Burnout Paradise#BrnResource::VehicleListEntryGamePlayData|VehicleListEntryGamePlayData]] || mGamePlayData || ||
|-
| 0x9C || 0x4 || || || paddingPadding ||
|-
| 0xA0 || 0x8 || [[Vehicle List/Burnout Paradise#CgsAttribSys::AttribSysCollectionKey|AttribSysCollectionKey]] || mAttribCollectionKey || burnoutcarasset collection name (gamedb ID) || lookup8 encoded in vehicle AttribSys
Line 95:
|}
 
==== v1.4-v1.5 ====
{| class="wikitable"
! Offset !! Length !! Type !! Name !! Description !! Comments
Line 111:
| 0x90 || 0xC || [[Vehicle List/Burnout Paradise#BrnResource::VehicleListEntryGamePlayData|VehicleListEntryGamePlayData]] || mGamePlayData || ||
|-
| 0x9C || 0x4 || || || paddingPadding ||
|-
| 0xA0 || 0x8 || [[Vehicle List/Burnout Paradise#CgsAttribSys::AttribSysCollectionKey|AttribSysCollectionKey]] || mAttribCollectionKey || burnoutcarasset collection name (gamedb ID) || lookup8 encoded in vehicle AttribSys
Line 136:
|}
 
= Enumerations =
=== Category ===
==== v1.6 ====
{| class="wikitable"
|-
! Name !! Value !! Comments
|-
Line 150 ⟶ 149:
|}
 
==== v1.7 ====
{| class="wikitable"
|-
! Name !! Value !! Comments
|-
Line 168 ⟶ 166:
|}
 
==== v1.8 ====
{| class="wikitable"
|-
! Name !! Value !! Comments
|-
Line 188 ⟶ 185:
|}
 
=== BrnResource::ECarType ===
==== v1.0 ====
{| class="wikitable"
|-
! Name !! Value !! Comments
|-
Line 205 ⟶ 201:
|}
 
==== v1.3 ====
{| class="wikitable"
|-
! Name !! Value !! Comments
|-
Line 223 ⟶ 218:
|}
 
=== BrnResource::VehicleListEntry::ELiveryType ===
==== v1.0 ====
{| class="wikitable"
|-
! Name !! Value !! Comments
|-
Line 240 ⟶ 234:
|}
 
=== Vehicle flags ===
==== v1.0 ====
{| class="wikitable"
|-
! Name !! Value !! Comments
|-
Line 260 ⟶ 253:
| CanBePainted || 0x40 || Allows the vehicle to be painted
|}
==== v1.3 ====
{| class="wikitable"
|-
! Name !! Value !! Comments
|-
Line 293 ⟶ 285:
| ? || 0x2000 || Is from 1.3. Used on Online Cars/Community Cars
|}
==== v1.4 ====
{| class="wikitable"
|-
! Name !! Value !! Comments
|-
Line 328 ⟶ 319:
| ? || 0x4000 || Is from 1.4. Used on Paradise Bikes
|}
==== v1.5 ====
{| class="wikitable"
|-
! Name !! Value !! Comments
|-
Line 365 ⟶ 355:
| ? || 0x8000 || Is from 1.5
|}
==== v1.6 ====
{| class="wikitable"
|-
! Name !! Value !! Comments
|-
Line 404 ⟶ 393:
| ? || 0x10000 || Is from 1.6
|}
==== v1.7 ====
{| class="wikitable"
|-
! Name !! Value !! Comments
|-
Line 445 ⟶ 433:
| ? || 0x20000 || Is from 1.7. Used on Toys/Legendary Cars/Boost Specials
|}
==== v1.8 ====
{| class="wikitable"
|-
! Name !! Value !! Comments
|-
Line 489 ⟶ 476:
|}
 
=== AI engine stream ===
==== v1.0-v1.3 ====
{| class="wikitable"
|-
! Name !! Value !! Comments
|-