From a27241701b7ed47845380660670e597e7eea3b3d Mon Sep 17 00:00:00 2001 From: Jan Date: Sun, 7 Apr 2024 14:00:20 +0200 Subject: [PATCH] chore: add iw5 weapon indirect asset references --- src/ZoneCode/Game/IW5/XAssets/WeaponCompleteDef.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/ZoneCode/Game/IW5/XAssets/WeaponCompleteDef.txt b/src/ZoneCode/Game/IW5/XAssets/WeaponCompleteDef.txt index 120dcda9..b06f4966 100644 --- a/src/ZoneCode/Game/IW5/XAssets/WeaponCompleteDef.txt +++ b/src/ZoneCode/Game/IW5/XAssets/WeaponCompleteDef.txt @@ -39,6 +39,8 @@ set count accuracyGraphKnots[1] accuracyGraphKnotCount[1]; use AnimOverrideEntry; set string overrideAnim; set string altmodeAnim; +set assetref overrideAnim ASSET_TYPE_XANIMPARTS; +set assetref altmodeAnim ASSET_TYPE_XANIMPARTS; // NoteTrackToSoundEntry use NoteTrackToSoundEntry; @@ -117,4 +119,6 @@ set reusable name; set condition sound never; // snd_alias_list_name -set string snd_alias_list_name::soundName; \ No newline at end of file +use snd_alias_list_name; +set string soundName; +set assetref soundName ASSET_TYPE_SOUND;