Jump to content

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


Recommended Posts

Posted
16 hours ago, PippinTom said:

 

at this point - millions of unique ones.


can you name some that still get updated? i have few names but it's not using any SL
 

Posted (edited)

I'm having issues with SL 166b not appearing in MCM, no matter if i load a character or create a new one. All prerequisites should be up to date, I am on 1170 AE.
I used Pandora to generate the animations without issue.
There was a minor conflict with Papyrus in Vortex but I could see the esm high in the list.

I tried downgrading SL to 166 but I got a popup saying it was too risky to continue? Like a pre CTD? 
Has anyone encountered something similar? I don't get any popup saying it is installing either

EDIT: I uninstalled and deleted my zip file of sexlab, redownloaded the same file and got it working after another plugin load order sort. How odd.

Edited by DCupcake
Posted

I have a question for clarification. If I have Skyrim AE installed, but have downgraded the game to Skyrim SE 1.5.97 and installed Backported Extended ESL Support, can I use SexLab SE v1.66b and will it work? Or do I have to install SexLab SE v1.63?

Posted
19 hours ago, N.Gamma said:

I have a question for clarification. If I have Skyrim AE installed, but have downgraded the game to Skyrim SE 1.5.97 and installed Backported Extended ESL Support, can I use SexLab SE v1.66b and will it work? Or do I have to install SexLab SE v1.63?

Use SL 1.63.

If you downgraded to 1.5.97, that's your version of the game. You must use versions compatible with 1.5.97 for any mods with DLL specifically made for 1.5/1.6+ versions, you must install Address Library for 1.5, and so on. BEES is not going to change the way DLL compatibility works, it only handles the new ESL functionality in older versions.

Posted (edited)

I have a question .
Previously when I change animation in scence, there will be a list of animtion to select after I hit the hot key 0 .
But now when I hit the hot key , the animation just changed without showing the animation list.

Which is the correct function ?

 

_____________

I figure out now .

The menu of animation selection is provied by Defeat (i use Baka version), not SexLab origin fuction.

Edited by AzureFlare
  • 2 weeks later...
Posted

ok idk what i did wrong but the npc x npc or npc x creature animations dont play, the npc just walks into the other npc, get undressed and then the animations dont play and the scene ends, this doesnt happen with pc x npc or pc x creature, its only happening on npcs

Posted

After installing this to my files then using MO2 With pandora behavior engine and loot all together. I'm still having issues nothing happens I have other mods to have the animations for this, and I couldn't figure out why nothing happens. I'm using the latest version of SLFW I have CF and MNC. an many more. So, I saved the game, and I got a pop up after loading back in that said Outdated or missing "SexLabUtil" SKSE plugin Detected. this should never happen unless you have improperly updated Sexlab to the current version, or you have some other mod that is overwriting the proper up to date version of the SexLabUtil used by this version of SexLab. Reinstall your sexlab using the latest files and ensure the SexLabUtil.dll files is properly located in your /skyrim/data/skse/plugins /older.

 

That being said the only thing overwritting SexLabFrameWork is "PapyrusUtil SE-Modders Scripting Utility Functions"

 

The location of the SexLabUtil.dll was in my skse pluggins folder right next to Papyrus.

 

So what's going on what am I doing wrong?

Posted

I just switch to Pandora Behaviour Engine+ from FNIS, tested on an old save and Sexlab works fine. Then I used the same MO profile to start a new game, the animations just do not play. Where should I start troubleshooting?

I use SLEN to test it by the way.

Posted
21 hours ago, Foxwlf said:

I just switch to Pandora Behaviour Engine+ from FNIS, tested on an old save and Sexlab works fine. Then I used the same MO profile to start a new game, the animations just do not play. Where should I start troubleshooting?

I use SLEN to test it by the way.

Did you run Pandora after installing the new profile? Check your output from Pandora in the new profile is it going to the correct folder?

Posted
4 hours ago, BigOnes69 said:

Did you run Pandora after installing the new profile? Check your output from Pandora in the new profile is it going to the correct folder?

