[RELWIP] Brawl Bug Plugin (for modders)

Post » Sun Sep 02, 2012 12:52 am

http://skyrim.nexusmods.com/mods/23435

A very simple plugin so that other mod authors can avoid Skyrim's Brawl Bug.
THIS IS NOT A PATCH for Skyrim's brawl bug.

For modders:
- Recommend users download this plugin
- then simply add the keyword "Dummy" (existing in Skyrim.esm) to your spell effect
- make sure you tick "no hit event" and your effect will be ignored by brawlers.

This is a helpful community and any bug reports, issues, oddities or even conceptual issues with this mod will help!

Particularly - I am looking for help identifing scripts that use "OnMagicEffectApply" but don't check for what effect is applyed.
User avatar
Chris Johnston
 
Posts: 3392
Joined: Fri Jul 07, 2006 12:40 pm

Post » Sat Sep 01, 2012 6:27 pm

Another long overdue mod/resource :thumbsup:
User avatar
Tarka
 
Posts: 3430
Joined: Sun Jun 10, 2007 9:22 pm

Post » Sun Sep 02, 2012 8:41 am

Particularly - I am looking for help identifing scripts that use "OnMagicEffectApply" but don't check for what effect is applyed.
Just search in the source folder for OnMagicEffectApply (with your IDE or Notepad++, etc). It's what I did when I was fixing those scripts.

Especially what I'd like to know, so that my simpler drop-in script resource is possible, is what mods currently edit the few scripts with this bug so I can contact them and see if they'd like to incorporate the script fix into their versions.
User avatar
abi
 
Posts: 3405
Joined: Sat Nov 11, 2006 7:17 am


Return to V - Skyrim