Player Car Colours

From Burnout Wiki
Revision as of 21:01, 13 April 2022 by Derneuere (talk | contribs) (Created page with "==v1.6-v1.9== ===GlobalColourPalette=== {| class="wikitable" ! Offset !! Size !! Type !! Name !! Description !! More Information !! Comments |- | 0x0 || 0x3C || PlayerCarColourPalette[5] || mItems || Colour types || PlayerCarColourPalette Format || |- | 0x3C || 0x4 || || || padding || || |} ===PlayerColourPalette=== {| class="wikitable" ! Offset !! Size !! Type !! Name !! Description !! More Information !! Comments |- | 0x0 || 0x4 || Vector4 * || mpPaintColours || P...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

v1.6-v1.9

GlobalColourPalette

Offset Size Type Name Description More Information Comments
0x0 0x3C PlayerCarColourPalette[5] mItems Colour types PlayerCarColourPalette Format
0x3C 0x4 padding

PlayerColourPalette

Offset Size Type Name Description More Information Comments
0x0 0x4 Vector4 * mpPaintColours Pain colour offset Colour Format
0x4 0x4 Vector4 * mpPearlColours Pearl colour offset
0x8 0x4 int32_t miNumColours No. colours

Colour

Offset Size Type Name Description More Information Comments
0x0 0x4 float32_t Red % of 255 Struct not defined by Criterion
0x4 0x4 float32_t Green % of 255
0x8 0x4 float32_t Blue % of 255
0xC 0x4 float32_t Alpha % of 255

EPallettesTypes

Offset Size Type Name Description More Information Comments
0x0 0x4 EPalettesTypes Color types 0x0 = eGloss Unused in the game.
0x1 = eMetallic
0x2 = ePearlescent
0x3 = eSpecial
0x4 = ?
0x5 = eNumPalettes

v1.0-v1.5

GlobalColourPalette

Offset Size Type Name Description More Information Comments
0x0 0x30 PlayerCarColourPalette[4] mItems Colour types PlayerCarColourPalette Format

PlayerColourPalette

Offset Size Type Name Description More Information Comments
0x0 0x4 Vector4 * mpPaintColours Pain colour offset Colour Format
0x4 0x4 Vector4 * mpPearlColours Pearl colour offset
0x8 0x4 int32_t miNumColours No. colours

Colour

Offset Size Type Name Description More Information Comments
0x0 0x4 float32_t Red % of 255 Struct not defined by Criterion
0x4 0x4 float32_t Green % of 255
0x8 0x4 float32_t Blue % of 255
0xC 0x4 float32_t Alpha % of 255

EPallettesTypes

Offset Size Type Name Description More Information Comments
0x0 0x4 EPalettesTypes Color types 0x0 = eGloss Unused in the game.
0x1 = eMetallic
0x2 = ePearlescent
0x3 = eSpecial
0x4 = eNumPalettes

PS4

GlobalColourPalette

Offset Size Type Name Description More Information Comments
0x0 0x78 PlayerCarColourPalette[5] mItems Colour types PlayerCarColourPalette Format
0x78 0x8 padding

PlayerColourPalette

Offset Size Type Name Description More Information Comments
0x0 0x8 Vector4 * mpPaintColours Paint colour offset Colour Format
0x8 0x8 Vector4 * mpPearlColours Pearl colour offset
0x10 0x8 int64_t miNumColours

Colour

Offset Size Type Name Description More Information Comments
0x0 0x4 float32_t Red % of 255 Struct not defined by Criterion
0x4 0x4 float32_t Green % of 255
0x8 0x4 float32_t Blue % of 255
0xC 0x4 float32_t Alpha % of 255

EPallettesTypes

Offset Size Type Name Description More Information Comments
0x0 0x4 EPalettesTypes Color types 0x0 = eGloss Unused in the game.
0x1 = eMetallic
0x2 = ePearlescent
0x3 = eSpecial
0x4 = ?
0x5 = eNumPalettes