Jump to content

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


Recommended Posts

Posted
10 hours ago, shardoom said:

So, during oral animations the mouth of the female stays shut, is this a known beta issue or has something gone wrong. Fairly sure they're supposed to 'open wide' ready, right?

I'm getting full mouth opening when appropriate:

Spoiler

20191218125947_1.jpg.9a76e629143cf86070d914ed9aefbb46.jpg

 

20191218125921_1.jpg.bf948c5ac0a98da83df57392712a5454.jpg

 

 

Posted
40 minutes ago, Vyxenne said:

If you wouldn't mind consulting the SSE Conversion Tracking thread, you would find that LE Matchmaker works in SSE without conversion. Even better given your complaint that you have a hard time finding it, @tasairis provides links to every mod he discusses. Really, this thread should be your first stop when contemplating anything to do with SexLab-related mods in SSE.

 

Plus, it is a trivial matter to resave the plugin in the CK if your OCD, like mine, demands Form Type 44 in all your SSE plugins.

 

Oh I know I can re-save to update forms, I just normally don't like to fuck with stuff related to sexlab myself. I was being lazy, as I said though I won't use old plugins regardless of what that says, and I already found an alternative, so...

 

The mouth opening issue though, Is that default sexlab or do you have some kind of female expressions mod installed? I think I remember now needing something like that in LE to get my NPC's mouths to open properly for orals.

Posted
20 minutes ago, shardoom said:

 

Oh I know I can re-save to update forms, I just normally don't like to fuck with stuff related to sexlab myself. I was being lazy, as I said though I won't use old plugins regardless of what that says, and I already found an alternative, so...

 

The mouth opening issue though, Is that default sexlab or do you have some kind of female expressions mod installed? I think I remember now needing something like that in LE to get my NPC's mouths to open properly for orals.

Try Expressive Facial Animation -Female Edition-.

Posted
On 12/20/2019 at 12:34 AM, Vyxenne said:

I am almost certain that this is a "known bad" combination. I have read that you must use one or the other but not both.

ye... for me it was new ^^

 

I am just happy i found it out ^^

Posted

I might have some problems with Sexlab. Although, sex scenes and animations seem to be working fine, there are a few strange things:

 

- Why is that, that SexLab's Sex Journal does not work? It does not shot any statistics, despite that i have had sex many times, all counters in the Sex Journal remain at 0.

 

- Player hotkeys does not work at all, except the free camera mode hotkey.

 

- If my character's gender is female (in the racemenu her sex is female) and i set the gender in Sexlab's MCM Animation menu to 'Male', in the sex scene my character is still treated as female (I have a femboy/futa character with SOS penis).

 

Maybe my load order is wrong? Where should Sexlab be in the load order?

Posted
On 12/21/2019 at 1:07 PM, shardoom said:

 

Oh I know I can re-save to update forms, I just normally don't like to fuck with stuff related to sexlab myself. I was being lazy, as I said though I won't use old plugins regardless of what that says, and I already found an alternative, so...

 

The mouth opening issue though, Is that default sexlab or do you have some kind of female expressions mod installed? I think I remember now needing something like that in LE to get my NPC's mouths to open properly for orals.

I use Expressive Facial Animation as Sailing Rebel suggested. I also use Mfg Fix, although I'm not sure if it has anything to do with fixing lack of facial expression in SexLab. What it does do is allow me to reset my PC's expression to Neutral when it gets stuck in Shout (which is the BJ expression).

Posted

Does somebody have a step by step guide somewhere for beginners on how to mod skyrim Special Edition for using the sexlabs mods and basically any or all of the mods on LL because i have spent the better part of 3 days trying to get started and i keep hitting roadblocks. i cannot seem to figure out how to get things downloaded to change the game in any way. i know this is a shot in the dark but perhaps someone among you remembers being new to this stuff and feels like lending a helping hand in getting someone else started?

 

Posted
14 hours ago, Vyxenne said:

I use Expressive Facial Animation as Sailing Rebel suggested. I also use Mfg Fix, although I'm not sure if it has anything to do with fixing lack of facial expression in SexLab. What it does do is allow me to reset my PC's expression to Neutral when it gets stuck in Shout (which is the BJ expression).

 

I'm pretty sure its fixing the mouth oral situation for you. Try it without and see.

Posted
13 hours ago, Gatorsnap5 said:

Does somebody have a step by step guide somewhere for beginners on how to mod skyrim Special Edition for using the sexlabs mods and basically any or all of the mods on LL because i have spent the better part of 3 days trying to get started and i keep hitting roadblocks. i cannot seem to figure out how to get things downloaded to change the game in any way. i know this is a shot in the dark but perhaps someone among you remembers being new to this stuff and feels like lending a helping hand in getting someone else started?

 

Which mod manager are you using?

Posted

HOW TO ENABLE FADE-TO-BLACK WHEN IT'S DISABLED BY YOUR ENB

 

1. Find Skyrim Special Edition\enbseries\enbeffect.fx and make a backup copy of it.

 

2. Open the original enbeffect.fx file with Notepad or any other text editor and Copy > Paste the following text toward the top of the file, right under the big block of descriptive labels:

float Empty_Row0 <
  string UIName="-------------------FADE";   string UIWidget="spinner";  float UIMin=0.0;  float UIMax=0.0;
> = {0.0};

bool EnableFade
<
string UIName="Enable Fade Transition";
> = {true};

 

2. Further down in the same file, find the PS_Draw() function, and a line or two down from that, find the line that says

