Jump to content

SexLab Animation Loader


Recommended Posts

Posted

Game consistently crashes when loading saves created AFTER registering my SLAL selection.

 

I am, however, currently running something like 7800 animations for characters and another 1500 for creatures, so FNIS XXL and its general instability is probably the culprit!
 

Just to check my sanity before I start cutting animations aggressively:

 

SLAL works fine with any number of animations?
Registration in the sexlab registry should happen more or less instantaneously (ie, there is no chance I am saving during it attempting to register animations, and so getting an incomplete process saved in the file)?

Individual animations that are bugged should only cause a CTD when they're RUNNING, not when they are simply installed?

 

If the answer to all these three questions/assumptions is yes, then it's probably just me pushing my install too far!

 

thanks!

 

EDIT: I am willing to try and reproduce this or upload a log or whatever if it would help, but I am not asking for bugfixing, I am happy to cut animations! If there's anything obvious I am missing though, like if FNIS' practical animation max depends on something I haven't done right, lmk!

Posted

Game consistently crashes when loading saves created AFTER registering my SLAL selection.

 

I am, however, currently running something like 7800 animations for characters and another 1500 for creatures, so FNIS XXL and its general instability is probably the culprit!

 

Just to check my sanity before I start cutting animations aggressively:

 

SLAL works fine with any number of animations?

Registration in the sexlab registry should happen more or less instantaneously (ie, there is no chance I am saving during it attempting to register animations, and so getting an incomplete process saved in the file)?

Individual animations that are bugged should only cause a CTD when they're RUNNING, not when they are simply installed?

 

If the answer to all these three questions/assumptions is yes, then it's probably just me pushing my install too far!

 

thanks!

 

EDIT: I am willing to try and reproduce this or upload a log or whatever if it would help, but I am not asking for bugfixing, I am happy to cut animations! If there's anything obvious I am missing though, like if FNIS' practical animation max depends on something I haven't done right, lmk!

 

Google footik or foot ik bug. This is a Skyrim engine bug not specific to SAL or Sexlab. There is currently no fix for it that I know of besides limiting the number of installed, non-replacer animations. Two work arounds, to save your game with your character alone in an empty cell, and second is to load game from qasmoke from main menu. (main menu ~ then coc qasmoke then load your save game from that cell.)

Posted

I think that's what I was accidentally doing on my previous install! I had a save game in an empty cell, I would load that, then load the main game from there.

 

However, this doesn't seem to help any more - loading from qasmoke, from an older savegame or using "continue game no crash" still crashes after the loading screen finishes. I don't know if this is the footik thing specifically!

Posted

Having done some basic testing I think it is footik - but it's happening to any cell with ME in! I have registered Zaz, EC+ and a handful of SLAL animations to test, and the game can be loaded just fine, so it's definitely somewhere between "some SLAL animations" and "ALLLLL the SLAL animations" that the bug arises! That pretty much means its animation numbers, which presumably means it's footik.

Posted

I apologize in advance if my post doesn't belong here, but I do not know where else to post it since I have a problem relating to the SLAL animations.

 

Description: Whenever I installing any SLAL package (via NMM or Manually), Leito's animations that using objects became "broken". Under "broken" I mean, invisible and after that, my Player is stack in third person view. It makes no difference if I install Leiot's animation pack last. Something somewhere puts other packages (anubs, funnybiznees, Nibbles) in conflict with Leito's object animations. Yes, I always run FNIS and LOOT afterwards and register animations in SLAL. Help will be apreciated. Thank you.

Posted

I apologize in advance if my post doesn't belong here, but I do not know where else to post it since I have a problem relating to the SLAL animations.

 

Description: Whenever I installing any SLAL package (via NMM or Manually), Leito's animations that using objects became "broken". Under "broken" I mean, invisible and after that, my Player is stack in third person view. It makes no difference if I install Leiot's animation pack last. Something somewhere puts other packages (anubs, funnybiznees, Nibbles) in conflict with Leito's object animations. Yes, I always run FNIS and LOOT afterwards and register animations in SLAL. Help will be apreciated. Thank you.

 

Known issue.  Check the SLAL animations by Leito thread.  No fix currently.

Posted

 

I apologize in advance if my post doesn't belong here, but I do not know where else to post it since I have a problem relating to the SLAL animations.

 

Description: Whenever I installing any SLAL package (via NMM or Manually), Leito's animations that using objects became "broken". Under "broken" I mean, invisible and after that, my Player is stack in third person view. It makes no difference if I install Leiot's animation pack last. Something somewhere puts other packages (anubs, funnybiznees, Nibbles) in conflict with Leito's object animations. Yes, I always run FNIS and LOOT afterwards and register animations in SLAL. Help will be apreciated. Thank you.

 

Known issue.  Check the SLAL animations by Leito thread.  No fix currently.

 

 

 

Thank you very much.

Posted

This is starting to piss me the Fuck off.

 

