Player Car Colours/Previous versions

From Burnout Wiki

The following describes versions prior to the latest version of the PlayerCarColours resource.

Versions

  • v1.0-v1.5: The initial version of the PlayerCarColours resource was missing the Party type due to the Party Pack not existing until its addition in v1.6.

Structures

BrnWorld::GlobalColourPalette

v1.0-v1.5

Offset Length Type Name Description Comments
0x0 0x30 PlayerCarColourPalette[4] mItems Color types See EPallettesTypes, indices match enum values

BrnWorld::PlayerCarColourPalette

v1.0-v1.5

Offset Length Type Name Description Comments
0x0 0x4 Vector4* mpPaintColours Paint colors offset
0x4 0x4 Vector4* mpPearlColours Pearl colors offset
0x8 0x4 int32_t miNumColours Number of colors in the palette

Enumerations

BrnWorld::EPallettesTypes

v1.0-v1.5

Name Value Comments
eGloss 0
eMetallic 1
ePearlescent 2
eSpecial 3
eNumPalettes 4