Redflyingmonkey Posted August 7, 2019 Posted August 7, 2019 Hi, I can't seem to identify the culprit that is causing my PC to cry after a sex scene please ? I got a crapton of sexlab mods working (some too well apparently), but I forgot which one treats Hentai Creature training as rape...
NoNickNeeded Posted August 7, 2019 Posted August 7, 2019 Hentai creatures as rape... maybe Defeat or Aroused Creatures? Either mod allows setting in their MCMs whether sex is treated as consensual or rape. Though neither mod should be able to mess with a Hentai Creatures "training", but only their own respective events...
Redflyingmonkey Posted August 7, 2019 Author Posted August 7, 2019 8 minutes ago, SAC said: Apropos? I don't have Apropos ! 3 minutes ago, NoNickNeeded said: Hentai creatures as rape... maybe Defeat or Aroused Creatures? Either mod allows setting in their MCMs whether sex is treated as consensual or rape. Though neither mod should be able to mess with a Hentai Creatures "training", but only their own respective events... Yeah it was Defeat, good pick (can't believe I missed that), thanks guys.
MadMansGun Posted August 7, 2019 Posted August 7, 2019 52 minutes ago, Redflyingmonkey said: Hi, I can't seem to identify the culprit that is causing my PC to cry after a sex scene please ? I got a crapton of sexlab mods working (some too well apparently), but I forgot which one treats Hentai Creature training as rape... if i remember right it's one of the settings in Hentai Creature's MCM (Post Training Effects) the script is found in HentaiCreaturesQuest: Event Trained(string eventName, string argString, float argNum, form sender) actor[] WhosBeenFucking = SexLab.HookActors(argString) actor victim = SexLab.HookVictim(argString) actor creature = none if (victim == WhosBeenFucking[0]) creature = WhosBeenFucking[1] else creature = WhosBeenFucking[0] endif creature.ClearLookat() if hcConfig.PostTrainingEffects if victim != none sslBaseVoice voice = SexLab.PickVoice(victim) ; int vfxInstance = voice.Moan(victim, 0.5, true) ; Sound.SetInstanceVolume(vfxInstance, SexLab.Config.fVoiceVolume) MfgConsoleFunc.ResetPhonemeModifier(victim) ; Remove any previous modifiers and phenomes victim.SetExpressionOverride(3,100) ; Sad!!! "That hurt like hell!" MfgConsoleFunc.SetModifier(victim,2,50) MfgConsoleFunc.SetModifier(victim,3,50) MfgConsoleFunc.SetModifier(victim,4,50) MfgConsoleFunc.SetModifier(victim,5,50) MfgConsoleFunc.SetModifier(victim,8,50) MfgConsoleFunc.SetModifier(victim,12,30) MfgConsoleFunc.SetModifier(victim,13,30) MfgConsoleFunc.SetPhoneme(victim,1,10) MfgConsoleFunc.SetPhoneme(victim,2,100) MfgConsoleFunc.SetPhoneme(victim,7,50) debug.SendAnimationEvent(victim,"IdleChildCryingStart") ; Cry patiently while waiting for your next training partner or your designated trainer to get it up again If hcConfig.DisplayExplicitNotifications Debug.Notification(victim.GetLeveledActorBase().GetName() + " took a giant load from " + creature.GetLeveledActorBase().GetName()) EndIf endif endIf EndEvent
Redflyingmonkey Posted August 7, 2019 Author Posted August 7, 2019 Holy crap I fixed it by doing the wrong thing ? I'll edit those lines just in case it comes back, thanks MadMan you absolute legend.
Godfrey777 Posted October 6, 2019 Posted October 6, 2019 Being raped during training is the one thing I loathe about Hentai creatures. What is the safest way the script for a Fun experience?
MadMansGun Posted October 6, 2019 Posted October 6, 2019 turning off "Post Training Effects" in the mcm should help.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.