Jump to content

Skyrim SexLab - Sex Animation Framework v1.62 - UPDATED Jun 3rd 2016


Recommended Posts

Posted

Hi Ashal!  As I hope that I'm not the only one, I was just wondering if there is any news on 1.63?  Sorry to be that guy, just excited for its release is all.

 

I haven't had much time to work on it lately, been having some personal life issues I've been dealing with and making it hard to focus on lately. It's nearly ready though, just needs a good day or two of polish.

 

One major new feature I recently added though, is a new hooking method for mods that work off an extended script, sexlab will call specific functions from that during most of the current hook events, similar to how MCM scripts are setup. This makes all of it's callbacks latent, as opposed to how the current modevents implementation works. The end result is timing critical hooks will now have a reliable method of hooking at specific points, without having to worry about whether or not the sexlab thread has gotten ahead of them or ended before they were done accessing it.

Posted

Hi, I've been looking all over the place for answers but I couldn't seem to find it. For some reason, my restrict aggressive animation doesn't seem to work and it uses both consensual sex and aggressive sex during amorous adventures quest. I checked the tags and toggle animation options. I have Sexlab, SLAL, and defeat installed. Maybe it has something to do with Sexlab Defeat? I'm not sure. 

Posted

Is anyone else having an issue with scaling? My character heights are getting overridden once an animation starts. 


Is anyone else having an issue with scaling? My character heights are getting overridden once an animation starts. 

Posted

Is anyone else having an issue with scaling? My character heights are getting overridden once an animation starts. 

 

Is anyone else having an issue with scaling? My character heights are getting overridden once an animation starts.

Perhaps you should explore the MCM Menu options?

 

(Note that when you find it, the option will be greyed out. Turning off the option right above it will enable that option).

Posted

 

Is anyone else having an issue with scaling? My character heights are getting overridden once an animation starts. 

 

Is anyone else having an issue with scaling? My character heights are getting overridden once an animation starts.

Perhaps you should explore the MCM Menu options?

 

(Note that when you find it, the option will be greyed out. Turning off the option right above it will enable that option).

 

After looking around online more I found someone recommend turning off the CTD fix. I did so and it appears to have worked for now! 

 

So yes your answer is correct haha  :D

Posted

I have a problem I am hoping someone here can help me with. I want to know why the settings are so that actors automatically become the same height as the player with no way to disable it, and if there is a way to disable it. The reason I want it is because it really mess up characters and some animations permanently.

 

Thanks in advance and I hope someone can help me with this problem. 

Posted

This is may be an option I have wrong somewhere, but kissing animations, limited strip and females get a strap-on in male context seem to work oddly.

 

When two females kiss, the female in the male slot is stripped to equip a strap-on even if the animation doesn't need it.

Posted

I have a problem I am hoping someone here can help me with. I want to know why the settings are so that actors automatically become the same height as the player with no way to disable it, and if there is a way to disable it. The reason I want it is because it really mess up characters and some animations permanently.

 

Thanks in advance and I hope someone can help me with this problem.

Turn OFF the "Potential CTD Fix" which is the option right next to the "Even Actors Height" option and the other option will suddenly become available.

Posted

Hey bro i downloaded the file theres something wrong when im activating it on nexus mod. it shows error of D:\Games\Nexus Mod Manager\Skyrim\Mods\cache\SexLabFramework_V162_FULL\fomod\info.xml is denied. Pls help thanks!

 

I got the same problem.

I can't install the new version with the Nexus Mod Manager.

Old versions were fine.

Posted

 

I have a problem I am hoping someone here can help me with. I want to know why the settings are so that actors automatically become the same height as the player with no way to disable it, and if there is a way to disable it. The reason I want it is because it really mess up characters and some animations permanently.

 

Thanks in advance and I hope someone can help me with this problem.

Turn OFF the "Potential CTD Fix" which is the option right next to the "Even Actors Height" option and the other option will suddenly become available.

 

I try that. Thank you very much.

 

Posted

Is it possible to hide all those disgusting preparations in the beginning of the SL scene - actors superposition, falling down through the floor, jumps, rotating, scaling? I'd prefer the black screen.

Posted

Has anyone else encountered an "issue" whereby enchanted weapons lose all their charges after coming out of a Sexlab event? It doesn't happen all the time, may be once every four or five times. I believe the issue is not caused by the framework itself and it's easy enough to "player.additem" a soul gem to replace the charges that have been lost but it can get annoying/tedious because I trigger Sexlab a lot during a play-through.   Just wondering if others have encountered this and, if so, how you fixed it.

 

