Jump to content

Sexlab working, but not selecting the correct anims


Recommended Posts

If the framework doesn't find any animations that match your request, it'll default to using the full animation list. Show us your code, you might have made a mistake with animation selection.

 

 thanks for your response,

anims[0] = Sexlab.GetAnimationsbyName("Nibbles Lesbian 69") or

anims = Sexlab.GetAnimationsByTag(2,"nibbles,Cowgirl")

I have SL tools installed, and I can change the selection so the anims are registered and working, I also have FNIS xll installed to cope with the number of anims installed

This applies to all anims selected not just the two mentioned

 

Thanks

Kwasind

 

actor.docx

Link to comment

anims[0] = Sexlab.GetAnimationsbyName("Nibbles Lesbian 69")

 

That function doesn't exist. The function you want is named GetAnimationByName. The Papyrus compiler should have thrown an error when you used the non-existing function though, are you sure you tried compiling the script?

 

 

 

anims = Sexlab.GetAnimationsByTag(2,"nibbles,Cowgirl")

 

GetAnimationsByTag is a deprecated function and is no longer available in the current version of the framework (1.62). Use GetAnimationsByTags instead. Again though, the compiler should have warned you about this, so make sure you're generating the compiled scripts, since just editing the source won't change anything in-game.

Link to comment

 

anims[0] = Sexlab.GetAnimationsbyName("Nibbles Lesbian 69")

 

That function doesn't exist. The function you want is named GetAnimationByName. The Papyrus compiler should have thrown an error when you used the non-existing function though, are you sure you tried compiling the script?

 

 

 

anims = Sexlab.GetAnimationsByTag(2,"nibbles,Cowgirl")

 

GetAnimationsByTag is a deprecated function and is no longer available in the current version of the framework (1.62). Use GetAnimationsByTags instead. Again though, the compiler should have warned you about this, so make sure you're generating the compiled scripts, since just editing the source won't change anything in-game.

 

 

Link to comment

Thanks for the reply, That was my typeO in this post, yes the scripts compile without problem. the problem is not the script, I'm pretty sure of that, the animations always work but not the ones I wanted, sometimes the selected one comes up. I think it started happening after I put Nasty Critters into SLAL, I'll have to poke around more.

Best wishes

Kwasind 

Link to comment

Archived

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

  • Recently Browsing   0 members

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

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more information, see our Privacy Policy & Terms of Use