Vehicle Data/Burnout Revenge: Difference between revisions

ESM field descriptions and partial type enum.
m (Version number)
(ESM field descriptions and partial type enum.)
Line 434:
| 0x0 || 0x8 || [[GtID]] || mWaveID || ||
|-
| 0x8 || 0x4 || [[#CB4SoundESMGraphStruct|CB4SoundESMGraphStruct]]* || mpGraphs || Negative pointer relative to partial start ||
|-
| 0xC || 0x1 || RwUInt8 || mun8GraphCount || ||
|-
| 0xD || 0x1 || RwUInt8 || mun8Type || || See [[#EPartialType|EPartialType]]
|-
| 0xE || 0x2 || || || Padding ||
Line 447:
! Offset !! Length !! Type !! Name !! Description !! Comments
|-
| 0x0 || 0x4 || [[#CB4SoundESMPointStruct|CB4SoundESMPointStruct]]* || mpPoints || Negative pointer relative to graph start ||
|-
| 0x4 || 0x1 || RwUInt8 || mun8PointCount || ||
Line 527:
|-
| eBodyPartCount || 13 ||
|}
 
=== EPartialType ===
{{todo|Check what high nibble means (sometimes marked as 1).}}
{| class="wikitable"
! Name !! Value !! Comments
|-
| ePartialNormal || 0 ||
|-
| ePartialTurbo || 1 ||
|-
| ePartialGinsu || 2 ||
|}