rydin Posted April 18, 2016 Author Posted April 18, 2016 Â Is there any way to disable the orgasm in a particular animation? Also when I set a timer it works only around 4/5 times correctly, the other time it keeps looping the non-looping animation; is there something I did wrong? I'm using the following code for a 90 frames animation from which I only want to use 60 frames: Â Â Â Animation( id="Kissing", name="Kissing", tags="FF,FM,MF,MM,Kissing,Foreplay", sound=NoSound, actor1=Female, actor2=Male, stage_params=[ Stage(1, timer=1.0), ] ) Â Â Sorry but the timer is too short. We had this issue with leito's kissing animation constantly. Setting something to last 1 second doesn't work as the framework and game don't handle the request quick enough.
rydin Posted April 18, 2016 Author Posted April 18, 2016 Sorry if this has already been asked, but is there any specific way to install / uninstall a pack to add an updated version? So far all I do is uninstall the old pack, re-install the new pack run FNIS, go in the game and reset the animation registery then load the new animation in the pack via SLAL. The thing I was wondering about is some authors have updated old animations, and in my SLAL those animations are still ticked and installed, so does this mean it automatically updated them? Â For example Leito updated some of his older animations a while ago and added the possibility of the Seeker using Giant rape animations, so when I installed it, the old files were still ticked and the new animations for the seeker where unticked like normal on a new install? Â Thanks for any feedback. Your options are saved via a json file. When you install an update to a pack it will remember what you picked before. All you need to do is change your options and reregister for updates to take effect. The game reads if the json files in SLAL too so if yhe script for running the animation has been updated you don't need to reregister. You only need to rereguster if you are adding an animation you haven't use before or taking one out.
SirNibbles Posted April 18, 2016 Posted April 18, 2016 Â Is there any way to disable the orgasm in a particular animation? Also when I set a timer it works only around 4/5 times correctly, the other time it keeps looping the non-looping animation; is there something I did wrong? I'm using the following code for a 90 frames animation from which I only want to use 60 frames: Â Â Â Animation( id="Kissing", name="Kissing", tags="FF,FM,MF,MM,Kissing,Foreplay", sound=NoSound, actor1=Female, actor2=Male, stage_params=[ Stage(1, timer=1.0), ] ) Â Â Sorry but the timer is too short. We had this issue with leito's kissing animation constantly. Setting something to last 1 second doesn't work as the framework and game don't handle the request quick enough. Â Â I increased the timer to 1.5 and it works better now, I'm only getting the ocasional bug with the first stage looping at the same frequency as the other nonlooping animations. My other problem is still the orgasm part, I've got the orgasm effects enabled in Sexlab's settings but they only trigger for my own kissing animations (which doesn't make any sense) and not for leito's kissing ones. (So I know it's possible to disable for a certain animation) Is there any way to disable it by editing the code or is it just a problem from SLAL's side?
rydin Posted April 18, 2016 Author Posted April 18, 2016 Â Â Is there any way to disable the orgasm in a particular animation? Also when I set a timer it works only around 4/5 times correctly, the other time it keeps looping the non-looping animation; is there something I did wrong? I'm using the following code for a 90 frames animation from which I only want to use 60 frames: Â Â Â Animation( id="Kissing", name="Kissing", tags="FF,FM,MF,MM,Kissing,Foreplay", sound=NoSound, actor1=Female, actor2=Male, stage_params=[ Stage(1, timer=1.0), ] ) Â Â Sorry but the timer is too short. We had this issue with leito's kissing animation constantly. Setting something to last 1 second doesn't work as the framework and game don't handle the request quick enough. I increased the timer to 1.5 and it works better now, I'm only getting the ocasional bug with the first stage looping at the same frequency as the other nonlooping animations. My other problem is still the orgasm part, I've got the orgasm effects enabled in Sexlab's settings but they only trigger for my own kissing animations (which doesn't make any sense) and not for leito's kissing ones. (So I know it's possible to disable for a certain animation) Is there any way to disable it by editing the code or is it just a problem from SLAL's side? The better option is to extend the first stage on animation in your animation editor. If you are wanting to have an acyclic animation (plays once no loop) i advise it to be over 100 frames/3 seconds to allow a much better transition. Â I will look at the other issue when I get home. Â EDIT: I haven't tried anything in game as my game is over the place but try adding the tag "LeadIn". Also remember as it's a foreplay animation it will generally be set to play before a sex scene. If you are testing it through the MCM menu it will play a cum aniamtion by default (Leito's Kissing does the same) as your testing the animation in a sex scene, not a Foreplay/LeadIn setting. You'll need to try a scene with match maker and see if it comes as a foreplay option.
Starfire12 Posted April 19, 2016 Posted April 19, 2016 I have finally updated SL framework yesterday and tried using the SLAL, but on the MCM screen of SLAL nothing was to be seen. Now info: Â After updating SLAL i first checked the "vanilla" installation and everything seems to work just fine. In addition to SLAL itself I installed SLAL FunnyBizPack HumanAnimations v14.5.zip. I have manually checked the folder structure already and they are in the correct spot. The .json file is in \data\SLANIMS\JSON . Also FNIS found them when running it. However in the SLAL MCM menu nothing shows. To be precise the mod itself shows as well as the options menu, just no animations to be found anywhere. Clicking on all the stuff only got me "registered 0 new animations". Â I have successfully installed the newest version of ZAZ animation pack as well as the final version of the NSAP after updating the framework all tested and working.
rydin Posted April 19, 2016 Author Posted April 19, 2016 I have finally updated SL framework yesterday and tried using the SLAL, but on the MCM screen of SLAL nothing was to be seen. Now info: Â After updating SLAL i first checked the "vanilla" installation and everything seems to work just fine. In addition to SLAL itself I installed SLAL FunnyBizPack HumanAnimations v14.5.zip. I have manually checked the folder structure already and they are in the correct spot. The .json file is in \data\SLANIMS\JSON . Also FNIS found them when running it. However in the SLAL MCM menu nothing shows. To be precise the mod itself shows as well as the options menu, just no animations to be found anywhere. Clicking on all the stuff only got me "registered 0 new animations". Â I have successfully installed the newest version of ZAZ animation pack as well as the final version of the NSAP after updating the framework all tested and working. Â Have you got the latest version of JContainers?
Dave0000 Posted April 19, 2016 Posted April 19, 2016 where to find leitos animations from NSAP for SLAL?
rydin Posted April 20, 2016 Author Posted April 20, 2016 where to find leitos animations from NSAP for SLAL? Â If it's not in the list on post 2 it's most likely not made.
Dave0000 Posted April 20, 2016 Posted April 20, 2016 Â where to find leitos animations from NSAP for SLAL? Â If it's not in the list on post 2 it's most likely not made. Â Â if i install both slal and NSAP then i have too many animations and most of NSAP i dont need ... can i somehow remove them ? Â
Gulfwulf Posted April 20, 2016 Posted April 20, 2016 if i install both slal and NSAP then i have too many animations and most of NSAP i dont need ... can i somehow remove them ? Yep. Just de-select the animation(s) you don't want.
rydin Posted April 20, 2016 Author Posted April 20, 2016 Â if i install both slal and NSAP then i have too many animations and most of NSAP i dont need ... can i somehow remove them ? Yep. Just de-select the animation(s) you don't want. Â Â As above. It's your choice on what you install and what you want. Use the option facilities built into the mods. Â Also if most of NSAP you don't need (cause let's face it Leito takes up half the pack so the rest of the people on there is not what you have NSAP for) then you have the option not to use NSAP. There are plenty of animation at your disposale through SexLab and SLAL.
D_ManXX2 Posted April 20, 2016 Posted April 20, 2016 Rydin so with full install of nsap and slal together we already reached the max animation count for the newer sexlab ?? i thought it could have 375 but with nsap i only reach the max of 250 to 300 i think. Â how does currently nsap do it ?? becasue sometimes i notcie even when i actiavte full nsap i had 175 but after nsap the counter suddenly says 150 or even lower number witch makes it confusing.
Dave0000 Posted April 20, 2016 Posted April 20, 2016 i mean i want to delete some of animations from nsap so fnis wouldnt count them! and so they are not in MCM menu ... how can i do that?
Starfire12 Posted April 20, 2016 Posted April 20, 2016 Â I have finally updated SL framework yesterday and tried using the SLAL, but on the MCM screen of SLAL nothing was to be seen. Now info: Â After updating SLAL i first checked the "vanilla" installation and everything seems to work just fine. In addition to SLAL itself I installed SLAL FunnyBizPack HumanAnimations v14.5.zip. I have manually checked the folder structure already and they are in the correct spot. The .json file is in \data\SLANIMS\JSON . Also FNIS found them when running it. However in the SLAL MCM menu nothing shows. To be precise the mod itself shows as well as the options menu, just no animations to be found anywhere. Clicking on all the stuff only got me "registered 0 new animations". Â I have successfully installed the newest version of ZAZ animation pack as well as the final version of the NSAP after updating the framework all tested and working. Â Have you got the latest version of JContainers? Â Â That was indeed the problem. Thanks for the help. Â
27X Posted April 21, 2016 Posted April 21, 2016 where to find leitos animations from NSAP for SLAL? Â Does not exist.
rydin Posted April 21, 2016 Author Posted April 21, 2016 i mean i want to delete some of animations from nsap so fnis wouldnt count them! and so they are not in MCM menu ... how can i do that? Â Delete the entries in the FNIS file and run FNIS generate_for_modders tool. You can also delete them in the source scripts and recompile them to take them out the MCM menu. So you need to be able to script. Â Rydin so with full install of nsap and slal together we already reached the max animation count for the newer sexlab ?? i thought it could have 375 but with nsap i only reach the max of 250 to 300 i think. Â how does currently nsap do it ?? becasue sometimes i notcie even when i actiavte full nsap i had 175 but after nsap the counter suddenly says 150 or even lower number witch makes it confusing. Â NSAP checks for duplicates which are already registered into SexLab iirc. Â
Dave0000 Posted April 21, 2016 Posted April 21, 2016 Â i mean i want to delete some of animations from nsap so fnis wouldnt count them! and so they are not in MCM menu ... how can i do that? Â Delete the entries in the FNIS file and run FNIS generate_for_modders tool. You can also delete them in the source scripts and recompile them to take them out the MCM menu. So you need to be able to script. Â Rydin so with full install of nsap and slal together we already reached the max animation count for the newer sexlab ?? i thought it could have 375 but with nsap i only reach the max of 250 to 300 i think. Â how does currently nsap do it ?? becasue sometimes i notcie even when i actiavte full nsap i had 175 but after nsap the counter suddenly says 150 or even lower number witch makes it confusing. Â NSAP checks for duplicates which are already registered into SexLab iirc. Â Â Â too bad but i understand nothing about scripting compiling and mod making... but thx anyways
Katzumi Posted April 23, 2016 Posted April 23, 2016 Update for Anubs Pack http://www.loverslab.com/topic/60842-katzumis-slal-pack-fur-anubiss2167-animation/
rydin Posted April 23, 2016 Author Posted April 23, 2016 Update for Anubs Pack http://www.loverslab.com/topic/60842-katzumis-slal-pack-fur-anubiss2167-animation/  I'll update the index. Thanks
Afro68 Posted April 25, 2016 Posted April 25, 2016 After a week of getting ready to destroy my computer in an effort to learn modding, Mod Organizer and ENB's I finally have things installed right I think..lol. Can you install NSAP and SLAL together or should I just drop it an go straight to SLAL?
WaxenFigure Posted April 25, 2016 Posted April 25, 2016 After a week of getting ready to destroy my computer in an effort to learn modding, Mod Organizer and ENB's I finally have things installed right I think..lol. Can you install NSAP and SLAL together or should I just drop it an go straight to SLAL? NSAP contains animations that have not been added to SLAL packs so yes, install both.
Afro68 Posted April 25, 2016 Posted April 25, 2016 Â After a week of getting ready to destroy my computer in an effort to learn modding, Mod Organizer and ENB's I finally have things installed right I think..lol. Can you install NSAP and SLAL together or should I just drop it an go straight to SLAL? NSAP contains animations that have not been added to SLAL packs so yes, install both. Â Â Thank you!!
Dave0000 Posted April 26, 2016 Posted April 26, 2016 in nsap are anims ... lesbian with dildo... dildo masturbation... kissing etc, also threesomes foursome etc wich we still have no slal pack for... and now i am asking why?
Katzumi Posted April 26, 2016 Posted April 26, 2016 in nsap are anims ... lesbian with dildo... dildo masturbation... kissing etc, also threesomes foursome etc wich we still have no slal pack for... and now i am asking why?  because you didn´t put x hours into it building a Pack
Gulfwulf Posted April 26, 2016 Posted April 26, 2016 in nsap are anims ... lesbian with dildo... dildo masturbation... kissing etc, also threesomes foursome etc wich we still have no slal pack for... and now i am asking why? If you're talking about Leito's threesomes, I put up a pack here. As for the lesbian stuff, a female should use a dildo when using a male animation, like jerking off or missionary when they're the one on top. Check your Sexlab settings if you're not seeing any of that.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now