Hi there! You are currently browsing as a guest. Why not create an account? Then you get less ads, can thank creators, post feedback, keep a list of your favourites, and more!

Influence Emotions Fix

SCREENSHOTS
1,271 Downloads 77 Thanks  Thanks 17 Favourited 14,084 Views
Uploaded: 13th Oct 2019 at 4:29 PM
Updated: 9th Mar 2020 at 3:03 PM
Influence Emotions Fix

During the development of my next release for my Glimmerstone mod, I came across a curious bug that I swore didn't used to exist: vampires have the "Influence Emotions" category, even when they do not have the perk to unlock it. Doing some digging, I came across this AHQ post.

I added the fix for my Glimmerstone mod, but I've decided to make it a standalone in case you don't want my Glimmerstone mod. (Note: this will be compatible with my Glimmerstone mod but it won't be needed as it includes the fix as part of its code*).
* Said version is not yet released, but I'll make sure to mention it next feature update where it is part of the mod.

What This Does
Vampires will no longer get pie menu options to Influence Emotions unless they've unlocked the perk to do so, like expected. This is a script mod that injects a test set with the missing code into those specific interactions. Simple fix for an annoying problem

This mod does not "take away" anything; the tuning allowed you access to the pie menu but the interactions didn't actually do anything. This just re-rides the interactions from you if you're not supposed to have access to them.

Installation
Install this like normal: script and package in their own folder in /Mods like such:



The mod will tell you if you've messed something up (either a drama node saying "hey, you installed this wrong" if you're missing the script; or an orange notification if you're missing the package).

Additional Credits:
https://answers.ea.com/t5/Bug-Repor...-t/td-p/8026210

The AHQ post for both making me aware I'm not losing my mind and for giving me the code I needed to inject