Jump to content

Recommended Posts

Noticed with thos mod that some specific animations dont trigger orgasms, even when it theoretically should for the aggressor. Are there amy specific tags to look for to determine who should be allowed to cum? I have conditions turned off, so i dont really see why anything -should- be blocked.

Link to comment
12 hours ago, Zeorik said:

Noticed with thos mod that some specific animations dont trigger orgasms, even when it theoretically should for the aggressor. Are there amy specific tags to look for to determine who should be allowed to cum? I have conditions turned off, so i dont really see why anything -should- be blocked.

 

i'd guess its this  block that got added to SE SL

 

		; Check if the animation allow Orgasm. By default all the animations with a CumID>0 are type SEX and allow orgasm 
		; But the Lesbian Animations usually don't have CumId assigned and still the orgasm should be allowed at least for Females.
		bool CanOrgasm = Forced || (IsFemale && (Animation.HasTag("Lesbian") || Animation.Females == Animation.PositionCount))
		int i = Thread.ActorCount
		while !CanOrgasm && i > 0
			i -= 1
			CanOrgasm = Animation.GetCumID(i, Stage) > 0 || Animation.GetCum(i) > 0
		endWhile
		if !CanOrgasm
			; Orgasm Disabled for the animation
			return
		endIf
		if !Forced && Config.SeparateOrgasms
			;if Enjoyment < 100 && (Stage < StageCount || Orgasms > 0)
			;	; Prevent the orgasm with low enjoyment at least the last stage be reached without orgasms
			;	return
			;endIf
			bool IsCumSource = False
			i = Thread.ActorCount
			while !IsCumSource && i > 0
				i -= 1
				IsCumSource = Animation.GetCumSource(i, Stage) == Position
			endWhile
			if !IsCumSource
				if IsMale && !(Animation.HasTag("Anal") || Animation.HasTag("Vaginal") || Animation.HasTag("Handjob") || Animation.HasTag("Blowjob") || Animation.HasTag("Boobjob") || Animation.HasTag("Footjob") || Animation.HasTag("Penis"))
					return
				elseIf IsFemale && !(Animation.HasTag("Anal") || Animation.HasTag("Vaginal") || Animation.HasTag("Pussy") || Animation.HasTag("Cunnilingus") || Animation.HasTag("Fisting") || Animation.HasTag("Breast"))
					return
				endIf
			endIf
		endIf

its kind of hard to test, since youll need consistent results some custom anims, and the one who wrote it probably didnt test either since its probably never trigger outside of slso, so ...

i'd say this is completely unneeded, but then its part of sl/sup so who knows

Link to comment
On 3/15/2022 at 10:41 AM, Ed86 said:

 

i'd guess its this  block that got added to SE SL

 

		; Check if the animation allow Orgasm. By default all the animations with a CumID>0 are type SEX and allow orgasm 
		; But the Lesbian Animations usually don't have CumId assigned and still the orgasm should be allowed at least for Females.
		bool CanOrgasm = Forced || (IsFemale && (Animation.HasTag("Lesbian") || Animation.Females == Animation.PositionCount))
		int i = Thread.ActorCount
		while !CanOrgasm && i > 0
			i -= 1
			CanOrgasm = Animation.GetCumID(i, Stage) > 0 || Animation.GetCum(i) > 0
		endWhile
		if !CanOrgasm
			; Orgasm Disabled for the animation
			return
		endIf
		if !Forced && Config.SeparateOrgasms
			;if Enjoyment < 100 && (Stage < StageCount || Orgasms > 0)
			;	; Prevent the orgasm with low enjoyment at least the last stage be reached without orgasms
			;	return
			;endIf
			bool IsCumSource = False
			i = Thread.ActorCount
			while !IsCumSource && i > 0
				i -= 1
				IsCumSource = Animation.GetCumSource(i, Stage) == Position
			endWhile
			if !IsCumSource
				if IsMale && !(Animation.HasTag("Anal") || Animation.HasTag("Vaginal") || Animation.HasTag("Handjob") || Animation.HasTag("Blowjob") || Animation.HasTag("Boobjob") || Animation.HasTag("Footjob") || Animation.HasTag("Penis"))
					return
				elseIf IsFemale && !(Animation.HasTag("Anal") || Animation.HasTag("Vaginal") || Animation.HasTag("Pussy") || Animation.HasTag("Cunnilingus") || Animation.HasTag("Fisting") || Animation.HasTag("Breast"))
					return
				endIf
			endIf
		endIf

its kind of hard to test, since youll need consistent results some custom anims, and the one who wrote it probably didnt test either since its probably never trigger outside of slso, so ...

