Prop Graphics List: Difference between revisions

Added infobox and normalized some content.
m (Removed redirects.)
(Added infobox and normalized some content.)
 
Line 1:
{{ParadiseResourceTypeInfobox
| name = PropGraphicsList
| resourcenames = PRP_GL__*<br /><sup><small>*Track unit ID</small></sup>
| id = 0x10010
| category = Game-specific<br />(Burnout Paradise)
| memdist = Main Memory only
| imports = 1 [[Model]] per prop<br />1 [[Model]] per part
}}
 
The prop graphics list contains a list of the props and their respective [[Model]] resources.
 
Line 15 ⟶ 24:
| 0xC || 0x4 || uint8_t || muNumberOfPropPartModels || Number of parts ||
|-
| 0x10 || 0x4 || [[#Props::PropGraphics | PropGraphics]]* || mpaPropGraphics || ||
|-
| 0x14 || 0x4 || [[#Props::PropPartGraphics | PropPartGraphics]]* || mpaPropPartGraphics || ||
|}
 
Line 32 ⟶ 41:
| 0xC || 0x4 || uint8_t || muNumberOfPropPartModels || Number of parts ||
|-
| 0x10 || 0x8 || [[#Props::PropGraphics | PropGraphics]]* || mpaPropGraphics || ||
|-
| 0x18 || 0x8 || [[#Props::PropPartGraphics | PropPartGraphics]]* || mpaPropPartGraphics || ||
|}
 
Line 46 ⟶ 55:
| 0x4 || 0x4 || [[Model]]* || mpPropModel || ||
|-
| 0x8 || 0x4 || [[#Props::PropPartGraphics | PropPartGraphics]]* || mpParts || ||
|}
 
Line 55 ⟶ 64:
| 0x0 || 0x4 || uint32_t || muTypeId || ||
|-
| 0x4 || 0x4 || || || paddingPadding ||
|-
| 0x8 || 0x8 || [[Model]]* || mpPropModel || ||
|-
| 0x10 || 0x8 || [[#Props::PropPartGraphics | PropPartGraphics]]* || mpParts || ||
|}