float grayadaptation=TextureAdaptation.Sample(Sampler0, IN.txcoord0.xy).x;
and Copy > Paste the following text right under it:

if (EnableFade)
{
    float3 fade = Params01[5].xyz;
    float fade_weight = Params01[5].w;

    color.rgb = lerp(color.rgb, fade, fade_weight);  // fade current scene to specified color
}

3. Save and close the enbeffects.fx file.

4. Open the enbeffect.fx.ini file with Notepad and Copy > Paste the following text into it at the top right under the [ENBEFFECT.FX] and TECHNIQUE= lines:

-------------------FADE=0.0
Enable Fade Transition=true

 

5. Save and close the enbeffect.fx.ini file and done.

 

Note: You could also skip Steps 4 & 5 and set Enable Fade Transition to True in the in-game ENB config menu and then save your configuration.

 

Credits: Code is by kingeric1992 and l00ping, and can be found publicly on the ENBSeries forums. I found it on Reddit thanks to a tip from Grospolina on the SSE Nexus Flower Girls page. I have tested it in-game and it works perfectly.

Posted
On 12/23/2019 at 7:24 AM, Vyxenne said:

Which mod manager are you using?

I am using nexus mod manager. Spent another 6 hours watching videos and reading archives then ended up having to start from scratch as I figured out some of my problems, I had mods in the wrong folders. Making progress now, thank you guys for the input if I have any more questions I know who to ask.

Posted

Hey Guys, am new to modding here. May I know if anyone has a step by step guide for the sexlab mods? Also, what kind of mods you would use with the sexlab mods? Will really appreciate it!

Posted

I took  few month break from playing SSE and last week I updated the game and the mods that could be updated and still work with the new SSE. I am getting a message that the version of Papyrus is older than Sexlab, which it is not, and that Sexlab includes Papyrus. Is this a known issue? r is there something else wrong that is a known issue that contributes to this? Never had any issue before when updating except that time I forgot to update SKSE lol

 

Cheers

Posted
3 hours ago, ritalmao said:

More informative console wants to overwrite console.swf is it safe to do so? Why do you even need this file in sl framework?

Yes, let MIC overwrite it. The file was included in the SL archive by mistake.

 

2 hours ago, sirhedley said:

I took  few month break from playing SSE and last week I updated the game and the mods that could be updated and still work with the new SSE. I am getting a message that the version of Papyrus is older than Sexlab, which it is not, and that Sexlab includes Papyrus. Is this a known issue? r is there something else wrong that is a known issue that contributes to this? Never had any issue before when updating except that time I forgot to update SKSE lol

Make sure you've replaced the SKSE scripts in the Data folder.

 

If you have PapyrusUtil installed separately then uninstall it.

Posted

First off, Ashal, your work is amazing.

Secondly... HELP! I have been using LL mods for a long time now and I consider myself experienced enough to do basic troubleshooting. But I cant for life of me figure out why after everything is installed. Animations dont play. By that I mean the animations dont start. Its not a FNIS issue animations work fine. But with the exact same load order sexlab light works fine. Matchmaker seems to be working and says that the player is attractive and all but nothing happens after that. Any ideas?

 

EDIT! FIXED! 

For anyone suffering from the issue where matchmaker fails to start animations. Its likely because you are using Sexlab matchmaker light which is incompaitible with sexlab beta. download the original one for LE

Posted
5 hours ago, ritalmao said:

More informative console wants to overwrite console.swf is it safe to do so? Why do you even need this file in sl framework?

It was included in the SLF Beta 8 archive by mistake. Either delete the SexLab version of it or just give the MIC version priority over the SLF file.

Posted
1 hour ago, ZeroEscape said:

What do I have to do to get these hairs in SE???? I beg of you! All I want is ponytails with physics!

That is my pink recolor of SkyHair 188 from the KS HDT Wigs package. One of our intrepid LL SMP Physics gurus *cough*@Gromilla*cough* is working on fixing some issues with collisions (the pony tails can float right through your back when sneaking or combat-stanced) and he is probably almost through by now.

 

There is at least one ponytail (Wig 27, IIRC) in the Dint99 SMP Hair package, and several colors of two ponytails are available on the SSE Nexus in the Azar Ponytail (Lara Croft's style) mod. Finally, there are some ponytails in YunDao Wigs 4.9.1 on the SSE Nexus.

Posted
12 minutes ago, Vyxenne said:

That is my pink recolor of SkyHair 188 from the KS HDT Wigs package. One of our intrepid LL SMP Physics gurus *cough*@Gromilla*cough* is working on fixing some issues with collisions (the pony tails can float right through your back when sneaking or combat-stanced) and he is probably almost through by now.

 

There is at least one ponytail (Wig 27, IIRC) in the Dint99 SMP Hair package, and several colors of two ponytails are available on the SSE Nexus in the Azar Ponytail (Lara Croft's style) mod. Finally, there are some ponytails in YunDao Wigs 4.9.1 on the SSE Nexus.

You are a saint! I have been looking for this for so long!

Posted

Sexlab doesnot seem to want to acknowledge that I have the proper SKSE (That is, 2.0.17) but also wants SKSE 2.0.9.  I have done a clean install, reinstalled 2.0.l7,as well as a clean install of Sexlab, but to no avail.

20191227010629_1.jpg

Posted

Hi, i installed sexlab and everything worked great for a while then the sex animations stopped working so that when they are ment to happen the npcs just stand still. it is also affecting my other mods like devious devises as the devises no longer force the charater into wearing them. what sould i do to fix this??

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