Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
This mod aims to fix it.
Modern Brawl Bug Fix by Enai Siaion
http://www.nexusmods.com/skyrim/mods/77465/?
It was a magical effect. They just do not appear in your active effect list, because they are being excluded from there.
Mods are using the cloak effect to check and change NCPs variables. They are invisible to player, because having 3-6 visual effects constantly flying around them would be very annoying and pointless.
Game itself still registers them as magical effects and brawling NPCs consider them as magical attacks. This is why the original Brawl Bugs Patch was included to several mods. This mod is more up to date version of the old fix.
Which Equipment mod? It might important that I know, in case there is something that needs to be added to fixes.
Edit: If the mod was equipping items to NPCs, then it WAS using a magic cloak effect to do so.
The magic cloak effect does not need to have something to do with actual magic or magic related mods. It is a method used by game and mods to target NPCs. Cloak polls either periodically, or during cell changes, checking NPCs in it's reach and setting their equipment or other variables, depending on what it was meant to do.
This is what we mean by "script heavy" mods. Term has nothing to do with amount of scripts you have in your mods, but how active they are. The more mods with polling events you have the more work Papyrus scripting system needs to do - making it more prone to slow down or fail.
If this polling effect hits any brawling NPCs, then they do not understand that it is not an actual magic attack against them. They consider that your character is using magic to attack them and act accordingly.
It is just an oversight from Bethesda. They did not figure out that peoples would use custom invisible magic cloak effects as we do in our mods, so they did not figure out make NPCs to know the difference between harmful and harmless event. This mod fixes that, allowing NCPs to determine that harmless magical cloak effect polling them is not an attack, so they will not go hostile from it.
Good to hear. :)