OsmelMC Posted December 24, 2021 Posted December 24, 2021 1 hour ago, Ed86 said: okay......... i think your implementation of realtime/fix is broken RealTime[0] = SexLabUtil.GetCurrentGameRealTime() float function GetCurrentGameRealTime() global Form TimeScale = Game.GetFormFromFile(0x3A, "Skyrim.esm") float fTimeScale = 1 if TimeScale && TimeScale != none fTimeScale = (TimeScale as GlobalVariable).GetValue() else fTimeScale = 20.0 ; Skyrim default TimeScale endIf if fTimeScale < 1 fTimeScale = 1.0 endIf return (Utility.GetCurrentGameTime() / fTimeScale) * 86400.0 endFunction ; Obtains the current game time in terms of game days passed (same as the global variable) float Function GetCurrentGameTime() native global .... so thread.realtime[] is always the same whole day, which kind of prevents orgasms on triggering on 1st day, and probably prevent maless/creatures orgasms up to 3 first days and probably breaks bunch of other stuff so that is probably the reason ppl come and complain their actors cant orgasm In my game with the SLSO is cumming without problem. I set a log on the GetEnjoytmen function to track the values of the 3 functions. If is still there you can uncomment it and see. By the way on the AE the function is already native on the SexLab DLL file and I still playing with the SE version so I can't check the AE. The new function is controlling all the times of the Animation. Also the Game Time is in days but have fractions that behave like the Real Time and allow me get a difference at lease of 0.05 seconds that is not too much but is enough for the Animation Sync. Like I said I don't have the AE and his function is native so if something is wrong on the AE, only Ashal can fix it.
Ed86 Posted December 25, 2021 Author Posted December 25, 2021 8 hours ago, OsmelMC said: In my game with the SLSO is cumming without problem. I set a log on the GetEnjoytmen function to track the values of the 3 functions. If is still there you can uncomment it and see. By the way on the AE the function is already native on the SexLab DLL file and I still playing with the SE version so I can't check the AE. The new function is controlling all the times of the Animation. Also the Game Time is in days but have fractions that behave like the Real Time and allow me get a difference at lease of 0.05 seconds that is not too much but is enough for the Animation Sync. Like I said I don't have the AE and his function is native so if something is wrong on the AE, only Ashal can fix it. ok i spend 2 evenings debuggin in discord and for w/e reason on AE RealTime is always 0 so this part can never trigger: if CalculateFullEnjoyment() >= 100 && !NoOrgasm && SeparateOrgasms && Stage < StageCount && (RealTime[0] - LastOrgasm) > (((IsMale as int) + (IsCreature as int) + 1) * 10.0) since (RealTime[0] - LastOrgasm) always 0 2
OsmelMC Posted December 25, 2021 Posted December 25, 2021 8 hours ago, Ed86 said: ok i spend 2 evenings debuggin in discord and for w/e reason on AE RealTime is always 0 so this part can never trigger: if CalculateFullEnjoyment() >= 100 && !NoOrgasm && SeparateOrgasms && Stage < StageCount && (RealTime[0] - LastOrgasm) > (((IsMale as int) + (IsCreature as int) + 1) * 10.0) since (RealTime[0] - LastOrgasm) always 0 Can you try this file on AE, need to be compiled and can't test it myself. The file is already on the GitHub server, waiting to be merge. SexLabUtil.psc
AlyssiaW1 Posted December 25, 2021 Posted December 25, 2021 I have been having the same issue. I am happy to test the file if someone else can compile it when they get the chance.
Ed86 Posted December 25, 2021 Author Posted December 25, 2021 well i dont have AE installed either, so who ever wants can test it SexLabUtil AE 146b fix.zip
Ed86 Posted December 25, 2021 Author Posted December 25, 2021 3 hours ago, OsmelMC said: Can you try this file on AE, need to be compiled and can't test it myself. The file is already on the GitHub server, waiting to be merge. SexLabUtil.psc 8.49 kB · 1 download seems to work
AlyssiaW1 Posted December 25, 2021 Posted December 25, 2021 The patch works for me. Make sure you don't have anything else overwriting the new SL script.
fred200 Posted December 25, 2021 Posted December 25, 2021 (edited) Word of warning: The zip file as provided by ED86 will not install correctly with a mod manager. Either create your own Data/Scripts structure or use this one: And if you don't see an Overwrites message - you did it wrong. SexLabUtil AE 146b fix.7z Edited December 25, 2021 by fred200 1
isnoo Posted December 28, 2021 Posted December 28, 2021 (edited) On Skyrim SE, SexlabFramework 1.63 Beta 9 with SLSO 1.7.6 characters never orgasm, they don't orgasm on SLSO 1.7.5 either. I followed the steps and turned "seperate orgasms" etc. on in Sexlab, as well as turning off Orgasm Conditions in SLSO - what else can I try to get orgasms working? nothing is overwriting SLSO and I've tried installing it with and without the SLA compatibility patch thanks for any help edit: falling back to version 1.7.4 made everything work again, no idea what was causing issues on the other versions Edited December 28, 2021 by isnoo
caqa Posted December 28, 2021 Posted December 28, 2021 8 hours ago, isnoo said: On Skyrim SE, SexlabFramework 1.63 Beta 9 with SLSO 1.7.6 characters never orgasm, they don't orgasm on SLSO 1.7.5 either. I followed the steps and turned "seperate orgasms" etc. on in Sexlab, as well as turning off Orgasm Conditions in SLSO - what else can I try to get orgasms working? nothing is overwriting SLSO and I've tried installing it with and without the SLA compatibility patch thanks for any help edit: falling back to version 1.7.4 made everything work again, no idea what was causing issues on the other versions The exact required Sexlab version is in the SLSO filename when you download it. The required version is 1.63, not 1.63b9.
Zdun Posted December 29, 2021 Posted December 29, 2021 (edited) Hi Does compatibility patch works for Estrus Chaurus+ works. Most up to date version of EC+ is 4.39 and patch is for 4.346. To be honest it does not work for me but my modlist is hell. Edit: Nvm found that EC+ has native support so I should remove patch. Edited December 29, 2021 by Zdun
Someone92 Posted December 29, 2021 Posted December 29, 2021 I once had the issue "arousal meter full but no orgasm", too. It happened during the gang-rape punishment of the Public Whore mod. I suspect the issue might be caused by to heavy script load. Would be interesting what other SexLab mods were active when other people encountered this issue, and if they in general use script-heavy mods.
JeDragon Posted December 30, 2021 Posted December 30, 2021 Halo @Ed86, i want to know what SLSO setting if there is scene like this : My character is female, and if she get raped the scene is start with aggresive foreplay and then go to the main sex based on my Sexlab Framework setting (same like consensual sex too). When i use SLSO, then try the rape scene like i mentioned before, the aggressor (male) is orgasm in foreplay, next the scene continue to main sex but it advance the stage so fast and then the sex is end with aggressor dont orgasm in main sex, is this normal ? I try to uncheck foreplay orgasm, at the end of the foreplay stage, they won't continue to the main sex, instead they stuck in foreplay and the aggressor won't orgasm although his enjoyment is full, i also have advanced stage setting is tuned off. The point is, is SLSO orgams can work both in foreplay and main sex ? Sorry i try to explain clearly but my English is limited too. I am using Skyrim 1.5.9.7, MO2 and my load order is : - SexLab Framework 1.63b9 - SL Aroused Extended - SL Defeat Baka Edition 1.31 - SL Utlity Plus 2021-10-20 - SLSO 1.7.4 - Babo Dialog Thanks
Ed86 Posted December 30, 2021 Author Posted December 30, 2021 1 hour ago, JeDragon said: When i use SLSO, then try the rape scene like i mentioned before, the aggressor (male) is orgasm in foreplay, next the scene continue to main sex but it advance the stage so fast and then the sex is end with aggressor dont orgasm in main sex, is this normal ? I try to uncheck foreplay orgasm, at the end of the foreplay stage, they won't continue to the main sex, instead they stuck in foreplay and the aggressor won't orgasm although his enjoyment is full, i also have advanced stage setting is tuned off. yes you've disabled stage advance, so sex will never end
JeDragon Posted December 30, 2021 Posted December 30, 2021 55 minutes ago, Ed86 said: yes you've disabled stage advance, so sex will never end hmm, okay how about my question that "The point is, is SLSO orgams can work both in foreplay and main sex ?" while keeping stage advanced disabled
Zdun Posted December 30, 2021 Posted December 30, 2021 Another day of trying to make EC+ working with SLSO. Could someone confirm that current SLSO works with EC+? I have following setup: - SexLab Framework 1.63 - SL Aroused Extended(patched) - SLSO 1.7.6 (no sla patch) - Estrus Charurus+ 4.39 I have not installed EC+ slso patch because it seems to be obsolete, and someone mentioned in LE that EC+ now has native support. My setup works for non estrus sex. For estrus I have issue "arousal meter full but no orgasm". My guess is that the problem is that EC+ was written with Sexlab beta in mind and I have to wait.
Ed86 Posted December 30, 2021 Author Posted December 30, 2021 2 hours ago, JeDragon said: hmm, okay how about my question that "The point is, is SLSO orgams can work both in foreplay and main sex ?" while keeping stage advanced disabled erm... yes? you disable option blocking forplay orgasms and they work?
Nohrin Posted December 31, 2021 Posted December 31, 2021 (edited) I think it would be a great idea to have these settings also optionally apply to consensual animations as well. So that you can cycle through stages of an animation via timer without the animation ending before orgasm. Edited December 31, 2021 by Nohrin 2
DayTri Posted December 31, 2021 Posted December 31, 2021 15 hours ago, Zdun said: Another day of trying to make EC+ working with SLSO. Could someone confirm that current SLSO works with EC+? I have following setup: - SexLab Framework 1.63 - SL Aroused Extended(patched) - SLSO 1.7.6 (no sla patch) - Estrus Charurus+ 4.39 I have not installed EC+ slso patch because it seems to be obsolete, and someone mentioned in LE that EC+ now has native support. My setup works for non estrus sex. For estrus I have issue "arousal meter full but no orgasm". My guess is that the problem is that EC+ was written with Sexlab beta in mind and I have to wait. I don't know if it's a recent change or not, but the current SLSO version orgasm conditions don't allow orgasm on the EC+ animations. You can use S.L.A.T.E. or something else to add "Vaginal" and/or "Anal" tags to those animations. Then the orgasm will work. I did this in my game and now it works fine, SLATE is old but still works. 7 minutes ago, Nohrin said: I think it would be a great addition to have these settings also optionally apply to consensual animations as well. So that instead of relying on Sexlab's timers, it requires orgasm to end the animation. Please consider it! Yes this would be so good. +1+1+1 It's so strange in prostitution mod for example, everyone just gives up before orgasm. And for quest mods, if we want a variety of positions, we need to start many different animations. So much nicer if you could set the thing to run for either X orgasms or Y scene count. 1
JeDragon Posted December 31, 2021 Posted December 31, 2021 On 12/30/2021 at 7:17 PM, Ed86 said: erm... yes? you disable option blocking forplay orgasms and they work? Well i try disable option blocking forplay orgasm in SLSO mcm setting, the result is sometimes they work sometimes they don't. It seems they are working only if the actors is 3 vs 1 or more, but on 1 vs 1 they don't work because when goes to the main sex the aggressor are force to advance stage until the end scene and dont have orgasm. Any way thanks, it's hard to good to be true if you have something want itself
aspirine2 Posted January 1, 2022 Posted January 1, 2022 does this SE version require BeeingFemale patch as the LE version ..if so where to find it ..? many thanks in advance
damitzadam504 Posted January 2, 2022 Posted January 2, 2022 When install this mod, the SFX delay is not playing? What option in the MCM should I choose to play it?
veebars Posted January 3, 2022 Posted January 3, 2022 Great mod! I iust want to check I've got things setup correctly and the following limits are expected and not (another) stupid misconfiguration on my part. SexLab 1.64b (second upload), SLAL 1.0, SLAR 29.0, SLSO 1.7.6: with male and female orgasm conditions unticked and foreplay orgasm allowed ticked in SLSO MCM (and of course separate orgasm in SexLab checked): 1. No actor can orgasm in the last stage of any animation. 2. No actor can orgasm in any stage of the SLAL version of the M2M animation pack (regardless of sex/gender mix). 3. All actors can orgasm in any other stage and animation. If that's expected, no worries, again mainly concerned I've borked something that I could have avoided!
Ed86 Posted January 3, 2022 Author Posted January 3, 2022 4 hours ago, veebars said: Great mod! I iust want to check I've got things setup correctly and the following limits are expected and not (another) stupid misconfiguration on my part. SexLab 1.64b (second upload), SLAL 1.0, SLAR 29.0, SLSO 1.7.6: with male and female orgasm conditions unticked and foreplay orgasm allowed ticked in SLSO MCM (and of course separate orgasm in SexLab checked): 1. No actor can orgasm in the last stage of any animation. 2. No actor can orgasm in any stage of the SLAL version of the M2M animation pack (regardless of sex/gender mix). 3. All actors can orgasm in any other stage and animation. If that's expected, no worries, again mainly concerned I've borked something that I could have avoided! 1. i should probably fix that someday 1. idk, maybe they dont have tags, cumid? 3. i should probably fix that someday
veebars Posted January 3, 2022 Posted January 3, 2022 27 minutes ago, Ed86 said: 1. i should probably fix that someday 1. idk, maybe they dont have tags, cumid? 3. i should probably fix that someday Thanks for the info (and of course the mod)! 1. It's workable as is. Again, I'm just checking how things should work so I know when I've gotten things installed and configured correctly. 2. OK, so with male and female orgasm conditions turned off, there are other checks that some animations may not meet (thus orgasm is blocked)? Of course just fine if so; just checking what to should expect.
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