Zeke2323 Posted April 24 Posted April 24 (edited) On 3/23/2026 at 5:32 AM, Auhrii said: Having a few issues with inventory management taking keys (I can understand restraint keys, but it's taking all keys), quest items, and even Hearthfire's sawn logs (which essentially vanish, as they're invisible in inventories). Does anyone have any pointers for patching this? There is a mod that lets you favorite keys, books, and misc items. Very handy when using petcollar. Favorite Misc Items https://www.nexusmods.com/skyrimspecialedition/mods/42750 For Hearthfire. I made a patch for all non-playable Misc items from Hearthfire and added the SexlabNoStrip keyword to the items. This allowed building everything in Hearthfire without having to remove the petcollar first. Edited April 24 by Zeke2323 1
Zeke2323 Posted April 26 Posted April 26 On 3/13/2025 at 6:30 PM, MrEsturk said: I created a patch that adds a separate Arousal Threshold setting in the MCM menu for player teammates: There are several reasons you might want this. Such as: - You are also using other mods that also make your teammates periodically demand sex from you (Submissive Lola, Deviously Enslaved, etc). In which case you might want to disable the Pet Collar version. - You want both teammates and random NPCs to demand sex. In which case setting the Arousal Threshold too high will cause the other NPCs to almost never demand sex, being the RNG rarely gives arousals higher that 60. While setting it too low will cause your teammate(s) to troll you to no end with constant sex demands. With this patch you can set both differently. THE PATCH: Petcollar_TeammatePatch.zip Setting the Teammate Threshold to -1 will disable teammates demanding sex from the Pet Collar. Setting the Teammate Threshold to -2 will make teammates use the default Arousal Threshold setting shared by all NPCs (This is the default setting). @yurik Feel free to import these two modded scripts into the official version of Pet Collar if you wish I couldn't get this to work with just the added scripts. Scripts loaded correctly and I was able to set the teammates arousal threshold. But the teammates kept ignoring the setting and using the main arousal threshold. Maybe an issue with my Follower mod, UFO, on how it flags followers but not sure. I didn't test without it. Looking at the scripts, it appears there are two separate checks. First it checks just teammates and triggers a scene with just teammates. If no teammates meet the arousal threshold then it checks all actors in range. This second check includes teammates but uses the main arousal threshold instead of the teammates one. I had to edit the quests in the petcollar.esp and add the condition "Subject.GetPlayerTeammate = 0" to the ActorAroused Aliases for the three non-follower quests. This made it ignore teammates for the second check. But it does separate out teammates from group sex. Not sure why but the check sometimes doesn't pick up on the aroused actor. So the teammates check would miss the aroused teammate but then the teammate would get picked up in the all actor scan. With the edits I made to the esp, you can only get either multiple teammates or multiple other actors. Might be a nicer way through the scripts to achieve this but I was just trying to get it working in some fashion.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now