Vehicle List/Burnout 3: Difference between revisions

From Burnout Wiki
Content added Content deleted
m (Burninrubber0 moved page Vehicle List (Burnout 3) to Vehicle List/Burnout 3: Move to subpage)
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
Based on information from Burnout Revenge debugging symbols.

= Structures =
= Structures =
All names and types based on information from Burnout Revenge debugging symbols.
=== Vehicle List ===

=== CB3VehicleList ===
{| class="wikitable"
{| class="wikitable"
|-
|-
Line 11: Line 11:
| 0x4 || 0x4 || RwInt32 || mnVehicleCount || ||
| 0x4 || 0x4 || RwInt32 || mnVehicleCount || ||
|-
|-
| 0x8 || 0x200 || int[128] || mabVehicleIsDriveable || ||
| 0x8 || 0x200 || RwBool[128] || mabVehicleIsDriveable || ||
|-
|-
| 0x208 || 0x200 || [[#EB4RaceCarRank | EB4RaceCarRank]][128] || maeRaceCarRanks || ||
| 0x208 || 0x200 || [[#EB3RaceCarRank | EB3RaceCarRank]][128] || maeRaceCarRanks || ||
|-
|-
| 0x408 || 0x400 || long unsigned int[128] || maVehicleIDs || ||
| 0x408 || 0x400 || [[Common Data Types#GtID | GtID]][128] || maVehicleIDs || ||
|-
|-
| 0x808 || 0x200 || int[128] || manVehicleMaxCrashScore || ||
| 0x808 || 0x200 || RwInt32[128] || manVehicleMaxCrashScore || ||
|-
|-
| 0xA08 || 0x200 || int[128] || manVehicleGrudgePoints || ||
| 0xA08 || 0x200 || RwInt32[128] || manVehicleGrudgePoints || ||
|-
|-
| 0xC08 || 0x3F8 || unsigned char[1016] || mau8Pad || ||
| 0xC08 || 0x3F8 || RwUInt8[1016] || mau8Pad || ||
|}
|}


= Enumeration =
= Enumerations =
=== Racecar Rank ===
=== EB3RaceCarRank ===
{| class="wikitable"
{| class="wikitable"
|-
|-

Latest revision as of 16:52, 11 September 2022

Structures

All names and types based on information from Burnout Revenge debugging symbols.

CB3VehicleList

Offset Length Type Name Description Comments
0x0 0x4 RwInt32 mnVersionNumber File version 6
0x4 0x4 RwInt32 mnVehicleCount
0x8 0x200 RwBool[128] mabVehicleIsDriveable
0x208 0x200 EB3RaceCarRank[128] maeRaceCarRanks
0x408 0x400 GtID[128] maVehicleIDs
0x808 0x200 RwInt32[128] manVehicleMaxCrashScore
0xA08 0x200 RwInt32[128] manVehicleGrudgePoints
0xC08 0x3F8 RwUInt8[1016] mau8Pad

Enumerations

EB3RaceCarRank

Name Value Comments
eRaceCarRank0 0
eRaceCarRank1 1
eRaceCarRank2 2
eRaceCarRank3 3
eRaceCarRank4 4
eRaceCarRankCount 5