Wheel Graphics: Difference between revisions

From Burnout Wiki
Content added Content deleted
m (Removed redirects.)
(Added infobox and normalized some content.)
 
Line 1: Line 1:
{{ParadiseResourceTypeInfobox
| name = WheelGraphicsSpec
| othernames = WheelGraphics
| example = [[File:Paradise WheelGraphics Example.png|frameless|200px]]<br />10Spoke_03_18_650B viewed in Blender.
| resourcenames = *_Graphics<br /><sup><small>*Wheel ID, e.g. 10318651</small></sup>
| id = 0x1000A
| category = Game-specific<br />(Burnout Paradise)
| memdist = Main Memory only
| imports = [[Model]]
| editor = Viewer only<br />Use [[Modding/Burnout Paradise|Blender addons]]
}}

The Wheel Graphics resource is a simple asset meant to import Model resources for a wheel.
The Wheel Graphics resource is a simple asset meant to import Model resources for a wheel.


Line 5: Line 17:
==== 32-bit ====
==== 32-bit ====
{| class="wikitable"
{| class="wikitable"
|-
! Offset !! Length !! Type !! Name !! Description !! Comments
! Offset !! Length !! Type !! Name !! Description !! Comments
|-
|-
Line 17: Line 28:
==== 64-bit ====
==== 64-bit ====
{| class="wikitable"
{| class="wikitable"
|-
! Offset !! Length !! Type !! Name !! Description !! Comments
! Offset !! Length !! Type !! Name !! Description !! Comments
|-
|-
| 0x0 || 0x4 || uint32_t || muVersion || || 1
| 0x0 || 0x4 || uint32_t || muVersion || || 1
|-
|-
| 0x4 || 0x4 || || || padding ||
| 0x4 || 0x4 || || || Padding ||
|-
|-
| 0x8 || 0x8 || [[Model]]* || mpWheelModel || Imports index ||
| 0x8 || 0x8 || [[Model]]* || mpWheelModel || Imports index ||

Latest revision as of 09:03, 4 October 2023

WheelGraphicsSpec
aka WheelGraphics

10Spoke_03_18_650B viewed in Blender.
Resource names *_Graphics
*Wheel ID, e.g. 10318651
Type ID 0x1000A
Category Game-specific
(Burnout Paradise)
Memory
distribution
Main Memory only
Imports Model
Imported by Unknown
Editor
available?
Viewer only
Use Blender addons

The Wheel Graphics resource is a simple asset meant to import Model resources for a wheel.

Structures

BrnWheel::GraphicsSpec

32-bit

Offset Length Type Name Description Comments
0x0 0x4 uint32_t muVersion 1
0x4 0x4 Model* mpWheelModel Imports index
0x8 0x4 Model* mpCaliperModel Imports index Optional. -1 if not present

64-bit

Offset Length Type Name Description Comments
0x0 0x4 uint32_t muVersion 1
0x4 0x4 Padding
0x8 0x8 Model* mpWheelModel Imports index
0x10 0x8 Model* mpCaliperModel Imports index Optional. -1 if not present