Jump to content

Altering SL animation order?


Seijin8

Recommended Posts

Posted

Just curious if it is possible to adjust the SL animation order so that more "similar" animations are "next" to each other.  Basically I am trying to prevent the "next animation" key from drastically altering positions.

 

Is there a (relatively simple) way to renumber/reorder the animations?

Posted

in the script sslAnimationDefaults.psc, 

function LoadAnimations()
	RegisterAnimation("ArrokBlowjob")
	RegisterAnimation("ArrokBoobjob")
	RegisterAnimation("ArrokCowgirl")
	RegisterAnimation("ArrokDevilsThreeway")
	RegisterAnimation("ArrokDoggyStyle")
	RegisterAnimation("ArrokForeplay")
	RegisterAnimation("ArrokLegUp")
	RegisterAnimation("ArrokMaleMasturbation")
	RegisterAnimation("ArrokMissionary")
	RegisterAnimation("ArrokOral")
	RegisterAnimation("ArrokReverseCowgirl")
	RegisterAnimation("ArrokSideways")
	RegisterAnimation("ArrokStanding")
	RegisterAnimation("ArrokStandingForeplay")
	RegisterAnimation("ArrokTricycle")
	RegisterAnimation("ArrokHugFuck")
	RegisterAnimation("ArrokLesbian")
	RegisterAnimation("ArrokSittingForeplay")
	RegisterAnimation("ArrokAnal")
	RegisterAnimation("ArrokRape")
	RegisterAnimation("SexLabAggrBehind")
	RegisterAnimation("SexLabAggrDoggyStyle")
	RegisterAnimation("SexLabAggrMissonary")
	RegisterAnimation("SexLabBoobjob")
	RegisterAnimation("SexLabDoggyStyle")
	RegisterAnimation("SexLabHuggingSex")
	RegisterAnimation("SexLabMissonary")
	RegisterAnimation("SexLabReverseCowgirl")
	RegisterAnimation("SexLabSideways")
	RegisterAnimation("SexLabStanding")
	RegisterAnimation("SexLabTribadism")
	RegisterAnimation("ZynRoughStanding")
	RegisterAnimation("ZynLesbian")
	RegisterAnimation("APAnal")
	RegisterAnimation("APBedMissionary")
	RegisterAnimation("APBlowjob")
	RegisterAnimation("APBoobjob")
	RegisterAnimation("APCowgirl")
	RegisterAnimation("APFemaleSolo")
	RegisterAnimation("APFisting")
	RegisterAnimation("APHandjob")
	RegisterAnimation("APKneelBlowjob")
	RegisterAnimation("APLegUp")
	RegisterAnimation("APShoulder")
	RegisterAnimation("APStandBlowjob")
	RegisterAnimation("APStanding")
	RegisterAnimation("APDoggyStyle")
	RegisterAnimation("APHoldLegUp")
	RegisterAnimation("APFaceDown")
	RegisterAnimation("APSkullFuck")
endFunction

Reorganize the lines to your liking and recompile the script, then rebuild animation registry from MCM in game.

Archived

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

  • Recently Browsing   0 members

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