Sound Weapon: Difference between revisions

Content added Content deleted
m (Fix ID)
(Was looking at the wrong thing file, this is actually Sound Weapon.)
Line 1: Line 1:
{{ParadiseResourceTypeInfobox
{{ParadiseResourceTypeInfobox
| name = BkSoundBulletImpact
| name = BkSoundWeapon
| othernames = SoundBulletImpact Data
| othernames = SoundWeapon Data
| id = 0x11002
| id = 0x11000
| category = Game-specific<br />(Black 2)
| category = Game-specific<br />(Black 2)
| memdist = Main Memory only
| memdist = Main Memory only
}}
}}


Bullet impacts are used in [[Black 2 (2007-02-13 build)]]. They are per-weapon lists of [[Sound Gunsu|Gunsus]], which are referenced directly rather than imported.
Weapon sound data resources are used in [[Black 2 (2007-02-13 build)]]. They are per-weapon lists of [[Sound Gunsu|Gunsus]], which are referenced directly rather than imported.


= Structures =
= Structures =
Line 18: Line 18:
| 0x4 || 0x4 || uint32_t || ? || Resource size ||
| 0x4 || 0x4 || uint32_t || ? || Resource size ||
|-
|-
| 0x8 || 0x4 || uint32_t || ? || Number of bullet impact gunsus ||
| 0x8 || 0x4 || uint32_t || ? || Number of weapon gunsus ||
|-
|-
| 0xC || 0x4 || [[Resource ID]]* || ? || Bullet impact gunsu resource IDs || See [[Sound Gunsu]]
| 0xC || 0x4 || [[Resource ID]]* || ? || Weapon gunsu resource IDs || See [[Sound Gunsu]]
|}
|}