I'm trying to write a new file for me to build. Here it is:

 
is_example = False
mcm_name = "TestDP1"
anim_dir("TestDP1")
anim_id_prefix("TDP1_")
anim_name_prefix("Test DP1 ")
common_tags("TestDP1")
 

 

 
Animation(
    id="MMF_Double",
    name="MMF_Double"
    tags="Anal",
    sound=Squishing,
    actor1=Female(add_cum=Vaginal),
    actor2=Male(),
    actor3=Male(),
)
 
But, whenever I Try To build It I get this:
 
=== Category Info: TestDP1 ===
  File "C:\Program Files (x86)\Mod Organizer\mods\SLAnimLoader\SLAnims\source\TestDP1.txt", line 14
    tags="Anal",
        ^
SyntaxError: invalid syntax
 
PLEASE HELP THIS IS DRIVING ME CRAZY!!
 
P.S. 1. I know said text is correct. 2. I don't know how to add spoilers since I'm new here 
 
NVM Forgot to add a commatongue.png
Posted

 

This is starting to piss me the Fuck off.

 

I'm trying to write a new file for me to build. Here it is:

 
is_example = False
mcm_name = "TestDP1"
anim_dir("TestDP1")
anim_id_prefix("TDP1_")
anim_name_prefix("Test DP1 ")
common_tags("TestDP1")
 

 

 
Animation(
    id="MMF_Double",
    name="MMF_Double"
    tags="Anal",
    sound=Squishing,
    actor1=Female(add_cum=Vaginal),
    actor2=Male(),
    actor3=Male(),
)
 
But, whenever I Try To build It I get this:
 
=== Category Info: TestDP1 ===
  File "C:\Program Files (x86)\Mod Organizer\mods\SLAnimLoader\SLAnims\source\TestDP1.txt", line 14
    tags="Anal",
        ^
SyntaxError: invalid syntax
 
PLEASE HELP THIS IS DRIVING ME CRAZY!!
 
P.S. 1. I know said text is correct. 2. I don't know how to add spoilers since I'm new here 
 
NVM Forgot to add a commatongue.png

 

 

Commas, the bane of programming.... I sure know.... don't you hate Java too?

Posted

I am having an issue when every time I load a save after installing animations.  The save crashes.  I am aware of the issue regarding footIK or whatever it's called.  I have a mod that defeats that issue.  This is strictly an issue with SLAL.  I went through the process of reinstalling everything on a new save and then went 5 MCMs at a time, saving after each one 5 and then loading the new save.  I had no problems at all until I reached SLAL.  I went beyond it to make sure it wasn't a mod below SLAL and didn't have problems with any other mods.

When I try to load a save with a new set of animations that I loaded from SLAL in it, into save cleaner, save cleaner crashes.  Every other mod has no problem.  So I've definitely narrowed it down to a SLAL problem.

I'm going to try to uninstall every animation pack and SLAL and reinstall them to see if the issue is resolved.  I will let you know what I find, but if you have a solution to the issue, please let me know.  Thank you.

PS: The mod I use to deal with the FootIK issue is called "Continue No Game Crash".  It apparently starts a new game and loads whatever save you select from that new game and erases the new game.  Loading from a save not affected by FootIK or starting a new game and loading your old save from inside of that new game is the only way I've seen to get around the FootIK issue.  Fortunately someone came up with an easy way to do that.

Posted

One more thing I wanted to add.  I'm not going over the animation limit.  the largest count was 490/500 animations and 151/500 creature animations.  I'm not saying this to be snarky or anything I just want to go ahead and eliminate solutions that don't work with the problem I'm having.  Have been been able to add one animation without it ctd, but when I try to add another, it crashes.  This is happening on a brand new install.  I wanted to try that and see if things would be different.

Posted

I am having an issue when every time I load a save after installing animations.  The save crashes.  I am aware of the issue regarding footIK or whatever it's called.  I have a mod that defeats that issue.  This is strictly an issue with SLAL.  I went through the process of reinstalling everything on a new save and then went 5 MCMs at a time, saving after each one 5 and then loading the new save.  I had no problems at all until I reached SLAL.  I went beyond it to make sure it wasn't a mod below SLAL and didn't have problems with any other mods.

 

When I try to load a save with a new set of animations that I loaded from SLAL in it, into save cleaner, save cleaner crashes.  Every other mod has no problem.  So I've definitely narrowed it down to a SLAL problem.

 

I'm going to try to uninstall every animation pack and SLAL and reinstall them to see if the issue is resolved.  I will let you know what I find, but if you have a solution to the issue, please let me know.  Thank you.

 

PS: The mod I use to deal with the FootIK issue is called "Continue No Game Crash".  It apparently starts a new game and loads whatever save you select from that new game and erases the new game.  Loading from a save not affected by FootIK or starting a new game and loading your old save from inside of that new game is the only way I've seen to get around the FootIK issue.  Fortunately someone came up with an easy way to do that.

 

Just as a suggestion, have you tried installing SLAL first, then your mods? SLAL is a relatively small mod and shouldn't cause such an issue on its own. It's possible that by the way you install your mods, the first couple of mods are running and making all their adjustments in your game that by the time you install SLAL, these other mods have bumped into each other in the background. Are you installing your mods in a small cell and waiting about 2 minutes between saves? Loading too much at once can cause crashes too. I'm not saying that SLAL is the issue, as without a crash log we are unable to saw for sure. But I don't think SLAL is the culprit on its own. If it is SLAL, it's SLAL plus something else that's causing it.

 

