Slorm Posted August 7, 2024 Posted August 7, 2024 Suggestion for future update For the Dubcon Enthusiast, add a toggle so that the SA Sex Level (sex addiction) will increase if the pc doesn't get any trauma due to arousal (in other words, it's a sort of debuff as she enjoyed it). Toggle is there to make it optional as not everyone might want the effect
vaultbait Posted August 7, 2024 Posted August 7, 2024 5 hours ago, Slorm said: Suggestion for future update For the Dubcon Enthusiast, add a toggle so that the SA Sex Level (sex addiction) will increase if the pc doesn't get any trauma due to arousal (in other words, it's a sort of debuff as she enjoyed it). Toggle is there to make it optional as not everyone might want the effect That's a behavior built into Sex Attributes. PVPK would probably need to artificially increase SA's sex level itself directly in order to accomplish that, and also duplicate some of SA's own internals to determine when and when not to (so that it doesn't double-increase it for scenes where SA already will).
Slorm Posted August 7, 2024 Posted August 7, 2024 11 minutes ago, vaultbait said: That's a behavior built into Sex Attributes. PVPK would probably need to artificially increase SA's sex level itself directly in order to accomplish that, and also duplicate some of SA's own internals to determine when and when not to (so that it doesn't double-increase it for scenes where SA already will). Hmm, as a quick workaround could PVPK pass the act as consensual to SA (though still keeping an aggressive animation) or is that impractical?
vaultbait Posted August 7, 2024 Posted August 7, 2024 18 minutes ago, Slorm said: Hmm, as a quick workaround could PVPK pass the act as consensual to SA (though still keeping an aggressive animation) or is that impractical? There are SetNextSexAsAggressive/SetNextSexAsConsensual functions as well as SetNextSexNoTrauma which could be called, but you'd need to set them before SA receives the OnAnimationStart event from AAF, so that leaves the question of how you predict there's one coming (maybe fire it from an AAF OnSceneInit event and hope it takes effect fast enough? major race condition there). 1
spicydoritos Posted August 7, 2024 Author Posted August 7, 2024 10 hours ago, Slorm said: Suggestion for future update For the Dubcon Enthusiast, add a toggle so that the SA Sex Level (sex addiction) will increase if the pc doesn't get any trauma due to arousal (in other words, it's a sort of debuff as she enjoyed it). Toggle is there to make it optional as not everyone might want the effect 5 hours ago, vaultbait said: That's a behavior built into Sex Attributes. PVPK would probably need to artificially increase SA's sex level itself directly in order to accomplish that, and also duplicate some of SA's own internals to determine when and when not to (so that it doesn't double-increase it for scenes where SA already will). SA includes a published API for directly adjusting the Sex Addiction level, so it's probably fine to go that route. I'd rather do that than try to mark it consensual.
vaultbait Posted August 8, 2024 Posted August 8, 2024 53 minutes ago, spicydoritos said: SA includes a published API for directly adjusting the Sex Addiction level, so it's probably fine to go that route. I'd rather do that than try to mark it consensual. Yeah, increasing sex level in SA is straightforward, I think the challenge here is determining when to increase it and when not to (at least based on the original request to "increase if the pc doesn't get any trauma due to arousal"). Basically, SA doesn't seem to emit any events you could use to determine that condition, though I suppose you could check the trauma level at OnSceneInit and OnSceneEnd and compare them to see if there was no increase, but you'd still have to infer the reason for that.
spicydoritos Posted August 8, 2024 Author Posted August 8, 2024 1 hour ago, vaultbait said: Yeah, increasing sex level in SA is straightforward, I think the challenge here is determining when to increase it and when not to (at least based on the original request to "increase if the pc doesn't get any trauma due to arousal"). Basically, SA doesn't seem to emit any events you could use to determine that condition, though I suppose you could check the trauma level at OnSceneInit and OnSceneEnd and compare them to see if there was no increase, but you'd still have to infer the reason for that. Oh that's easy. Dubcon Enthusiast is already set up to activate SetNextSexNoTrauma due to high arousal, and then respond to its own actions after the scene. Adding another outcome to the perk is trivial. 1
vaultbait Posted August 8, 2024 Posted August 8, 2024 16 hours ago, spicydoritos said: Oh that's easy. Dubcon Enthusiast is already set up to activate SetNextSexNoTrauma due to high arousal, and then respond to its own actions after the scene. Adding another outcome to the perk is trivial. Oh, indeed if you're setting it ahead of time then at most you would only really need to track whether that had already been done when the AAF events fire, and assume SA did what it was supposed to do in that case.
spicydoritos Posted August 8, 2024 Author Posted August 8, 2024 Version 1.09 is up! v. 1.09 -Added RSE Abduction to possible Easy Prey outcomes. Thanks to Egoballistic for letting me use the integration code from Violate! -Added hotkey option to USB Type-V. Player may interface with a targeted power armor frame without needing the original activation button. -Added MCM option to USB Type-V. Player may disable the activation button that USB Type-V adds to power armor frames. -Added MCM option to Carnal Compulsion. This option can prevent Carnal Compulsion from selecting a human or ghoul partner when player also has the Closeted Crossbreeder perk. -Added MCM option to Dubcon Enthusiast. Player may now gain Sex Addiction Level (from Sex Attributes) when Dubcon Enthusiast prevents noncon from causing trauma. -Revised Bound in Public integration for Easy Prey. The start chance is now rolled independently, instead of as a subset of blackout teleport. -Revised Carnal Compulsion heartbreak debuff. In addition to the expiration timer, it will now also clear if the player completes a new Carnal Compulsion quest. -Revised player validity check to verify whether player is sitting on furniture before initiating an AAF scene. -Fixed perk reset function not removing Tentacle Bait. -Fixed detection of Latex Fetish gear when wearing power armor. -Fixed Abandoned Property internal tracking sometimes resetting when using power armor. 10
kziitd Posted August 8, 2024 Posted August 8, 2024 3 minutes ago, spicydoritos said: Version 1.09 is up! v. 1.09 -Added RSE Abduction to possible Easy Prey outcomes. Thanks to Egoballistic for letting me use the integration code from Violate!
kziitd Posted August 8, 2024 Posted August 8, 2024 7 minutes ago, spicydoritos said: Version 1.09 is up! v. 1.09 -Added RSE Abduction to possible Easy Prey outcomes. Thanks to Egoballistic for letting me use the integration code from Violate! So now mods have the option to apply the device before teleporting like Violate does?😋
spicydoritos Posted August 9, 2024 Author Posted August 9, 2024 16 minutes ago, kziitd said: So now mods have the option to apply the device before teleporting like Violate does?😋 PVPK doesn't apply any devices beforehand. You'll just get whatever RSE equips.
Slorm Posted August 9, 2024 Posted August 9, 2024 12 hours ago, spicydoritos said: Version 1.09 is up! v. 1.09 -Added MCM option to Dubcon Enthusiast. Player may now gain Sex Addiction Level (from Sex Attributes) when Dubcon Enthusiast prevents noncon from causing trauma. Brilliant, many thanks Spicy 🍺 I'm off to Corvega - I might be gone a while 😀
deathmorph Posted August 9, 2024 Posted August 9, 2024 2 hours ago, Slorm said: I'm off to Corvega - I might be gone a while 😀
deathmorph Posted August 10, 2024 Posted August 10, 2024 Tentacle speaks with Nora (supposed to be related to autonomy, talking animals, etc.) 1
spicydoritos Posted August 10, 2024 Author Posted August 10, 2024 39 minutes ago, deathmorph said: Tentacle speaks with Nora (supposed to be related to autonomy, talking animals, etc.) I'm not sure if a sentient tentacle is better or worse than one that mindlessly violates you... 2
deathmorph Posted August 10, 2024 Posted August 10, 2024 2 hours ago, spicydoritos said: I'm not sure if a sentient tentacle is better or worse than one that mindlessly violates you... As long as the tentacle doesn't want a cigarette or a coffee afterwards, everything is fine 3
MrCruelJohn Posted August 10, 2024 Posted August 10, 2024 (edited) I am having an issue with the easy prey - after consuming a beverage/drug, blacking out does not produce teleporting at all - even at 100%. It used to work but that was prior to adding Latex Curse/human cattle (not sure if there was a report of these or other mods which would interfere with this? Or is there other conditions required for the teleporting? Does one have to be assaulted first before the teleporting, does there have to be humans around for it? Any help or suggestions others may have found work - I would appreciate it. Thanks! John EDIT: I am using 1.08 - just saw a new version - maybe this will work better? Edited August 10, 2024 by MrCruelJohn See EDIT
Spaceguest991 Posted August 11, 2024 Posted August 11, 2024 Sorry for this question being off topic, but if this mod was updated recently how come it doesn't show up on like the front page of download as recently updated for me?
spicydoritos Posted August 11, 2024 Author Posted August 11, 2024 1 hour ago, MrCruelJohn said: I am having an issue with the easy prey - after consuming a beverage/drug, blacking out does not produce teleporting at all - even at 100%. It used to work but that was prior to adding Latex Curse/human cattle (not sure if there was a report of these or other mods which would interfere with this? Or is there other conditions required for the teleporting? Does one have to be assaulted first before the teleporting, does there have to be humans around for it? Any help or suggestions others may have found work - I would appreciate it. Thanks! John EDIT: I am using 1.08 - just saw a new version - maybe this will work better? Are you indoors? Do you have the indoor teleportation option turned on? Teleportation requires an assault first, I believe. Otherwise you just blackout in place, time advances by a few hours, and it's assumed that nobody touched you. 13 minutes ago, Spaceguest991 said: Sorry for this question being off topic, but if this mod was updated recently how come it doesn't show up on like the front page of download as recently updated for me? I noticed that too. The update was visible when I specifically went to the adult subsection of downloads. 1
Olmech Posted August 11, 2024 Posted August 11, 2024 2 hours ago, MrCruelJohn said: I am having an issue with the easy prey - after consuming a beverage/drug, blacking out does not produce teleporting at all - even at 100% Ive noticed that PP eventually stops working with several mods. Basically any mod that does something with perks.
vaultbait Posted August 11, 2024 Posted August 11, 2024 13 hours ago, Spaceguest991 said: Sorry for this question being off topic, but if this mod was updated recently how come it doesn't show up on like the front page of download as recently updated for me? 13 hours ago, spicydoritos said: I noticed that too. The update was visible when I specifically went to the adult subsection of downloads. Give it time. I talked to Ashal about it on Discord last week because I was noticing it with a lot of mods. Apparently the copying of updates from subcategories to the top-level download categories for each game is implemented with a somewhat buggy third-party add-on for the forum software and it's had a tendency to lag behind or miss things randomly, but it does eventually catch up within a day or two. I've taken to checking the Adult and Regular subcategories as well just to make sure I don't miss any updates for now. 2
katrina.balanchuk Posted August 11, 2024 Posted August 11, 2024 19 hours ago, deathmorph said: Tentacle speaks with Nora (supposed to be related to autonomy, talking animals, etc.) So how do you get this tentacle bait perk? I never see it in the menu.
deathmorph Posted August 11, 2024 Posted August 11, 2024 3 hours ago, katrina.balanchuk said: So how do you get this tentacle bait perk? I never see it in the menu. The requirements for this are here: Spoiler And the perk is installed via MCM. Or did you mean something else?
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