i'd say this is completely unneeded, but then its part of sl/sup so who knows

 

On 3/14/2022 at 9:29 PM, Zeorik said:

Noticed with thos mod that some specific animations dont trigger orgasms, even when it theoretically should for the aggressor. Are there amy specific tags to look for to determine who should be allowed to cum? I have conditions turned off, so i dont really see why anything -should- be blocked.

there you can try with this, with above block removed

 

Edited by Ed86
Link to comment

Install order:

Framework, arousal, slso, utility.

 

Make sure the versions of framework slso and utility are compatible.

 

Note that the ostim/sex lab arousal mod has to be installed after slso.

 

Not sure if load order matters, LOOT takes care of that for me.

Link to comment

Just wanted to mention I can conform the required orgasms feature isn't working on SE 1.6.353 as @TheUnsaid .. err .. said above. Have previously tested with animations triggered by Cursed Loot rape, Defeat rapes, and aroused creatures. Just realized I didn't test PC as aggressor tho.

Currently rebuilding my mods list (again) and thought I would test it again while I have only some mods installed, and I can just skip through and end the animation without anyone having a orgasm. Have required orgasm set to 3, additional orgasm chance at 100%, additional orgasms set to 3. All aggressor requires orgasm options ticked... or .. crossed.. whatever they are on.

It's also definitely only a problem on the AE updated version. It used to work perfectly on 1.5. Not certain but I am fairly sure that this is the only thing not working (bar the also cant orgasm when I should mentioned above by @Zeorik, have not tested your patch yet @Ed86)

Using version AE-1.7.7-1.64c and have it after Aroused with SL 1.64c with no other conflicts. ?

Is there anyone using 1.6 or AE that has this working? In case something else is going on...

 

Update: Started animation with AnimStarter, PC as victim, In diary victim increase by 1. Also started anim through sexlab, FB's Missionary Rape. Did not increase victim in Diary. Anim skippable until ended, no orgasm either case. So sad.. I love this mod! Added Load Order used during this test. Can I test anything else?

 

Spoiler

# This file was automatically generated by Mod Organizer.
Skyrim.esm
Update.esm
Dawnguard.esm
HearthFires.esm
Dragonborn.esm
ccBGSSSE001-Fish.esm
ccQDRSSE001-SurvivalMode.esl
ccBGSSSE037-Curios.esl
ccBGSSSE025-AdvDSGS.esm
Unofficial Skyrim Special Edition Patch.esp
Schlongs of Skyrim - Core.esm
SexLab.esm
SexLabAroused.esm
SkyUI_SE.esp
FNIS.esp
RaceMenu.esp
RaceMenuPlugin.esp
Schlongs of Skyrim.esp
SOS - Smurf Average Addon.esp
SOSRaceMenu.esp
XPMSE.esp
SLSO.esp
SLAnimLoader.esp
SLAnimStarter.esp
SLALAnimObj.esp
Alternate Start - Live Another Life.esp

loadorder.txt

 

Update 2: I have also discovered that if 'Advance scene when male orgasmed' is ticked and 'Auto advance scene'(in sexlab) is not ticked, when the male orgasms the animation advances to the last stage and stays there. Left it playing for about 10 mins, came back and it is still playing last stage. Multiple orgasms achieved(I believe). If auto advance is on, when male orgasms stages advance quickly and end. Consensual and Non-Consensual.

 

The Orgasm effects (screen shake) only plays for the PC not for the NPC. Creature or human.

 

Tried using the new OSL Aroused following it's install instructions and re-installing SLSO without SLA patch. Seems to work great. Sadly, there is no change to these problems.

 

Above problems persist with PC being aggressor as well. Also for Lesbian scenes except the advancing to last stage, not male so no advance.

 

I'm kind of hoping this helps someone to point out something obvious I have missed that fixes all this. Used to feeling like an idiot. ?

I fear this is a new issue with AE update as it screwed up so many things.

Edited by feralbyte
Link to comment

I've started to use this. I have run several tests:

 

Starting Setup (full load order attached)

- SE 1.6.353

- SL Framework AE 1.64c

- Defeat

- SexLabArousedSSELoose Version 29

- Cursed Loot, Naked Defeat (Documented tests toggled only one at a time in MCM)

- SLSO SexLab-Separate-Orgasm-AE-1.7.7 SL1.64c.7z

- sslActorAlias Patch from Ed86's 3/16 Post (tried without, and then with)

loadorder.txt

Auto advance scene - off

Require aggressor orgasm - on

Advance scene when male orgasmed - off

 

PC is female

 

Tests

