About this mod
SKSE plugin that stops NPC comments unless they're directly facing the player. Inspired by underthesky's To Your Face plugin from LE.
- Permissions and credits
Requirements
SKSE64
Visual C++ Redistributables 2019
Address Library for SKSE Plugins (not needed for VR)
Changelog
- 1.0 - Initial release
- 1.1 - Reduced debug shader intensity
Description
Similarly to the LE mod of this name, this SKSE plugin prevents NPCs from greeting the player unless they're in range
(default: 150 units) AND within angle in front of the player (default: 30 degrees).
Both minimum distance and maximum angle can be configured in po3_ToYourFace.ini.
Q: What's different from the other two To Your Face SSE ports?
- To Your Face Redux was built from scratch using CommonLibSSE and Address Library for version independence and improved stability.
- No need for separate mods that change fAIMinGreetingDistance game setting; setting can be directly modified in the included .ini.
- Handy debug shader option, for finding which angle works best for greeting NPCs.
Credits
Plugin source
- Ryan (SniffleMan) for CommonLibSSE
- underthesky for original LE plugin that was used as a reference
- xILARTH for the SSE port that was also used as a reference (re: relevant memory address)