[WOTC] Arashi SFX Fix
Ever notice how the Assassin’s Shotgun sounds way louder than every other weapon when fired? Well, while updating my Reduced Alien Weapon FX mod, i found the problem.
In the Projectile Archetype for the Arashi, an element that handles one of the pellet spreads is also set to play the fire sound. The Projectile Count on this element is set to 5. If you set a multi-projectile element to play a sound, it multiplies that sound by the # of projectiles, and in this case it meant the sound was being played at 5x the volume it should’ve been whenever triggered.
The solution was simple – set the fire sound to play with the Muzzle Flash’s element instead of the pellet spread, as that doesn’t have a projectile count. To implement this, i use both Weapon Skin Replacer and Template Master.
WSR overrides the Assassin’s Arashi with this mod’s altered projectiles. Should be pretty conflict-free i think, as most mods don’t bother touching Alien weaponry. For the XCOM version, this won’t work – it would conflict with stuff like XSkin.
Instead, i use Template Master to add the altered XCOM Arashi as a ghost template re-skin that can be used with XSkin, or even WSR / TM themselves if you like doing custom config stuff. For XSkinners, toggle the Owned filter off and apply it over whichever weapon you want.
It does include WSR code to just override the default XCOM Arashi like the Assassin’s version though, if you don’t care about XSkin. Access the XComWeaponSkinReplacer.ini file in the Config folder and un-comment the XCOM Arashi’s projectile replacement code.
GHOST TEMPLATE NAME: ChosenShotgun_XCOM_SFX_Fix, in-game name Arashi (Fixed SFX)
If using Reduced Alien Weapon FX you don’t need this, that fix comes included (and it would clash with that mod’s Arashi changes anyway).
However, if you wanna use Reduced FX while also using this mod’s fixed version for your soldiers, just download this and delete the Assassin’s lines from the XComWeaponSkinReplacer.ini file.
Required items:
Click the title to search on this site.
[WOTC] Iridar's Template Master - Core — Steam Workshop
[WOTC] WSR Weapon Skin Replacer - Core — Steam Workshop
