Jump to content

Disabling animations?


Sacremas

Recommended Posts

Posted

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?

Posted

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

 

 

Posted

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.

Posted

THanks a lot for this link, I had some memory issues with compiling the script after disabling the animations I didn't want.

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...