Graphics Stub: Difference between revisions

Added example and resource names.
m (Burninrubber0 moved page GraphicsStub to Graphics Stub: Renamed to be in line with other page names.)
(Added example and resource names.)
 
(4 intermediate revisions by the same user not shown)
Line 1:
{{ParadiseResourceTypeInfobox
The GraphicsStub resource type is used exclusively in traffic vehicles in Burnout Paradise. Its purpose is to import a [[Vehicle Graphics (Burnout Paradise)|Vehicle Graphics]] and a [[Wheel Graphics (Burnout Paradise)|Wheel Graphics]] resource.
| name = GraphicsStub
| othernames = TrafficStub and TrafficGraphicsStub
| example = [[File:Paradise GraphicsStub Example.png|frameless|300px]]<br />Traffic US Pickup 01B's GraphicsStub.
| resourcenames = *_TrafficStub<br /><sup><small>*Vehicle ID, e.g. TUSPK01B</small></sup>
| id = 0x10015
| category = Game-specific<br />(Burnout Paradise)
| memdist = Main Memory only
| imports = [[Vehicle Graphics]]<br />[[Wheel Graphics]]
| editor = Viewer only<br />Use [[Modding/Burnout Paradise|Blender addons]]
}}
 
VehiclesThe cannotGraphics Stub resource type beis used asexclusively in traffic withoutvehicles ain GraphicsStubBurnout presentParadise. Similarly,Its thepurpose GraphicsStubis cannotto beimport useda [[Vehicle Graphics]] withoutand a [[Wheel Graphics]] resource.
 
Vehicles cannot be used as traffic without a Graphics Stub present. Similarly, the Graphics Stub cannot be used without a Wheel Graphics resource.
= Layout =
 
== 32-bit ==
= Structures =
=== BrnTraffic::GraphicsStub ===
==== 32-bit ====
{| class="wikitable"
! Offset !! SizeLength !! Type !! Name !! Description !! Comments
|-
| 0x0 || 0x80x4 || [[Vehicle Graphics|BrnVehicle::GraphicsSpec]]* || mpVehicleGraphics || Imports index ||
! Offset !! Size !! Type !! Name !! Description !! Comments
|-
| 0x00x4 || 0x4 || BrnVehicle[[Wheel Graphics|BrnWheel::GraphicsSpec]]* || mpVehicleGraphicsmpWheelGraphics || Imports index ||
|-
| 0x4 || 0x4 || BrnWheel::GraphicsSpec* || mpWheelGraphics || Imports index ||
|}
 
==== 64-bit ====
{| class="wikitable"
! Offset !! SizeLength !! Type !! Name !! Description !! Comments
|-
| 0x40x0 || 0x40x8 || BrnWheel[[Vehicle Graphics|BrnVehicle::GraphicsSpec]]* || mpWheelGraphicsmpVehicleGraphics || Imports index ||
! Offset !! Size !! Type !! Name !! Description !! Comments
|-
| 0x0 || 0x8 || BrnVehicle::GraphicsSpec* || mpVehicleGraphics || Imports index ||
|-
| 0x8 || 0x8 || [[Wheel Graphics|BrnWheel::GraphicsSpec]]* || mpWheelGraphics || Imports index ||
|}