Vehicle Data/Burnout Revenge: Difference between revisions

Payload flag comments
(Update array types and add missing links.)
(Payload flag comments)
 
(4 intermediate revisions by the same user not shown)
Line 393:
| 0x0 || 0x8 || [[GtID]] || mPartID || ||
|-
| 0x8 || 0x4 || RwUInt32 || mxFlags || || TODO:1 Listflag, flagsmight be related to body part
|-
| 0xC || 0x1 || RwInt8 || mnPartIndex || ||
Line 408:
| 0x0 || 0x38 || [[#CB4SoundESMInputLag|CB4SoundESMInputLag]][7] || maInputLags || ||
|-
| 0x38 || 0x4 || RwUInt32 || mun32VersionNumber || || 5
|-
| 0x3C || 0x4 || [[#CB4SoundESMPartialStruct|CB4SoundESMPartialStruct]]* || mpPartials || ||
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 ||
|}