Vehicle Data: Difference between revisions

simplify layout
(simplify layout)
Line 22:
* The LOD Database version present in revision 0x14 BGVs are the only version to use '''global pointers''' for their submesh tables. These point to the exact location in the file of each submesh, whereas '''local pointers''', used in all subsequent versions of the format, use offsets relative to the beginning of the LOD. For example, a pointer to offset <tt>0x1820</tt> in a 0x14-era LOD Database would appear to point to <tt>0x140</tt> in all other versions.
 
= Layout (Version 0x17) =
= Header =
=== VersionVehicle 0x17Data ===
{|class="wikitable
|-
Line 111:
|}
 
= Subtypes =
Being a container format, Burnout Vehicle uses quite a few internal resource types to store its data.
=== LOD Database ===
The '''LOD Database''' format stores both a given vehicle's LOD model as well as the model's rendering parameters.
Line 120 ⟶ 118:
It seems the maximum amount of vehicle objects a LOD Database can contain is 12, though it's unknown if this rule is enforced by the game or if it can be larger than that.
 
==== Layout ====
{|class="wikitable"
|-
Line 135 ⟶ 132:
 
=== Vehicle Object ===
==== Layout ====
{|class="wikitable"
|-
Line 153 ⟶ 149:
 
=== Vehicle Mesh ===
==== Layout ====
{|class="wikitable"
|-