If you install SLAL on its own and add your animations and such without a crash, then it's not SLAL that's issue. But if it does crash, a papyrus log may help.

Posted

This happened to wolves ("Wolves" and "Wolfpanic) and horses ("Horses" and "Horseses") as well, limiting the animations used by mods like Aroused Creatures and Scent of Sex. How do I fix this?

post-557700-0-45853600-1487305782_thumb.png

Posted

Hi, I'm currently having a problem where SLAL refuses to actually show anything on MCM. I can click on it and it's there but it's blank inside. I have everything, including the right version of sexlab aswell as owning the other required mods such as Jcontainers. I'm a bit new to Skyrim modding, and I've messed with the load order, yet nothing still. If anyone could help I'd greatly appreciate it.

 

Posted

Hi, I'm currently having a problem where SLAL refuses to actually show anything on MCM. I can click on it and it's there but it's blank inside. I have everything, including the right version of sexlab aswell as owning the other required mods such as Jcontainers. I'm a bit new to Skyrim modding, and I've messed with the load order, yet nothing still. If anyone could help I'd greatly appreciate it.

did you install any SLAL Packs for SLAL to load?

(i have a list of SLAL Packs here: http://www.loverslab.com/files/file/3524-sexlab-more-nasty-critters-install-guide/ )

Posted

 

Hi, I'm currently having a problem where SLAL refuses to actually show anything on MCM. I can click on it and it's there but it's blank inside. I have everything, including the right version of sexlab aswell as owning the other required mods such as Jcontainers. I'm a bit new to Skyrim modding, and I've messed with the load order, yet nothing still. If anyone could help I'd greatly appreciate it.

did you install any SLAL Packs for SLAL to load?

(i have a list of SLAL Packs here: http://www.loverslab.com/files/file/3524-sexlab-more-nasty-critters-install-guide/ )

 

 

Yes, I did. It was working before, but then it stopped I haven't installed any new mods I just started a new game. What I mean by blank is that nothing shows up at all when I click none of the options to register all or enable all either.

Posted

Yes, I did. It was working before, but then it stopped I haven't installed any new mods I just started a new game. What I mean by blank is that nothing shows up at all when I click none of the options to register all or enable all either.

have you tried clicking on "Reload JSON data"?

 

Posted

 

Yes, I did. It was working before, but then it stopped I haven't installed any new mods I just started a new game. What I mean by blank is that nothing shows up at all when I click none of the options to register all or enable all either.

have you tried clicking on "Reload JSON data"?

 

 

 

Where is that exactly? This is all I have showing up:

post-560107-0-05614800-1487531466_thumb.jpg

Posted

 

Where is that exactly? This is all I have showing up:

attachicon.gif20170219140726_1.jpg

 

that is strange, do you have a lot of mods that have MCM menus installed?

 

 

Actually, I just got this message. I've read from other posts that papyrus is needed for SLAL could this have anything to do with it?

post-560107-0-80059500-1487534301_thumb.jpg

 

I also have Skse already installed.

Posted

 

 

Where is that exactly? This is all I have showing up:

attachicon.gif20170219140726_1.jpg

 

that is strange, do you have a lot of mods that have MCM menus installed?

 

 

Actually, I just got this message. I've read from other posts that papyrus is needed for SLAL could this have anything to do with it?

attachicon.gif20170219145633_1.jpg

 

I also have Skse already installed.

 

 

As it says you may have installed a mod that has an older version or papyrus. Install the latest version: http://www.nexusmods.com/skyrim/mods/58705/?

 

Also, that error in SLAL usually means you are missing some important requirement or a bad installation. What are you using to install mods?

Posted

 

 

 

Where is that exactly? This is all I have showing up:

attachicon.gif20170219140726_1.jpg

 

that is strange, do you have a lot of mods that have MCM menus installed?

 

 

Actually, I just got this message. I've read from other posts that papyrus is needed for SLAL could this have anything to do with it?

attachicon.gif20170219145633_1.jpg

 

I also have Skse already installed.

 

 

As it says you may have installed a mod that has an older version or papyrus. Install the latest version: http://www.nexusmods.com/skyrim/mods/58705/?

 

Also, that error in SLAL usually means you are missing some important requirement or a bad installation. What are you using to install mods?

 

Actually as soon as I installed the mod you linked it works. Everything's stable and I have no more error messages.

Posted

Actually, I just got this message. I've read from other posts that papyrus is needed for SLAL could this have anything to do with it?

attachicon.gif20170219145633_1.jpg

 

I also have Skse already installed.

i hate it when the game knows whats wrong and fails to tell you about it.

at least its fixed now, because i would have never guessed that was the problem.

Posted

I haven't checked in a bit.  But I kind of resolved the issue.  It seemed that it might've been a string count issue.  I installed a mod that reduces the string count of Sexlab.  The only problem is that it also limited me to 350 animations, which is still alot.  Since then my Skyrim has been running pretty well excluding some unrelated wonkiness.

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