masterpyromancer Posted April 2, 2024 Posted April 2, 2024 I have an issue with NPC on NPC sex. When I have a sex scene with other actors that the player isn't involved in the scenes never progress. There's supposed to be timers thats in the timers and stripping tab but it doesn't factor that in. The only thing I can do is manually take control of the scene by pressing the N key.
darkevilhum Posted April 6, 2024 Posted April 6, 2024 (edited) Hello, I'm doing a fresh Skyrim/LL install after many years. My SexLab is complaining on game load and in the MCM about having the wrong Papyrus version, it states version 3.3+ is needed. I'm a little confused by this as Sexlab Appears to come with it's own Papyrus version (fine), and I have tried Papyrus Utils 4.5 and 4.6, loaded with a higher priority in MO but it continues to suggest I don't have a version newer than 3.3? I read through some of the posts here and there appears to be a lot of... mixed explanations of "get your versions right" but there is no indication that a specific version is required other than something newer than 3.3 OR the latest Papyrus. Can anyone provide some assistance? Note: I am using SexLab v1.66b with Skyrim v1.6.11.70.0 (AE) Edit: Nevermind, I found a mod further down in my list (dependency for something else) which also had a version of PapyrusUtils. The mod was Simply Knock SE 1.0.3. Edited April 6, 2024 by darkevilhum
OsmelMC Posted April 6, 2024 Posted April 6, 2024 15 minutes ago, darkevilhum said: Hello, I'm doing a fresh Skyrim/LL install after many years. My SexLab is complaining on game load and in the MCM about having the wrong Papyrus version, it states version 3.3+ is needed. I'm a little confused by this as Sexlab Appears to come with it's own Papyrus version (fine), and I have tried Papyrus Utils 4.5 and 4.6, loaded with a higher priority in MO but it continues to suggest I don't have a version newer than 3.3? I read through some of the posts here and there appears to be a lot of... mixed explanations of "get your versions right" but there is no indication that a specific version is required other than something newer than 3.3 OR the latest Papyrus. Can anyone provide some assistance? Note: I am using SexLab v1.66b with Skyrim v1.6.11.70.0 (AE) Make sure that nothing be overwriting the SexLab files. Seems like you have something old overnight the SexLab scripts. Update it or remove it, if doesn't have a update specific for your version of SexLab is because is not longer required and should be removed.
NOI_Nomer Posted April 7, 2024 Posted April 7, 2024 Hello , anyone have same problem, i try to disable (remove thick) for automatic free camera , but this option is still active (for version Skyrim Special Edition (1.5.97, aka SE) use SexLabFrameworkSE_v163.7z). After some time 3-5 minutes auto free cam start to rotate around my character. Is there way to stop this ?
wolfbread Posted April 11, 2024 Posted April 11, 2024 Random question, Can I start a SL animation on a specific stage? Like having it start on stage 4 instead of 1.
OsmelMC Posted April 11, 2024 Posted April 11, 2024 8 hours ago, wolfbread said: Random question, Can I start a SL animation on a specific stage? Like having it start on stage 4 instead of 1. Yes but only by scripts. You can also limit the scene to one specific stage also by scripts.
darkevilhum Posted April 11, 2024 Posted April 11, 2024 I'm having an issue and I'm not sure how to track down the cause. Whenever any SexLab scene starts, It swaps the animation multiple times (3-4 from what i can make out) before eventually settling with one. I have a massive LL mod list but everything else works flawlessly so I'm wondering if anyone has encountered this before and may know what conflict or specific mod might be responsible?
wolfbread Posted April 11, 2024 Posted April 11, 2024 9 hours ago, OsmelMC said: Yes but only by scripts. You can also limit the scene to one specific stage also by scripts. Okay. Yeah, nice, sorry I wasn't more clear. What would such scripts look like? Here is the generic script that I use to start a SL animation. actor[] sexActors = new actor[2] sexActors[0] = ($Name.GetRef() as Actor) sexActors[1] = ($Name.GetRef() as Actor) sslBaseAnimation[] anims anims = SexLab.GetAnimationsByTag(2, "Anubs, Billyy") SexLab.StartSex(sexActors, anims, allowBed=false)
OsmelMC Posted April 12, 2024 Posted April 12, 2024 2 hours ago, wolfbread said: actor[] sexActors = new actor[2] sexActors[0] = ($Name.GetRef() as Actor) sexActors[1] = ($Name.GetRef() as Actor) sslBaseAnimation[] anims anims = SexLab.GetAnimationsByTag(2, "Anubs, Billyy") SexLab.StartSex(sexActors, anims, allowBed=false) actor[] sexActors = new actor[2] sexActors[0] = ($Name.GetRef() as Actor) sexActors[1] = ($Name.GetRef() as Actor) sslBaseAnimation[] anims anims = SexLab.GetAnimationsByTag(2, "Anubs, Billyy") sslThreadContraller Thread = SexLab.GetController(SexLab.StartSex(sexActors, anims, allowBed=false)) If Thread Thread.Stage = 4 EndIf 2
Ashal Posted April 12, 2024 Author Posted April 12, 2024 4 hours ago, wolfbread said: Okay. Yeah, nice, sorry I wasn't more clear. What would such scripts look like? Here is the generic script that I use to start a SL animation. actor[] sexActors = new actor[2] sexActors[0] = ($Name.GetRef() as Actor) sexActors[1] = ($Name.GetRef() as Actor) sslBaseAnimation[] anims anims = SexLab.GetAnimationsByTag(2, "Anubs, Billyy") SexLab.StartSex(sexActors, anims, allowBed=false) 1 hour ago, OsmelMC said: actor[] sexActors = new actor[2] sexActors[0] = ($Name.GetRef() as Actor) sexActors[1] = ($Name.GetRef() as Actor) sslBaseAnimation[] anims anims = SexLab.GetAnimationsByTag(2, "Anubs, Billyy") sslThreadContraller Thread = SexLab.GetController(SexLab.StartSex(sexActors, anims, allowBed=false)) If Thread Thread.Stage = 4 EndIf Something like this would be best, as it would start the animation directly on the desired stage rather than starting the animation on stage 1 and then changing. sslThreadModel Thread = SexLab.NewThread() Thread.AddActor(ActorRef1) Thread.AddActor(ActorRef2) Thread.SetAnimations(SexLab.GetAnimationsByTag(2, "Anubs,Billyy")) Thread.DisableLeadIn(True) ; #disable lead in so it doesn't overwrite with leadin stages Thread.Stage = 4 ; #set to desired starting stage Thread.StartThread() 3
BobOverseer Posted April 12, 2024 Posted April 12, 2024 i'm using nemesis to work with ostim, but i want more variety (challenge?) and now want to add ostim with sexlab, nemesis and fnis with creature support, i'm quite aware the steps i should take but i have one question, maybe a noob question, i use SAM and its ok, works for me, but to add the creature animations, i need other mods (like sos, for exemple) to creatures have dongs??? if yes, can someone point me the directions, like, i don't wanna fight i giant AND his pillar, (just want the schlong when is in an animation) i'm quite lost in that matter, other things related to functonality of the sexlab framework i can handle, some other guide, i read the lunnas guide, really help, but did not say that i should use sos or other related mod for creatures i'm asking, because i had problems with sos in other versions of skyrim, need too much, i noticed that has creature schlongs in the MCM, i know that, but if it is the only way, i will try it i'm using steam version of the game 1.1170 (en is not my native language)
OsmelMC Posted April 12, 2024 Posted April 12, 2024 4 hours ago, Vredeman said: i'm using nemesis to work with ostim, but i want more variety (challenge?) and now want to add ostim with sexlab, nemesis and fnis with creature support, i'm quite aware the steps i should take but i have one question, maybe a noob question, i use SAM and its ok, works for me, but to add the creature animations, i need other mods (like sos, for exemple) to creatures have dongs??? if yes, can someone point me the directions, like, i don't wanna fight i giant AND his pillar, (just want the schlong when is in an animation) i'm quite lost in that matter, other things related to functonality of the sexlab framework i can handle, some other guide, i read the lunnas guide, really help, but did not say that i should use sos or other related mod for creatures i'm asking, because i had problems with sos in other versions of skyrim, need too much, i noticed that has creature schlongs in the MCM, i know that, but if it is the only way, i will try it i'm using steam version of the game 1.1170 (en is not my native language) You need the "More Nasty Criteria SLAL" with it's version of "Creature Framework" 1
slk999 Posted April 13, 2024 Posted April 13, 2024 (edited) i have skyrim 1.6.318 skse 2.1.1 i dont know what version of sex lab to download pls help Edited April 13, 2024 by slk999
BobOverseer Posted April 13, 2024 Posted April 13, 2024 11 hours ago, OsmelMC said: You need the "More Nasty Criteria SLAL" with it's version of "Creature Framework" Thank you much very!
sames99113 Posted April 15, 2024 Posted April 15, 2024 Does anyone have the same problem as me? When the animation ends, the opposing NPC will grow permanently taller. It's probably related to scaling, but even if I turn on disable scale in the options, the NPC continues to permanently grow to match the player character's height.
OsmelMC Posted April 15, 2024 Posted April 15, 2024 2 hours ago, sames99113 said: Does anyone have the same problem as me? When the animation ends, the opposing NPC will grow permanently taller. It's probably related to scaling, but even if I turn on disable scale in the options, the NPC continues to permanently grow to match the player character's height. You have something overwriting the SexLab scripts and is wrong.
Wubb_Wubbs Posted April 15, 2024 Posted April 15, 2024 so this just happened to me where the moaning is really fast and non stop i even went into the mcm and uped the sound and nothing so I need help :<
AltaCCOwO Posted April 16, 2024 Posted April 16, 2024 Hopefully I've made it to the right place but I've been trying to fix this issue for a good while now. All of the needed mods meet the requirement and I've installed and uninstalled a few times but I can't interact with the MCM and the .dll is in the right spot. Any help would be great thank you! ^w^
OsmelMC Posted April 16, 2024 Posted April 16, 2024 4 hours ago, AltaCCOwO said: You obviously have the wrong version of the SexLab Framework. Each released version of SexLab Framework was made for one and only one version of Skyrim so you can't install the last version of SexLab on a old version of Skyrim. You should check your Skyrim version number and look for the last version of SexLab that was released for that Skyrim version. SexLab Framework only officially support the most recent Skyrim version so for any previous version of Skyrim you should probably go to the GitHub site which Link is on the description of the first page.
AltaCCOwO Posted April 16, 2024 Posted April 16, 2024 5 hours ago, OsmelMC said: You obviously have the wrong version of the SexLab Framework. Each released version of SexLab Framework was made for one and only one version of Skyrim so you can't install the last version of SexLab on a old version of Skyrim. You should check your Skyrim version number and look for the last version of SexLab that was released for that Skyrim version. SexLab Framework only officially support the most recent Skyrim version so for any previous version of Skyrim you should probably go to the GitHub site which Link is on the description of the first page. I can see how 1.6.640 won't work for the 1.5, but when trying out both V166 and V166b, a pop-up shows and says a DLL plugin failed to load and that PapyrusUtil & SexlabUtil are disabled. I supposed I should have mentioned but is there a version for 1.6.640?
PippinTom Posted April 17, 2024 Posted April 17, 2024 @OsmelMC That's probably wrong thread, so apologies again, but I think my chances to get response here are better, so my question is: Is there some internal (undocumented) block active on player's stats (Diary) on papyrus level (outside debugMode)? Because functions available in sslActorStats , those writing ones (like SetSkill or AdjustBy), does not work (return value is always zero instead of expected new updated one), while reading works as expected (for GetSkill and such).
OsmelMC Posted April 17, 2024 Posted April 17, 2024 (edited) 21 minutes ago, PippinTom said: @OsmelMC That's probably wrong thread, so apologies again, but I think my chances to get response here are better, so my question is: Is there some internal (undocumented) block active on player's stats (Diary) on papyrus level (outside debugMode)? Because functions available in sslActorStats , those writing ones (like SetSkill or AdjustBy), does not work (return value is always zero instead of expected new updated one), while reading works as expected (for GetSkill and such). If you are using my SLU+ you will see some Stats that are only supported on the last versions of SexLab and in previous version always return 0. By other side there are being reports recently informing that the Actors of the ESL Mods aren't keeping they Stats For documentation you can read the scripts itself. The scripts file of the Stats is the "sslActorStats.psc" Edited April 17, 2024 by OsmelMC
PippinTom Posted April 17, 2024 Posted April 17, 2024 3 minutes ago, OsmelMC said: If you are using my SLU+ you will see some Stats that are only supported on the last versions of SexLab and in previous version always return 0. Thanks for quick response. Just to be sure - I understand your answer as confirmation that direct writing to stats via SetSkill is intentionally blocked and I can do nothing about it? Kinda sad - have to dump day's work into trash, will have to find some ugly workaround or live without SLF integration.
OsmelMC Posted April 17, 2024 Posted April 17, 2024 (edited) 13 minutes ago, PippinTom said: Thanks for quick response. Just to be sure - I understand your answer as confirmation that direct writing to stats via SetSkill is intentionally blocked and I can do nothing about it? Kinda sad - have to dump day's work into trash, will have to find some ugly workaround or live without SLF integration. Not blocked, just that SexLab versions lower than 1.64 don't have a place to store Stats like the "Vaginal Count". By the way that's on the description of my download page. But you can modify the sslActorStats to store and get those Stats as "Custom" for I remember there is one Stats function that let you store and return Custom Stats. Edited April 17, 2024 by OsmelMC
PippinTom Posted April 17, 2024 Posted April 17, 2024 (edited) 56 minutes ago, OsmelMC said: Not blocked, just that SexLab versions lower than 1.64 don't have a place to store Stats like the "Vaginal Count" Now I don't understand you at all... I'm not interested in adding any new "skill" (aka stat), I've just tried to manipulate value of exiting ones, as in example provided "VaginalCount", by X-value. And as far as I can tell from the code - SLU+ uses SetSkill with success, but seems that ONLY in DebugMode. Crap! It actually works, It was just may fault. As usual. Apologies for wasting your time and space on this forum. Edited April 17, 2024 by PippinTom 1
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