Cheers

Posted

I have noticed that my enchanted sword loses its charge periodically, but had not been able to tie it to any specific events.  I normally carry around a number of filled soul gems, so I've just been recharging it and continuing what I've been doing.

Posted

 

Hi Ashal!  As I hope that I'm not the only one, I was just wondering if there is any news on 1.63?  Sorry to be that guy, just excited for its release is all.

 

I haven't had much time to work on it lately, been having some personal life issues I've been dealing with and making it hard to focus on lately. It's nearly ready though, just needs a good day or two of polish.

 

One major new feature I recently added though, is a new hooking method for mods that work off an extended script, sexlab will call specific functions from that during most of the current hook events, similar to how MCM scripts are setup. This makes all of it's callbacks latent, as opposed to how the current modevents implementation works. The end result is timing critical hooks will now have a reliable method of hooking at specific points, without having to worry about whether or not the sexlab thread has gotten ahead of them or ended before they were done accessing it.

 

 

It's great that you continue to work on this and be enthusiastic, even when you're having personal issues.

I don't know how often you hear this, but I think you do a really good job around here and you deserve more praise.

Posted

I have noticed that my enchanted sword loses its charge periodically, but had not been able to tie it to any specific events.  I normally carry around a number of filled soul gems, so I've just been recharging it and continuing what I've been doing.

 

This is a vanilla bug and not something I can do to much to work around. Blame Bethesda. I've added some precautions in the latest version of sexlab that hopefully prevent the disenchantment, but little to nothing more that I can do to stop it from happening that sexlab isn't already doing. Up until now with your post, I've assumed my current related fixes to sexlab have solved this issue, seeing as nobody has reported it being a problem for a long time now.

 

 

 

 

Hi Ashal!  As I hope that I'm not the only one, I was just wondering if there is any news on 1.63?  Sorry to be that guy, just excited for its release is all.

 

I haven't had much time to work on it lately, been having some personal life issues I've been dealing with and making it hard to focus on lately. It's nearly ready though, just needs a good day or two of polish.

 

One major new feature I recently added though, is a new hooking method for mods that work off an extended script, sexlab will call specific functions from that during most of the current hook events, similar to how MCM scripts are setup. This makes all of it's callbacks latent, as opposed to how the current modevents implementation works. The end result is timing critical hooks will now have a reliable method of hooking at specific points, without having to worry about whether or not the sexlab thread has gotten ahead of them or ended before they were done accessing it.

 

 

It's great that you continue to work on this and be enthusiastic, even when you're having personal issues.

I don't know how often you hear this, but I think you do a really good job around here and you deserve more praise.

 

 

 

Much appreciated... I genuinely feel super shitty every day that passes lately, without making progress on my sexlab development... Doing what I can to hopefully move past it though, and start providing the updates that are rightly deserved for the mod. I'd like to say the update is less than a week away, but I said that same thing weeks ago and obviously failed. It is truly that long away, the problem currently is simply me.

Posted

Can someone convert this to the Special Edition?

 

Read the SSE threads and you'll see why some mods cannot be converted right now.  Any mod that uses SKSE cannot be converted currently - until SKSE64 is completed and a suitable MCM replacement is done (or SexLab is rewritten to not use MCM), there won't be any conversions of SKSE-related mods.  Also, mods that use .dlls (like PapyrusUtils - included in this mod) may need to have THOSE updated to work in a 64-bit environment as well.  I don't know if PapyrusUtils can work currently in a 64-bit environment (I believe it does), but if not, then that's ANOTHER prerequisite that needs to be updated.

Posted

There are several mods I worry about - zaz, fore, many others.  What will we do if the authors quit working/updating them??? 

But, and a big butt, all of these are worthless without this mod.  

Ashal, you are the number one rock star ***since you are already set to essential, take this potion, it will revive you***

Posted

...

 

 

Much appreciated... I genuinely feel super shitty every day that passes lately, without making progress on my sexlab development... Doing what I can to hopefully move past it though, and start providing the updates that are rightly deserved for the mod. I'd like to say the update is less than a week away, but I said that same thing weeks ago and obviously failed. It is truly that long away, the problem currently is simply me.

The current version is working well enough, you have no need at all to feel that you are letting us down. Getting your real life back on track really should take priority.

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