Graphics Stub: Difference between revisions

Added example and resource names.
(Created page with "The GraphicsStub resource is used exclusively in traffic vehicles in Burnout Paradise. Its purpose is to point to a Vehicle and Wheel GraphicsSpec inside its bundle. Vehicles...")
 
(Added example and resource names.)
 
(9 intermediate revisions by the same user not shown)
Line 1:
{{ParadiseResourceTypeInfobox
The GraphicsStub resource is used exclusively in traffic vehicles in Burnout Paradise. Its purpose is to point to a Vehicle and Wheel GraphicsSpec inside its bundle. Vehicles cannot be used as traffic without a GraphicsStub present.
| 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]]
}}
 
The GraphicsStubGraphics Stub resource type is used exclusively in traffic vehicles in Burnout Paradise. Its purpose is to point toimport a [[Vehicle Graphics]] and a [[Wheel GraphicsSpecGraphics]] inside its bundle. Vehicles cannot be used as traffic without a GraphicsStub presentresource.
= Layout =
 
== 32-bit ==
Vehicles cannot be used as traffic without a Graphics Stub present. Similarly, the Graphics Stub cannot be used without a Wheel Graphics resource.
 
= Structures =
=== BrnTraffic::GraphicsStub ===
==== 32-bit ====
{| class="wikitable"
! Offset !! SizeLength !! Type !! Name !! Description !! CommentComments
|-
| 0x0 || 0x80x4 || [[Vehicle Graphics|BrnVehicle::GraphicsSpec]]* || mpVehicleGraphics || Imports index ||
! Offset !! Size !! Type !! Name !! Description !! Comment
|-
| 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 !! CommentComments
|-
| 0x40x0 || 0x40x8 || BrnWheel[[Vehicle Graphics|BrnVehicle::GraphicsSpec]]* || mpWheelGraphicsmpVehicleGraphics || Imports index ||
! Offset !! Size !! Type !! Name !! Description !! Comment
|-
| 0x0 || 0x8 || BrnVehicle::GraphicsSpec || mpVehicleGraphics || Imports index ||
|-
| 0x8 || 0x8 || [[Wheel Graphics|BrnWheel::GraphicsSpec]]* || mpWheelGraphics || Imports index ||
|}