Skyrim

File information

Last updated

Original upload

Created by

Writhes

Uploaded by

Writhes

Virus scan

Safe to use

Tags for this mod

About this mod

A simple esp that will fix the elemental fury sound loop bug without muting or deleting it.

Permissions and credits
Changelogs
I searched for bug fixes related to this and only found fixes that simply muted the sound. I wanted to actually create a fix for this annoying bug rather than a bandaid.

Problem:
Still not 100% sure but I have an idea... When players attempt to apply this shout to their weapon and the weapon is unenchantable occasionally the sound will trigger without the enchant actually being applied and as a result it will not turn off when the enchant turns off because the enchant does not exist.

How it's fixed:
1. Created a new keyword MagicEnchElementalFury.

2. Added keyword "MagicEnchElementalFury" to magic effect VoiceElementalFuryEnchantment and VoiceElementalFury.

3. Enabled conditions for Sound Descriptor VOCShoutFXElementalFuryEnchantmentLPSD

4. Added conditions
"HasMagicEffectKeyword Keyword: 'MagicEnchElementalFury' == 1.00 AND"

5. Added condition to Sound Descriptor (This condition supports the main fix.)
"IsWeaponOut != 0 AND"

-These steps were updated to show the details for 1.2 and should no longer have any problems. -Completely ready to be integrated with Unofficial Skyrim patch if the authors desired such.