Adds new method to global functions for overlay textures. Uses PapyrusUtil to check for textures in the data directory and adds (or removes) overlays from the NPC.
Version 0.3.0
Moves all Script Events under a single FK_FECKOFF_Events branch node.
Restructures StoryManager events for consistency: Danger, Entrance, and SetPiece comments now use the Peekers/Consumers pattern.
Moves the parent branch node earlier in the Script Events tree to avoid conflicts with WIFollowerCommentNode and other quest nodes.
Adds a few helper scripts that can be attached to TopicInfos; intended for re-use in follower mods.
Adds custom faction for tracking relationship status since many mods modify the base game's relationship rank willy nilly.
Adds Topics and linkable TopicInfos with scripting for vanilla follower dialogue. (New voicetypes can add a new TopicInfo conditioned on their NPC and link to the provided TopicInfos with scripts, giving support for multi-follower frameworks.)
Adds story events for various PapyrusExtender mod events.
Expands demo to cover some of the new features.
Minor efficiency update: Location triggers now filter only on the player.
Version 0.2.1
Fixes typo in the optional patcher that would cause the new conditions to be incorrect.
Version 0.2.0
Adds tracking for nearby scenes, in case you're trying to listen to an important conversation, but you're not actually participating. Refer to the STFU section on the mod page for further details.