Yes, I did, multiple times. And the SL scenes run smoothly in my old saves. In new games, characters walk, run and fight normally but the SL scenes just do not start.

 

I just found it probably caused by mod conflicts with SL Utility Plus and/or Furniture Sex Framework. Scenes can start after disabling them.

 

But I still do not understand why animations can play in my old saves with the same MO profile but not in new started game...

Posted
6 hours ago, Foxwlf said:

Yes, I did, multiple times. And the SL scenes run smoothly in my old saves. In new games, characters walk, run and fight normally but the SL scenes just do not start.

 

I just found it probably caused by mod conflicts with SL Utility Plus and/or Furniture Sex Framework. Scenes can start after disabling them.

 

But I still do not understand why animations can play in my old saves with the same MO profile but not in new started game...

Its not Pandora then. Try changing the load order of the 2 mods mentioned.

Posted

hello can anyone help me set sexlab for pandora i already install all neccesary mod but json or behaviour file are'nt read by pandora even when i start pandora sexlab animation aren't showing up in terminal like in the screenshotimage.png.99084f51f6a5cbad8ee2f7a14bdb3e53.png so what is the problem?

Posted

I have a technical question about how SexLab does actor stat tracking, as I teach myself to create mods.

 

Looking at sslActorStats.psc, I see that tracking is done with StorageUtil FormLists, and actor references are added to the "SexPartners", "WasVictimOf", and "WasAggressorTo" lists. Stats are returned based on counting and order checking on those lists. I also see that the script does frequent list cleanup by removing null actor references.

 

That makes sense so far, and I assume that actor references are nulled as they get unset (like bandits that are killed or run away from), and so those actors would be cleaned out of the list over time.

 

I think I am missing something though. I did a test where I took a new character, let them be victim to a wolf (via Defeat), killed the wolf, used the console "coc" command to move myself to another worldspace, waited 30+ days (to be totally sure the cell would reset), saved the game, quit the game, and reloaded the save. The Sex Diary still listed "Wolf" as the Last Aggressor, which it had to generate by using ActorRef.GetLeveledActorBase().GetName(), from the ActorRef that was stored in a StorageUtil FormList. How was the ActorRef still valid for a dead non-unique actor in a non-loaded cell 30+ game days after I had been there?

 

But my original question was about unique actors that were non-persistent and might be unloaded, but later be restored with the same FormID. If that happens, some unique actors would constantly have their stats reset by my reading of the code. I tried the wolf test to verify that actor references left the list, but the failure of that test leaves me more confused.

 

Under what circumstances is an actor cleared from the stat tracking lists, given that a dead leveled wolf in an old cell was not removed? Maybe I don't fully understand actor references yet.

Posted

Question, is there a way to give / add the humanoid (Player character type) nimations to the vampire lords? Basically I'm using the humanoid vampire lord mod and wanted to expand the amount of animations since there's like 8 at most. 

Posted (edited)

I'm having a weird issue where some partners during sex animations just vanish. You can hear them, but they're just not there.

Edited by BlueCoral
Posted
2 hours ago, BlueCoral said:

I'm having a weird issue where some partners during sex animations just vanish. You can hear them, but they're just not there.

That happens to me sometimes. Try zooming out, especially if you're near a wall or something. Distance and a slightly different perspective can help. You can also try changing your location via the hotkey. Since it's not a constant issue for me, I don't worry about it much. I don't know why it happens, though.

If it's person X and every animation with that person, then that's different from my experience.

Posted
23 hours ago, Seeker999 said:

That happens to me sometimes. Try zooming out, especially if you're near a wall or something. Distance and a slightly different perspective can help. You can also try changing your location via the hotkey. Since it's not a constant issue for me, I don't worry about it much. I don't know why it happens, though.

If it's person X and every animation with that person, then that's different from my experience.

Never mind it turns out it was being caused by SMP-NPC crash fix.dll. I removed the hdt smp plugin but completely forgot the other plugin existed.

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