Skyrim

File information

Last updated

Original upload

Created by

Catman030

Uploaded by

Catman030

Virus scan

Safe to use

About this mod

Does not allow enchanted weapons for use. This fixes what many call the "Sound Bug"

Permissions and credits
Donations
This mod DOES NOT allow enchanted weapons to use elemental fury (I always thought that was dumb and overpowered anyway). I believe the Unofficial Skyrim Patch will allow that.

Now that that's out of the way, what this mod does is prevent the issue that many call the "sound bug." Normally, if you switch weapons while elemental fury is active, all sorts of problems will occur, including a repetitive sound effect that can be quite annoying. This simple script will block you from accidentally triggering this bug, allowing you to operate the elemental fury shout normally. 

If you already have this bug, you will need to follow a few steps in order to fix your situation:

1) Install this mod (duh)
2) Shout with elemental fury
3) Change weapons before effect ends
4) Shout again after cool down
5) Sheathe and unsheathe

If you find that this mod is conflicting with another, you can make it work if you understand the basics of creation kit:

1) Download this mod and move the script to the scripts folder. You won't need the .esp file
2) Open the conflicting mod in creation kit.
3) You're going to have to find a magic effect named VoiceElementalFury or something like that. (Not the one that has the word "enchantment")
4) Edit that effect, and attach the ElementalFuryFix script in the Papyrus section.
5) Double click the script and define the SPELL property as "Flames".
6) Do not define the WEAPON property at all.

Hope some of you find this useful. Enjoy:)