- Cursed Loot non-combat rape - Success. Male aggressor continues to orgasm; looping or changing animation as needed

- Cursed Loot combat rape - Fail - No orgasm; ends after animation timers

- Defeat rape - Fail - No orgasm; ends after animation timers

- Naked Defeat rape - Fail - No orgasm; ends after animation timers

- Naked Defeat rape - Advance scene when male orgasmed - on - Fail - No orgasm; ends after animation timers

 

Seems like there is something unique about the combat aspect of this.

 

Happy to test other scenarios or other patch versions! 

 

Link to comment

Removed post. Irrelevant.

Rebuilding game from scratch. Further testing makes me believe something is broken with my skyrim.

 

And agreed.. happy to test anything if it means we can get this mod fully functional or find out whats messing things up!

Edited by feralbyte
Link to comment

Thanks for that. I also turned on SL debug logs. These look relevant:

SLSO_condition_minimum_aggressor_orgasm 0

 

The below log is from SL Defeat with min orgasms set to 3 and max to 4 in SLSO. I'll do another test with the same setup using cursed loot non-combat rape later and add it.

 

Spoiler
[03/22/2022 - 08:11:08AM] Defeat: Player victim, Assault - Aggressor [Actor < (00023BBE)>], Persuer (Should be the same) -> [Actor < (00023BBE)>] // Raped - False // NumRapes - 0 // NumAgg - 1
[03/22/2022 - 08:11:08AM] [DFW] Update Done: 1099.152100
[03/22/2022 - 08:11:09AM] [DFW] Update Event: 1100.241089
[03/22/2022 - 08:11:09AM] [DFW] Update Done: 1100.406006
[03/22/2022 - 08:11:09AM] SEXLAB - Thread[0]  - Entering Making State
[03/22/2022 - 08:11:09AM] SEXLAB - AnimCache: HIT[1] -- 2:-1:-1:-1:TRUE:TRUE -- Count[64]
[03/22/2022 - 08:11:09AM] [DFW] Get Vulnerability: 1100.835083
[03/22/2022 - 08:11:09AM] [DFW] Vulnerability: 15
[03/22/2022 - 08:11:10AM] SEXLAB - NOTICE: ValidateActor(Virgo) -- TRUE -- MISS
[03/22/2022 - 08:11:10AM] SEXLAB - ActorAlias[Virgo] SetActor([Actor < (00000014)>]) - [sslActorAlias <alias ActorAlias004 on quest SexLabThread00 (08061EEF)>]
[03/22/2022 - 08:11:10AM] [DFW] Update Event: 1101.494995
[03/22/2022 - 08:11:10AM] [DFW] Update Done: 1101.627075
[03/22/2022 - 08:11:10AM] SEXLAB - NOTICE: ValidateActor(Troll) -- TRUE -- HIT
[03/22/2022 - 08:11:11AM] SEXLAB - ActorAlias[Troll] SetActor([Actor < (00023BBE)>]) - [sslActorAlias <alias ActorAlias003 on quest SexLabThread00 (08061EEF)>]
[03/22/2022 - 08:11:11AM] [DFW] Update Event: 1102.716064
[03/22/2022 - 08:11:11AM] SEXLAB - Thread[0]  - CenterRef == Positions[1]: [Actor < (00023BBE)>]
[03/22/2022 - 08:11:11AM] [DFW] Cleaning Nearby: 1102.848022
[03/22/2022 - 08:11:11AM] [DFW] Cleaning Nearby Done: 1102.914063
[03/22/2022 - 08:11:12AM] [DFW] Update Done: 1102.947021
[03/22/2022 - 08:11:12AM] SEXLAB - Thread[0] Event Hook - AnimationStarting
[03/22/2022 - 08:11:12AM] SEXLAB - Thread[0]  - Invalid animation list
[03/22/2022 - 08:11:12AM] SEXLAB - Thread[0]  - CreatureRef: [Race <TrollRace (00013205)>]
[03/22/2022 - 08:11:13AM] [DFW] Get Vulnerability: 1104.069092
[03/22/2022 - 08:11:13AM] SEXLAB - NOTICE: SortCreatures([[Actor < (00000014)>], [Actor < (00023BBE)>]], None) -- Return:[[Actor < (00000014)>], [Actor < (00023BBE)>]]
[03/22/2022 - 08:11:13AM] SEXLAB - Thread[0]  - FilterAnimations() BEGIN - LeadAnimations=0, PrimaryAnimations=0
[03/22/2022 - 08:11:13AM] [DFW] Update Event: 1104.036011
[03/22/2022 - 08:11:13AM] SEXLAB - Thread[0]  - Selecting new creature animations - []
[03/22/2022 - 08:11:13AM] SEXLAB - Thread[0]  - Creature Genders: [0, 1, 1, 0]
[03/22/2022 - 08:11:13AM] SEXLAB - GetByCreatureActorsTags(ActorCount=2, Positions=[[Actor < (00000014)>], [Actor < (00023BBE)>]], Tags=, TagsSuppressed=, RequireAll=TRUE)
[03/22/2022 - 08:11:13AM] [DFW] Vulnerability: 15
[03/22/2022 - 08:11:13AM] [DFW] Update Done: 1104.267090
[03/22/2022 - 08:11:13AM] SEXLAB - GetByCreatureActorsTags() - RaceCount:[1, 0, 0, 0, 0] RaceTypes0:["Trolls"] RaceTypes1:[] RaceTypes2:[] RaceTypes3:[] RaceTypes4:[]
[03/22/2022 - 08:11:13AM] SEXLAB - GetByRaceGenders(ActorCount=2, RaceRef=[Race <TrollRace (00013205)>], MaleCreatures=1, FemaleCreatures=0, Tags=, TagsSuppressed=Interspecies,, RequireAll=TRUE)
[03/22/2022 - 08:11:13AM] SEXLAB - AnimCache: MISS -- 2:Trolls:1:0:[]:["Interspecies"]:TRUE
[03/22/2022 - 08:11:14AM] [DFW] Update Event: 1105.356079
[03/22/2022 - 08:11:14AM] [DFW] Update Done: 1105.520996
[03/22/2022 - 08:11:15AM] [DFW] Update Event: 1106.610107
[03/22/2022 - 08:11:15AM] [DFW] Cleaning Nearby: 1106.742065
[03/22/2022 - 08:11:15AM] SEXLAB - AnimCache: Using slot: 3
[03/22/2022 - 08:11:15AM] [DFW] Cleaning Nearby Done: 1106.808105
[03/22/2022 - 08:11:15AM] [DFW] Update Done: 1106.841064
[03/22/2022 - 08:11:16AM] [DFW] Get Vulnerability: 1107.270020
[03/22/2022 - 08:11:16AM] [DFW] Vulnerability: 15
[03/22/2022 - 08:11:16AM] SEXLAB - Thread[0]  - FilterAnimations() END - LeadAnimations=0, PrimaryAnimations=21
[03/22/2022 - 08:11:17AM] [DFW] Update Event: 1107.930054
[03/22/2022 - 08:11:17AM] [DFW] Update Done: 1108.062012
[03/22/2022 - 08:11:18AM] SEXLAB - NOTICE: SortCreatures([[Actor < (00000014)>], [Actor < (00023BBE)>]], [sslBaseAnimation <alias RegistrySlot338 on quest SexLabQuestRegistry (080664FB)>]) -- Return:[[Actor < (00000014)>], [Actor < (00023BBE)>]]
[03/22/2022 - 08:11:18AM] SEXLAB - Thread[0] Adjustment Profile - ImperialRaceF.TrollRaceCM
[03/22/2022 - 08:11:18AM] [DFW] Update Event: 1109.151001
[03/22/2022 - 08:11:18AM] [DFW] Update Done: 1109.316040
[03/22/2022 - 08:11:18AM] SEXLAB - NOTICE TrollDoggystyle - PositionOffsets()[Forward:-22.500000,Sideward:0.000000,Upward:0.000000,Rotation:0.000000]
[03/22/2022 - 08:11:18AM] SEXLAB - NOTICE TrollDoggystyle - PositionOffsets()[Forward:22.500000,Sideward:0.000000,Upward:0.000000,Rotation:180.000000]
[03/22/2022 - 08:11:19AM] SEXLAB - PickByRaceKey(Trolls)
[03/22/2022 - 08:11:19AM] [DFW] Update Event: 1110.450073
[03/22/2022 - 08:11:19AM] [DFW] Get Vulnerability: 1110.588013
[03/22/2022 - 08:11:19AM] [DFW] Vulnerability: 15
[03/22/2022 - 08:11:19AM] SEXLAB - ActorAlias[Troll]  - Scales[1.000000/DISABLED/DISABLED/DISABLED/DISABLED/1.000000] Voice[Troll 1 (Creature)] BaseEnjoyment[3]
[03/22/2022 - 08:11:20AM] [DFW] Cleaning Nearby: 1110.884033
[03/22/2022 - 08:11:20AM] [DFW] Cleaning Nearby Done: 1110.950073
[03/22/2022 - 08:11:20AM] [DFW] Update Done: 1110.983032
[03/22/2022 - 08:11:20AM] SEXLAB - NOTICE TrollDoggystyle - PositionOffsets()[Forward:22.500000,Sideward:0.000000,Upward:0.000000,Rotation:180.000000]
[03/22/2022 - 08:11:21AM] [DFW] Update Event: 1112.072021
[03/22/2022 - 08:11:21AM] [DFW] Update Done: 1112.237061
[03/22/2022 - 08:11:22AM] [DFW] Update Event: 1113.326050
[03/22/2022 - 08:11:22AM] [DFW] Update Done: 1113.491089
[03/22/2022 - 08:11:22AM] SEXLAB - ActorAlias[Virgo]  - Equipment: []
[03/22/2022 - 08:11:22AM] SEXLAB - ActorAlias[Virgo]  - Scales[1.000000/DISABLED/DISABLED/DISABLED/DISABLED/1.000000] Voice[Stimulated (Female)] BaseEnjoyment[-4]
[03/22/2022 - 08:11:23AM] [DFW] Get Vulnerability: 1113.821045
[03/22/2022 - 08:11:23AM] [DFW] Vulnerability: 15
[03/22/2022 - 08:11:23AM] SEXLAB - NOTICE TrollDoggystyle - PositionOffsets()[Forward:-22.500000,Sideward:0.000000,Upward:0.000000,Rotation:0.000000]
[03/22/2022 - 08:11:23AM] [slamainscr <sla_Main (09042D62)>]:Aroused scan skipped because sexlab is animating or disabled = False.
[03/22/2022 - 08:11:23AM] SEXLAB - Thread[0] SyncDone(Prepare) - Lag Timer: 34.853027
[03/22/2022 - 08:11:23AM] SEXLAB - Thread[0] Event Hook - AnimationStart
[03/22/2022 - 08:11:23AM] [Zad]: OnAnimationStart()
[03/22/2022 - 08:11:23AM] [Zad]: SL scene started: Checking for gagged voices
[03/22/2022 - 08:11:23AM] [DFW] Update Event: 1114.570068
[03/22/2022 - 08:11:23AM] [DCUR] Public Indecency not allowed to trigger. Reason: Disabled.
[03/22/2022 - 08:11:24AM] SEXLAB - NOTICE TrollDoggystyle - PositionOffsets()[Forward:-22.500000,Sideward:0.000000,Upward:0.000000,Rotation:0.000000]
[03/22/2022 - 08:11:24AM] [DFW] Cleaning Nearby: 1114.867065
[03/22/2022 - 08:11:24AM] [Zad]: Virgo is not gagged.
[03/22/2022 - 08:11:24AM] [DFW] Cleaning Nearby Done: 1114.933105
[03/22/2022 - 08:11:24AM] [DFW] Update Done: 1114.966064
[03/22/2022 - 08:11:24AM] [Zad]: Troll is not gagged.
[03/22/2022 - 08:11:24AM] SEXLAB - NOTICE TrollDoggystyle - PositionOffsets()[Forward:22.500000,Sideward:0.000000,Upward:0.000000,Rotation:180.000000]
[03/22/2022 - 08:11:25AM] [DFW] Update Event: 1116.044067
[03/22/2022 - 08:11:25AM] [DFW] Update Done: 1116.209106
[03/22/2022 - 08:11:25AM] [Zad]: PermitAnal TRUE
[03/22/2022 - 08:11:25AM] [Zad]: PermitVaginal TRUE
[03/22/2022 - 08:11:25AM] [Zad]: PermitBoobs TRUE
[03/22/2022 - 08:11:25AM] [Zad]: PermitOral TRUE
[03/22/2022 - 08:11:25AM] [Zad]: NoBindings TRUE
[03/22/2022 - 08:11:25AM] [Zad]: IsCreatureAnim TRUE
[03/22/2022 - 08:11:25AM] [Zad]: HasBoundActors False
[03/22/2022 - 08:11:25AM] [Zad]: No sex-act-restricted actors present in this sex scene.
[03/22/2022 - 08:11:25AM] [CF][FIX] Equipping missing aroused armor
[03/22/2022 - 08:11:26AM] [DFW] Get Vulnerability: 1117.001099
[03/22/2022 - 08:11:26AM] [DFW] Vulnerability: 15
[03/22/2022 - 08:11:26AM] SEXLAB - NOTICE: SLSO Virgo's current partner is Troll
[03/22/2022 - 08:11:26AM] [DFW] Update Event: 1117.298096
[03/22/2022 - 08:11:26AM] [DFW] Update Done: 1117.430054
[03/22/2022 - 08:11:26AM] SEXLAB - Thread[0] SyncDone(startUp) - Lag Timer: 6.909058
[03/22/2022 - 08:11:27AM] SEXLAB - NOTICE TrollDoggystyle - PositionOffsets()[Forward:22.500000,Sideward:0.000000,Upward:0.000000,Rotation:180.000000]
[03/22/2022 - 08:11:27AM] SEXLAB - NOTICE TrollDoggystyle - PositionOffsets()[Forward:-22.500000,Sideward:0.000000,Upward:0.000000,Rotation:0.000000]
[03/22/2022 - 08:11:27AM] SEXLAB - Thread[0] SyncDone(Sync) - Lag Timer: 14.552979
[03/22/2022 - 08:11:27AM] [DFW] Update Event: 1118.484009
[03/22/2022 - 08:11:27AM] [DFW] Cleaning Nearby: 1118.548096
[03/22/2022 - 08:11:27AM] [DFW] Cleaning Nearby Done: 1118.589111
[03/22/2022 - 08:11:27AM] [DFW] Update Done: 1118.613037
[03/22/2022 - 08:11:27AM] SEXLAB - Thread[0] Event Hook - StageStart
[03/22/2022 - 08:11:28AM] [DFW] Update Event: 1119.692017
[03/22/2022 - 08:11:29AM] [DFW] Update Done: 1119.857056
[03/22/2022 - 08:11:29AM] [DFW] Get Vulnerability: 1120.187012
[03/22/2022 - 08:11:29AM] [DFW] Vulnerability: 15
[03/22/2022 - 08:11:30AM] [DFW] Update Event: 1120.946045
[03/22/2022 - 08:11:30AM] [DFW] Update Done: 1121.078003
[03/22/2022 - 08:11:31AM] [DFW] Update Event: 1122.167114
[03/22/2022 - 08:11:31AM] SEXLAB - ActorAlias[Troll]  - PlayMoan:True; UseLipSync:False; OpenMouth:False
[03/22/2022 - 08:11:31AM] [DFW] Cleaning Nearby: 1122.299072
[03/22/2022 - 08:11:31AM] [DFW] Cleaning Nearby Done: 1122.365112
[03/22/2022 - 08:11:31AM] [DFW] Update Done: 1122.398071
[03/22/2022 - 08:11:32AM] [DFW] Get Vulnerability: 1123.355103
[03/22/2022 - 08:11:32AM] [DFW] Vulnerability: 15
[03/22/2022 - 08:11:32AM] [DFW] Update Event: 1123.487061
[03/22/2022 - 08:11:32AM] [DFW] Update Done: 1123.619019
[03/22/2022 - 08:11:34AM] [DFW] Update Event: 1124.708008
[03/22/2022 - 08:11:34AM] [DFW] Update Done: 1124.840088
[03/22/2022 - 08:11:34AM] SEXLAB - ActorAlias[Virgo]  - PlayMoan:True; UseLipSync:TRUE; OpenMouth:False
[03/22/2022 - 08:11:35AM] [DFW] Update Event: 1125.929077
[03/22/2022 - 08:11:35AM] [DFW] Cleaning Nearby: 1126.061035
[03/22/2022 - 08:11:35AM] [DFW] Cleaning Nearby Done: 1126.127075
[03/22/2022 - 08:11:35AM] [DFW] Update Done: 1126.160034
[03/22/2022 - 08:11:35AM] SEXLAB - ActorAlias[Troll]  - PlayMoan:True; UseLipSync:False; OpenMouth:False
[03/22/2022 - 08:11:35AM] [DFW] Get Vulnerability: 1126.523071
[03/22/2022 - 08:11:35AM] [DFW] Vulnerability: 15
[03/22/2022 - 08:11:36AM] [DFW] Update Event: 1127.249023
[03/22/2022 - 08:11:36AM] [DFW] Update Done: 1127.381104
[03/22/2022 - 08:11:37AM] [DFW] Update Event: 1128.470093
[03/22/2022 - 08:11:37AM] [DFW] Update Done: 1128.602051
[03/22/2022 - 08:11:38AM] SEXLAB - Thread[0]  - SLSO_Animating_GoToStage
[03/22/2022 - 08:11:38AM] SEXLAB - Thread[0]  - SLSO_condition_maximum_aggressor_orgasm 0
[03/22/2022 - 08:11:38AM] SEXLAB - Thread[0]  - SLSO_condition_minimum_aggressor_orgasm 0
[03/22/2022 - 08:11:38AM] SEXLAB - Thread[0]  - Stage 1
[03/22/2022 - 08:11:38AM] SEXLAB - Thread[0] Event Hook - StageEnd
[03/22/2022 - 08:11:38AM] SEXLAB - NOTICE TrollDoggystyle - PositionOffsets()[Forward:22.500000,Sideward:0.000000,Upward:0.000000,Rotation:180.000000]
[03/22/2022 - 08:11:38AM] SEXLAB - NOTICE TrollDoggystyle - PositionOffsets()[Forward:-22.500000,Sideward:0.000000,Upward:0.000000,Rotation:0.000000]
[03/22/2022 - 08:11:39AM] [DFW] Get Vulnerability: 1129.723999
[03/22/2022 - 08:11:39AM] [DFW] Update Event: 1129.691040
[03/22/2022 - 08:11:39AM] [DFW] Vulnerability: 15
[03/22/2022 - 08:11:39AM] [DFW] Cleaning Nearby: 1129.921997
[03/22/2022 - 08:11:39AM] [DFW] Cleaning Nearby Done: 1129.988037
[03/22/2022 - 08:11:39AM] SEXLAB - Thread[0] SyncDone(Sync) - Lag Timer: 14.372925
[03/22/2022 - 08:11:39AM] [DFW] Update Done: 1130.020996
[03/22/2022 - 08:11:39AM] SEXLAB - Thread[0] Event Hook - StageStart
[03/22/2022 - 08:11:39AM] SEXLAB - ActorAlias[Troll]  - PlayMoan:True; UseLipSync:False; OpenMouth:False
[03/22/2022 - 08:11:40AM] [DFW] Update Event: 1131.110107
[03/22/2022 - 08:11:40AM] SEXLAB - ActorAlias[Virgo]  - PlayMoan:True; UseLipSync:TRUE; OpenMouth:False
[03/22/2022 - 08:11:40AM] [DFW] Update Done: 1131.275024
[03/22/2022 - 08:11:41AM] [DFW] Update Event: 1132.364014
[03/22/2022 - 08:11:41AM] [DFW] Update Done: 1132.529053
[03/22/2022 - 08:11:42AM] SEXLAB - ActorAlias[Troll]  - PlayMoan:True; UseLipSync:False; OpenMouth:False
[03/22/2022 - 08:11:42AM] [DFW] Get Vulnerability: 1132.958008
[03/22/2022 - 08:11:42AM] [DFW] Vulnerability: 15
[03/22/2022 - 08:11:43AM] [DFW] Update Event: 1133.618042
[03/22/2022 - 08:11:43AM] [DFW] Cleaning Nearby: 1133.750000
[03/22/2022 - 08:11:43AM] [DFW] Cleaning Nearby Done: 1133.816040
[03/22/2022 - 08:11:43AM] [DFW] Update Done: 1133.848999
[03/22/2022 - 08:11:44AM] [DFW] Update Event: 1134.938110
[03/22/2022 - 08:11:44AM] SEXLAB - ActorAlias[Troll]  - PlayMoan:True; UseLipSync:False; OpenMouth:False
[03/22/2022 - 08:11:44AM] SEXLAB - ActorAlias[Virgo]  - PlayMoan:True; UseLipSync:TRUE; OpenMouth:False
[03/22/2022 - 08:11:44AM] [DFW] Update Done: 1135.070068
[03/22/2022 - 08:11:45AM] [DFW] Get Vulnerability: 1136.126099
[03/22/2022 - 08:11:45AM] [DFW] Vulnerability: 15
[03/22/2022 - 08:11:45AM] [DFW] Update Event: 1136.192017
[03/22/2022 - 08:11:45AM] [DFW] Update Done: 1136.390015
[03/22/2022 - 08:11:46AM] SEXLAB - ActorAlias[Troll]  - PlayMoan:True; UseLipSync:False; OpenMouth:False
[03/22/2022 - 08:11:46AM] [DFW] Update Event: 1137.479004
[03/22/2022 - 08:11:47AM] [DFW] Cleaning Nearby: 1137.611084
[03/22/2022 - 08:11:47AM] [DFW] Cleaning Nearby Done: 1137.677002
[03/22/2022 - 08:11:47AM] [DFW] Update Done: 1137.710083
[03/22/2022 - 08:11:48AM] [DFW] Update Event: 1138.799072
[03/22/2022 - 08:11:48AM] [DFW] Update Done: 1138.931030
[03/22/2022 - 08:11:48AM] SEXLAB - ActorAlias[Virgo]  - PlayMoan:True; UseLipSync:TRUE; OpenMouth:False
[03/22/2022 - 08:11:48AM] [DFW] Get Vulnerability: 1139.327026
[03/22/2022 - 08:11:48AM] SEXLAB - ActorAlias[Troll]  - PlayMoan:True; UseLipSync:False; OpenMouth:False
[03/22/2022 - 08:11:48AM] [DFW] Vulnerability: 15
[03/22/2022 - 08:11:49AM] [DFW] Update Event: 1140.020020
[03/22/2022 - 08:11:49AM] [DFW] Update Done: 1140.152100
[03/22/2022 - 08:11:50AM] SEXLAB - Thread[0]  - SLSO_Animating_GoToStage
[03/22/2022 - 08:11:50AM] SEXLAB - Thread[0]  - SLSO_condition_maximum_aggressor_orgasm 0
[03/22/2022 - 08:11:50AM] SEXLAB - Thread[0]  - SLSO_condition_minimum_aggressor_orgasm 0
[03/22/2022 - 08:11:50AM] SEXLAB - Thread[0]  - Stage 2
[03/22/2022 - 08:11:50AM] SEXLAB - Thread[0] Event Hook - StageEnd

 

