HUD Message Sequence: Difference between revisions

Content added Content deleted
mNo edit summary
(Added infobox and normalized some content.)
Line 1: Line 1:
{{ParadiseResourceTypeInfobox
| name = HudMessageSequence
| id = 0x2E
| category = Generic
| memdist = Main Memory only
}}

{{subpage|Development|Information on versions of the HUD Message Sequence resource type used during development.}}
{{subpage|Development|Information on versions of the HUD Message Sequence resource type used during development.}}


Line 8: Line 15:
=== CgsGui::GuiHudMessageSequenceResource ===
=== CgsGui::GuiHudMessageSequenceResource ===
{| class="wikitable"
{| class="wikitable"
|-
! Offset !! Length !! Type !! Name !! Description !! Comments
! Offset !! Length !! Type !! Name !! Description !! Comments
|-
|-
Line 15: Line 21:
| 0x8 || 0xD || char[13] || ? || ||
| 0x8 || 0xD || char[13] || ? || ||
|-
|-
| 0x15 || 0x3 || || || padding ||
| 0x15 || 0x3 || || || Padding ||
|-
|-
| 0x18 || 0x4 || uint32_t || ? || Format version? || Always 1
| 0x18 || 0x4 || uint32_t || ? || Format version? || Always 1
Line 30: Line 36:
=== Entry ===
=== Entry ===
{| class="wikitable"
{| class="wikitable"
|-
! Offset !! Length !! Type !! Name !! Description !! Comments
! Offset !! Length !! Type !! Name !! Description !! Comments
|-
|-
| 0x0 || 0x8 || [[CgsID]] || ? || Message name ||
| 0x0 || 0x8 || [[CgsID]] || ? || Message name ||
|-
|-
| 0x8 || 0x4 || float32_t || ? || Seconds to wait before next message in sequence? || Always 5
| 0x8 || 0x4 || float || ? || Seconds to wait before next message in sequence? || Always 5
|-
|-
| 0xC || 0x20 || ? || ? || || All bytes are 0xFF
| 0xC || 0x20 || ? || ? || || All bytes are 0xFF
|-
|-
| 0x2C || 0x4 || ? || ? || padding? ||
| 0x2C || 0x4 || ? || ? || Padding? ||
|}
|}