EvilEngine/DYNA: Difference between revisions

Content added Content deleted
Battlepedia>Dark
(Undo revision 793 by Dark (talk))
Battlepedia>Seil
No edit summary
Line 16: Line 16:
|-
|-
| 0x0E || short || '''handle''' || Always 0.
| 0x0E || short || '''handle''' || Always 0.
|}

===HUD format (BFBB)===
[[hud:meter:font]], [[hud:meter:unit]], [[hud:model]], and [[hud:text]] all contain another header following the DYNA header:

{| class="wikitable"
! Offset !! Type !! Variable !! Description
|-
| 0x10 || [[Vector3]] || '''loc''' || Position
|-
| 0x1C || [[Vector3]] || '''size''' || Size
|}

====Meter format====
[[hud:meter:font]] and [[hud:meter:unit]] both contain ''another'' header following the HUD header:

{| class="wikitable"
! Offset !! Type !! Variable !! Description
|-
| 0x28 || float || '''start_value''' ||
|-
| 0x2C || float || '''min_value''' ||
|-
| 0x30 || float || '''max_value''' ||
|-
| 0x34 || float || '''increment_time''' ||
|-
| 0x38 || float || '''decrement_time''' ||
|-
| 0x3C || [[AssetID]] (Sound) || '''sound.start_increment''' ||
|-
| 0x40 || [[AssetID]] (Sound) || '''sound.increment''' ||
|-
| 0x44 || [[AssetID]] (Sound) || '''sound.start_decrement''' ||
|-
| 0x48 || [[AssetID]] (Sound) || '''sound.decrement''' ||
|}
|}