Link to comment
53 minutes ago, virgoflare said:

Thanks for that. I also turned on SL debug logs. These look relevant:

SLSO_condition_minimum_aggressor_orgasm 0

 

The below log is from SL Defeat with min orgasms set to 3 and max to 4 in SLSO. I'll do another test with the same setup using cursed loot non-combat rape later and add it.

 

  Reveal hidden contents

 

:| for w/e reason it doesnt want to initiate default values

 

Link to comment

Thanks Ed! You rock.

Fresh install skyrim, basic mods to get game running and I started sex using the Anim Starter with PC as victim and just watched the console.

Was also getting SLSO_condition_minimum_aggressor_orgasm 0 regardless of setting for every sex scene started.

One difference from virgoflare however. This was a new game, and whatever the Maximum Required was set to for the first sex scene, was what it says for SLSO_condition_maximum_aggressor_orgasm for every sex scene after the first regardless if I changed. Tried multiple times, was always whatever I set it to for first scene.

Set to 4 for 1st scene, SLSO_condition_maximum_aggressor_orgasm 4

Set to 0 for 2nd scene. SLSO_condition_maximum_aggressor_orgasm 4

 

Set to 0 for 1st scene. SLSO_condition_maximum_aggressor_orgasm 0

Set to 4 for 2nd scene. SLSO_condition_maximum_aggressor_orgasm 0

