Jump to content

Recommended Posts

Posted
8 hours ago, Hakuna_Matata said:

Any chance to get Sexlab p+ compatibility or even synergy?

 

+1 

 

 

would be awsome iff we have SLSO and the faster animation start of p+ 

 

 )

Posted

sorry if it has been asked before, but i wanted to know if there is a way to fix/prevent it

sometimes, opposite sex stucks in orgasm treeshold but doesnt orgasm and animation gets locked and never ends on it's own.

What option should i change to make it not happen?

20230117030017_1.jpg.a7cac9e11128c406581666ec3d89df6d.jpg20230116233926_1.jpg.792c0683b17f09beed95a1da4ae6e3ef.jpg20230116233706_1.jpg.28904c52619322293444f9ee92499533.jpg

Posted
On 1/8/2023 at 5:19 AM, Crazydiamond said:

I am having the same problem. and I would be much appreciated if there is any solution for this.

I did not find a fix. I ended up turning automatic free cam off and now use a hot key to manually toggle free cam

Posted (edited)

Hi, is see a bunch of option in the MCM concerning lewdness. Is there a way (maybe in SL or another mod) to see our lvl ouf lewdness ?

 

EDIT : For exemple, in the the option "can the victim orgasm" yes/no and if the lewdness is above 300, where we can see this lvl ?

Edited by Newka
  • 3 weeks later...
Posted
On 7/26/2022 at 10:40 PM, throwingawayp0rn said:

Okay, bizarre problem: enabling SLSO immediately breaks first person sex animations. I have no idea why. 

 

I've been using the Improved Camera patch for AE alongside sexlab, and it works beautifully. I can transition seamlessly between first and third person by scrolling or with the hotkey, the camera tracks through the animation at the characters head, I can look around at my or my partner's body. But as soon as I go into first person during sex with SLSO enabled, the camera clips into the character's body, and it stops cleanly changing positions. The character's body also starts floating in the air, like going into first person moves the character model up two or three feet. Oh, yeah, and if I activate the sexlab detached camera while in the disconnected first person, the camera clips through the floor and I can't even find what room I'm in.

 

All animations work totally fine in third person, detached camera and all. I'm losing my mind here - I have no idea why SLSO would effect animations this way. Any help or even just a poke in the right direction would be so appreciated >_<

 

  Reveal hidden contents

Boring Loadorder stuff: 

 

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
SkyUI_SE.esp
Particle Patch for ENB.esp
FNIS.esp
RaceMenu.esp
RaceMenuPlugin.esp
SOS - VectorPlexus Regular Addon.esp
Schlongs of Skyrim.esp
SexLabMatchMaker.esp
SOSRaceMenu.esp
XPMSE.esp
Alternate Start - Live Another Life.esp

 

 

On 12/3/2022 at 10:59 PM, bayny said:

i have also this problem. help pls

I don't quite know what would be causing it to happen but I am also experiencing the same issue. for the time being I have disabled SLSO until I can find a fix for it. I wish I could just delete a config option and use Improved Camera SE to overwrite whatever is causing it.

Posted
5 hours ago, Hel the Goddess said:

Is there any way to make specific animations with two actors only apply the minigame to one of the actors?
Every now and then an animation plays where only one actor is having anything done to them and it's kinda strange to have the second actor climax when all that they're doing is giving someone else a handjob...

you could try to mess with animation tags

Posted
10 minutes ago, Gudulba said:

A question regarding voice packs: I have installed additional SexLab voices (https://www.loverslab.com/topic/153831-sexlab-extra-voices-nusbies-voices/) and I have also installed three custom voice packs in SLSO. NPC voice setting is set to -1 (see screenshot in spoiler section).

 

With this setting, does SLSO use the SexLab voices AND the installed SLSO voice packs?

  Reveal hidden contents

 

sexlab for pc and slso for npcs

Posted (edited)

So I've been trying to troubleshoot this mod myself for like a month now and realized that I've been running Sexlab version 163 BETA 9 like an idiot. I've seen that I need an exact version of Sexlab for all of this to work and was wondering (since the version number of SLSO is the date it was posted) which of the downloads works for Sexlab 163.7 (latest version) or if this mod still only supports Sexlab 163

Edited by bruhman
Posted

Try going into the main menu (ESC), exit right after and advance the current stage (by default SPACE).

Sometimes SLSO gets stuck, and this makes it work again in my game.

Posted
On 1/16/2023 at 4:55 AM, Hakuna_Matata said:

Any chance to get Sexlab p+ compatibility or even synergy?

 

+1 again, please please.

 

SL P+ is game changing and needs to see a patch for it made

Posted

Im having some trouble understanding the way to edit the json file to bind a Voice pack to a specific npc, ive tried a couple way without luck like this, with the npc formid being 0x00005900

ganyu 1.PNG

ganyu 2.PNG

Posted
8 hours ago, Mulberry2 said:

Im having some trouble understanding the way to edit the json file to bind a Voice pack to a specific npc, ive tried a couple way without luck like this, with the npc formid being 0x00005900

ganyu 1.PNG

ganyu 2.PNG

oof it was so long ago....

 

this is the code to select voice

 

				String Q_name = (((Game.GetFormFromFile(0x63A3, "SLSO.esp") as formlist).GetAt(1) as formlist).GetAt(i) as form).GetName()
				String fFile = "/SLSO/SLSO_VP_" + Q_name + ".json"

				If JsonUtil.FormListHas(fFile, "voicepack", akActor.GetLeveledActorBase())
					Voice = i
					SoundContainer = SoundContainer.GetAt(Voice) as formlist
					SexLab.Log(" SLSO Setup() actor: " + akActorName + " preset Voice: " +Voice + "(" + Q_name + ") SoundContainer " + SoundContainer)
					RegisterForSingleUpdate(1)
					return
				EndIf

so it should be something 

2076|ganyu

22784|daegon

and json named w/e voice its it in voice pack - fFlist, something like "/SLSO/SLSO_VP_Ganyu.json"(or w/e its named inside its esp)

 

Posted
On 2/26/2023 at 2:40 AM, Ed86 said:

oof it was so long ago....

 

this is the code to select voice

 

				String Q_name = (((Game.GetFormFromFile(0x63A3, "SLSO.esp") as formlist).GetAt(1) as formlist).GetAt(i) as form).GetName()
				String fFile = "/SLSO/SLSO_VP_" + Q_name + ".json"

				If JsonUtil.FormListHas(fFile, "voicepack", akActor.GetLeveledActorBase())
					Voice = i
					SoundContainer = SoundContainer.GetAt(Voice) as formlist
					SexLab.Log(" SLSO Setup() actor: " + akActorName + " preset Voice: " +Voice + "(" + Q_name + ") SoundContainer " + SoundContainer)
					RegisterForSingleUpdate(1)
					return
				EndIf

so it should be something 

2076|ganyu

22784|daegon

and json named w/e voice its it in voice pack - fFlist, something like "/SLSO/SLSO_VP_Ganyu.json"(or w/e its named inside its esp)

 

 

Thank you so much, I was finally able to get it to work

Posted

I don't know what i did wrong in the settings, My female character gets less and less satisfied when interacting with people, and works normally when interacting with beasts and monsters. 

Posted
3 minutes ago, sames99113 said:

I don't know what i did wrong in the settings, My female character gets less and less satisfied when interacting with people, and works normally when interacting with beasts and monsters. 

This seems like SL-Survival. If you have it un-click encourage bestiality.

Posted

I crash when I try to load into a save. MO2 only gives me this bit of info and it doesnt make sense to me. [2023-02-28 23:06:35.844 W] [fomodinstallerdialog.cpp:914] Plugin  "SLSO"  is the only plugin specified in group  "SLSO"  which requires selection of exactly one plugin

Posted

i dont really know what this mod is even supposed to do, i just get some bars while sex that goes up and down randomly.

i suppose there might be hotkeys that i can use for "interactive sex scenes" but doesnt seem that any key does anything at all.

can somebody explain me what this mod really is about?

Posted
2 hours ago, R1v37 said:

i dont really know what this mod is even supposed to do, i just get some bars while sex that goes up and down randomly.

i suppose there might be hotkeys that i can use for "interactive sex scenes" but doesnt seem that any key does anything at all.

can somebody explain me what this mod really is about?

bars

Posted

I can't seem to get my female char pregnant with this mod. Using fertility mode and been in a few threesomes and been walking around for days, fertile as hell and idk it's like the mod doesn't detect she has trillions of seeds in her. Also using inflation mods like fill her up. Any chance that could destroy the link between SLSO and FM? 

Posted

I have a few questions about the GetOrgasmCount function.

 

Does it return all the orgasms your character has had since creation?

Does the orgasm count ever get set to 0? If yes then when does that happen?

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...