Sacremas Posted July 25, 2015 Posted July 25, 2015 If I wanted to permanently disable some animations from Sexlab 1.59c, like the old AP animations, in order to make room for adding more animations from NSAP, how would I do that if it's possible?
WaxenFigure Posted July 25, 2015 Posted July 25, 2015 If I wanted to permanently disable some animations from Sexlab 1.59c, like the old AP animations, in order to make room for adding more animations from NSAP, how would I do that if it's possible? Make sure you can compile the sslAnimationDefaults.psc file, then edit it and comment out the lines in the "LoadAnimations" function at the top of the script where it registers all the animations by their internal names. Example fragment: function LoadAnimations() ; Prepare factory resources (as non creature) PrepareFactory() ; Missionary RegisterAnimation("SexLabMissionary") RegisterAnimation("SexLabAggrMissionary") RegisterAnimation("ArrokMissionary") RegisterAnimation("ArrokLegUp") RegisterAnimation("ZynMissionary") ;RegisterAnimation("APBedMissionary") ;RegisterAnimation("APHoldLegUp") ;RegisterAnimation("APLegUp") ; Doggystyle RegisterAnimation("SexLabDoggyStyle") RegisterAnimation("SexLabAggrBehind") RegisterAnimation("SexLabAggrDoggyStyle") RegisterAnimation("ArrokDoggyStyle") RegisterAnimation("ArrokRape") RegisterAnimation("ZynDoggystyle") RegisterAnimation("DarkInvestigationsDoggystyle") ;RegisterAnimation("APDoggyStyle") ; Cowgirl RegisterAnimation("SexLabReverseCowgirl") RegisterAnimation("ArrokCowgirl") RegisterAnimation("ArrokReverseCowgirl") ;RegisterAnimation("APCowgirl") Note how the unloved "AP" animations are commented out using the ";".
Sacremas Posted July 25, 2015 Author Posted July 25, 2015 Thanks a lot! Okay, compile a .pcs file, I guess that's Creation Kit then? Redownloading it now, let's see if it thinks I got Skyrim installed this time.
cesil123 Posted July 26, 2015 Posted July 26, 2015 If I wanted to permanently disable some animations from Sexlab 1.59c, like the old AP animations, in order to make room for adding more animations from NSAP, how would I do that if it's possible? Someone has already done this before. http://www.loverslab.com/topic/34602-remove-specific-animations-from-the-list/?p=1231696
Sacremas Posted July 26, 2015 Author Posted July 26, 2015 THanks a lot for this link, I had some memory issues with compiling the script after disabling the animations I didn't want.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.