SLSO_condition_minimum_aggressor_orgasm always 0

 

 

Edited by feralbyte
Link to comment

Did a couple more tests, same setup as above, excluding the sslActorAlias change...

 

- Retried Cursed loot non-combat rape - Did not work this time. max aggressor orgasm was set. min was still 0

[03/22/2022 - 09:28:28AM] SEXLAB - ActorAlias[Virgo]  - PlayMoan:True; UseLipSync:TRUE; OpenMouth:False
[03/22/2022 - 09:28:28AM] [DFW] Cleaning Nearby: 887.764038
[03/22/2022 - 09:28:28AM] SEXLAB - Thread[0]  - SLSO_Animating_GoToStage
[03/22/2022 - 09:28:28AM] SEXLAB - Thread[0]  - SLSO_condition_maximum_aggressor_orgasm 4
[03/22/2022 - 09:28:28AM] SEXLAB - Thread[0]  - SLSO_condition_minimum_aggressor_orgasm 0
[03/22/2022 - 09:28:28AM] SEXLAB - Thread[0]  - Stage 1
 
- Masterbation - min aggressor orgasm was set! but didn't matter because no aggressor in this animation.
[03/22/2022 - 09:15:07AM] SEXLAB - Thread[0]  - SLSO_Animating_GoToStage
[03/22/2022 - 09:15:07AM] SEXLAB - Thread[0]  - SLSO_condition_maximum_aggressor_orgasm 4
[03/22/2022 - 09:15:07AM] SEXLAB - Thread[0]  - SLSO_condition_minimum_aggressor_orgasm 3
[03/22/2022 - 09:15:07AM] SEXLAB - Thread[0]  - Stage 1
[03/22/2022 - 09:15:07AM] SEXLAB - Thread[0] Event Hook - StageEnd
[03/22/2022 - 09:15:07AM] SEXLAB - NOTICE NibblesFingeringN - PositionOffsets()[Forward:0.000000,Sideward:0.000000,Upward:0.000000,Rotation:0.000000]
 
I can't replicate the non-combat rape scenario I had earlier. Will keep trying other things...
Edited by virgoflare
Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more information, see our Privacy Policy & Terms of Use