EvilEngine/DSTR: Difference between revisions

Content added Content deleted
Battlepedia>Seil
Battlepedia>Seil
Line 13: Line 13:


{| class="wikitable"
{| class="wikitable"
! Offset !! Type !! Description
! Offset !! Type !! Variable !! Description
|-
|-
| 0x54 || ?[2] || Unknown (null)
| 0x54 || ? || '''animSpeed''' || null
|-
|-
| 0x5C || int || '''Unknown''', always 1
| 0x58 || ? || '''initAnimState''' || null
|-
|-
| 0x60 || ? || Unknown (null)
| 0x5C || int || '''health''' || always 1
|-
|-
| 0x64 || int || '''Hit Mask?'''
| 0x60 || [[AssetID]]? || '''spawnItemID''' || null
|-
|-
| 0x68 || byte || '''Flag 1''', usually 0 or 2
| 0x64 || int || '''dflags''' || hit mask?
|-
|-
| 0x69 || byte || '''Flag 2''', usually 0, 1, or 2
| 0x68 || byte || '''collType''' || usually 0 or 2
|-
|-
| 0x6A || byte || '''Flag 3''', usually 0
| 0x69 || byte || '''fxType''' || usually 0, 1, or 2
|-
|-
| 0x6B || byte || '''Flag 4''', usually 0
| 0x6A || short || '''pad''' || padding
|-
|-
| 0x6C || float || '''Unknown'''
| 0x6C || float || '''blast_radius''' ||
|-
|-
| 0x70 || float || '''Unknown'''
| 0x70 || float || '''blast_strength''' ||
|-
|-
| 0x74 || [[AssetID]] ([[SHRP|Shrapnel]]) || '''Shrapnel 1'''
| 0x74 || [[AssetID]] ([[SHRP|Shrapnel]]) || '''shrapnelID_destroy''' ||
|-
|-
| 0x78 || [[AssetID]] ([[SHRP|Shrapnel]]) || '''Shrapnel 2'''
| 0x78 || [[AssetID]] ([[SHRP|Shrapnel]]) || '''shrapnelID_hit''' ||
|-
|-
| 0x7C || [[AssetID]] ([[SFX]]) || '''SFX 1'''
| 0x7C || [[AssetID]] ([[SFX]]) || '''sfx_destroy''' ||
|-
|-
| 0x80 || [[AssetID]] ([[SFX]]) || '''SFX 2'''
| 0x80 || [[AssetID]] ([[SFX]]) || '''sfx_hit''' ||
|-
|-
| 0x84 || [[AssetID]] ([[MODL|Model]]) || '''Destroyed Model 1'''
| 0x84 || [[AssetID]] ([[MODL|Model]]) || '''hitModel''' ||
|-
|-
| 0x88 || [[AssetID]] ([[MODL|Model]]) || '''Destroyed Model 2'''
| 0x88 || [[AssetID]] ([[MODL|Model]]) || '''destroyModel''' ||
|-
|-
! colspan="3" | Events
! colspan="4" | Events
|-
|-
| 0x8C || Event[numberOfEvents] || '''[[Events]]'''
| 0x8C || Event[numberOfEvents] || '''[[Events]]''' ||
|}
|}