Jump to content

SexLab SE - Sex Animation Framework v1.66b - 01/18/2024


Recommended Posts

Posted

I have been having some trouble trying to get my cum effects to appear in sexlab. I removed all my mods but sexlab 1.63+hotfix and the mods required to run sexlab nothing else installed and they still won't work, could there be something in my ini.files that I don't have set up correct? I do not use an ENB.

Posted

im not sure why but the sclong dosnt bend with the c hotkey it makes the sound but it dont move are there incompatible mods out there ?

Posted

Do MFG expressions work for this version? I noticed the option to toggle them on is in the settings, but given its beta state I'm not sure if that's all working properly or not.

 

It's also my first time trying out MFG to add expressions into the mix, so I'm really not sure where to start/go besides just enabling it in animation settings.

Posted
On 6/28/2018 at 7:52 PM, Zephirenth said:

Do MFG expressions work for this version? I noticed the option to toggle them on is in the settings, but given its beta state I'm not sure if that's all working properly or not.

 

It's also my first time trying out MFG to add expressions into the mix, so I'm really not sure where to start/go besides just enabling it in animation settings.

Mostly works - they tend not to reset when the animations complete. But you can use the console to reset people easily enough.

Posted
3 hours ago, tasairis said:

Mostly works - they tend not to reset when the animations complete. But you can use the console to reset people easily enough.

That has been my experience as well. Mostly works but tends not to reset and my player character is a mouth-breather until I reset with the console. Sure wish Kapeer was still around to make mfg console work with SSE.

 

Posted

MFG Fixes does work for SSE.  https://www.nexusmods.com/skyrimspecialedition/mods/11669

 

As for SexLab, it's up for the mod authors to use this hook in an event.  Unfortunately Ashal commented it out of his base expression code, but since MFG Fixes was released for SSE, the function call works now.

 

; // In the thread function, change "Thread" to what the thread's name is.
	Thread.SetHook("ResetMFG")
	RegisterForModEvent("HookAnimationEnd_ResetMFG", "MFGEvent")

;// Make an event, like below.  
;// Mine uses SpeakerRef since the animation function is called at EndScript of a dialogue topic.
;// I also used PlayerRef property, since I use the Player's reference multiple times in my script.
event  MFGEvent(int tid, bool HasPlayer)
	; // Get the sexlab thread that is playing your animations.
	sslThreadController Thread = SexLab.GetController(tid)
	; // Get the first position actor in that thread
	Actor SpeakerRef = Thread.Positions[0]
	; // Do the MFG Fix
	PlayerRef.ClearExpressionOverride()
	MfgConsoleFunc.SetPhonemeModifier(PlayerRef, -1, 0, 0)
	SpeakerRef.ClearExpressionOverride()
	MfgConsoleFunc.SetPhonemeModifier(SpeakerRef, -1, 0, 0)
	Debug.Notification("MFG has been reset.")
endEvent

 

The above code I use for my own custom SexLab mods sends a comment, just like the console's MFG Reset, at the end of an animation sequence.  Saves me from opening the console and resetting MFG after every animation.  Hopes this helps for some of you having expression reset issues in your own mods for SSE.  Reminder, this code only works with the MFG Fix mod installed.  (See above link)

Posted
1 hour ago, SpacedOyster142 said:

I have Skyrim SE completely up to date along with all of the required mods for this, and every single time I try to play, it tells me it's not up to date.

What is the exact version number of your Skyrim Special Edition\SkyrimSE.exe? Right-click it and select Properties, then Details tab as shown below:

 

 


SkyrimSE-exe-version.thumb.png.3e74fe12fd15d101347f89174d75ff40.png
 

 

Mine is 1.5.23. The latest is 1.5.39.

 

If you are on 1.5.39, did you install the Sexlab Framework 1.63 Beta Hotfix?

Posted
4 minutes ago, rudenshe32 said:

For some reason every animation i start as a man, my character starts as the female position, and the female gets a dildo, how to fix this 

Check the SexLab MCM to see if your character is recognized as a male. It can also depend on what mod you're using to start the animation, because many mods decide for themselves who to put in which position.

Posted
20 hours ago, Vyxenne said:

What is the exact version number of your Skyrim Special Edition\SkyrimSE.exe? Right-click it and select Properties, then Details tab as shown below:

  Reveal hidden contents

 


SkyrimSE-exe-version.thumb.png.3e74fe12fd15d101347f89174d75ff40.png
 

 

Mine is 1.5.23. The latest is 1.5.39.

 

If you are on 1.5.39, did you install the Sexlab Framework 1.63 Beta Hotfix?

1.5.39 and I did. Ended up trying the Sexlab Light instead, but that's not working either; it just strips my characters and overlaps them.

Posted
40 minutes ago, SpacedOyster142 said:

1.5.39 and I did. Ended up trying the Sexlab Light instead, but that's not working either; it just strips my characters and overlaps them.

Sounds like you failed to run GenerateFNISforUsers.exe, or you ran it but it failed to complete successfully.

Posted
17 minutes ago, Vyxenne said:

Sounds like you failed to run GenerateFNISforUsers.exe, or you ran it but it failed to complete successfully.

Hopefully it just failed to complete successfully. Or maybe problems with my mod organizer. I did end up trying to switch to a different mod organizer; I was having trouble getting mods from this site to work with the nexus mod manager, so I tried switching to Mod Organizer 2 that was recommended on a mod here. Maybe having most of my mods installed with NMM before installing a few with MO2 caused some issues?

 

Either way, I've pretty much lost interest in trying for now. Flower Girls has been working well, but it's a bit annoying that it doesn't do gay scenes very well.

Posted

An update: I tried to install again with no luck. Had the same problem with the game saying my version of the game was out of date and even a forced update through Steam didn't work. However, I did get the SexLab Light to work and it was definitely an FNIS problem. Too many animations with Flower Girls on, but turning it off fixed the issue.

Posted
1 minute ago, SpacedOyster142 said:

An update: I tried to install again with no luck. Had the same problem with the game saying my version of the game was out of date and even a forced update through Steam didn't work. However, I did get the SexLab Light to work and it was definitely an FNIS problem. Too many animations with Flower Girls on, but turning it off fixed the issue.

You really need to get that problem solved. Sexlab Light is not an acceptable substitute at this point in time.

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...