shardoom Posted September 10, 2017 Posted September 10, 2017 Hmm, dunno then. Perhaps it was just a temp bug where HDT collision wasn't occurring when I saw the no collision and my 'fix' didn't actually change anything. Either way, it works good now.
Bazinga Posted September 10, 2017 Author Posted September 10, 2017 Yeah, sometimes this stuff is mystifying. Anyway, glad to hear it.
shardoom Posted September 10, 2017 Posted September 10, 2017 Thanks for the help, again. It looks so much better with the objects having collision.
shardoom Posted September 17, 2017 Posted September 17, 2017 Bazinga while I was running through my installed anims and setting their alignments for the beds I came upon the 'toy' (potion bottle) anims and while the HDT works the animation it self gets stuck looping on the first stage and just looks weird. The same problem exists with the kissing 2 anim. I switched to the SLAL packs and finally dumped NSAP btw, when I looked around it just made sense to finally move on. But yeah, that potion HDT works but the anim itself seems broken in the SLAL pack. I'm using the 'fixed' version that some guy uploaded in the Leito slal thread listed here:- http://www.loverslab.com/topic/56976-slal-animations-by-leito-91216/page-31?do=findComment&comment=1945481
Reesewow Posted September 17, 2017 Posted September 17, 2017 Bazinga while I was running through my installed anims and setting their alignments for the beds I came upon the 'toy' (potion bottle) anims and while the HDT works the animation it self gets stuck looping on the first stage and just looks weird. The same problem exists with the kissing 2 anim. I switched to the SLAL packs and finally dumped NSAP btw, when I looked around it just made sense to finally move on. But yeah, that potion HDT works but the anim itself seems broken in the SLAL pack. I'm using the 'fixed' version that some guy uploaded in the Leito slal thread listed here:- http://www.loverslab.com/topic/56976-slal-animations-by-leito-91216/page-31?do=findComment&comment=1945481 Wasn't aware someone had "fixed" Leito's packs, honestly didn't know there was anything even wrong with them other than the timing issue. Bit off topic because Bazinga's mod doesn't have anything to do with Leito's SLAL .json (probably a better topic in Leito's thread), but you can fix this issue for yourself easily by editing the .json file. Open the AnimationsByLeito.json file in a text editor and scroll down to the "Leito Female Toy Vaginal" details. You'll see: "id": "Leito_f_solo_toy_cowgirl_vag", "name": "Leito Female Toy Vaginal", "sound": "Squishing", "stages": [ { "number": 1, "sound": "none", <---- comma to add "timer": 1.2 <---- line to add } do the same for the anal animation entry just below that, but I used "timer": 0.5 instead. Reload and re-apply the .json data in SLAL and bingo, those animations should have short stage 1s, and you can change the values if you think its a bit too short/long. You could do similar for the kissing animation but I never bothered testing with it to find out how long stage 1 should be. Basically SLAL packs have full control over individual stage durations, just look at Kom's .json files to see how nutty the timing amounts can get.
shardoom Posted September 17, 2017 Posted September 17, 2017 Bazinga while I was running through my installed anims and setting their alignments for the beds I came upon the 'toy' (potion bottle) anims and while the HDT works the animation it self gets stuck looping on the first stage and just looks weird. The same problem exists with the kissing 2 anim. I switched to the SLAL packs and finally dumped NSAP btw, when I looked around it just made sense to finally move on. But yeah, that potion HDT works but the anim itself seems broken in the SLAL pack. I'm using the 'fixed' version that some guy uploaded in the Leito slal thread listed here:- http://www.loverslab.com/topic/56976-slal-animations-by-leito-91216/page-31?do=findComment&comment=1945481 Wasn't aware someone had "fixed" Leito's packs, honestly didn't know there was anything even wrong with them other than the timing issue. Bit off topic because Bazinga's mod doesn't have anything to do with Leito's SLAL .json (probably a better topic in Leito's thread), but you can fix this issue for yourself easily by editing the .json file. Open the AnimationsByLeito.json file in a text editor and scroll down to the "Leito Female Toy Vaginal" details. You'll see: "id": "Leito_f_solo_toy_cowgirl_vag", "name": "Leito Female Toy Vaginal", "sound": "Squishing", "stages": [ { "number": 1, "sound": "none" "timer": 1.2 <------------- LINE TO ADD } do the same for the anal animation entry just below that, but I used "timer": 0.5 instead. Reload and re-apply the .json data in SLAL and bingo, those animations should have short stage 1s, and you can change the values if you think its a bit too short/long. You could do similar for the kissing animation but I never bothered testing with it to find out how long stage 1 should be. Basically SLAL packs have full control over individual stage durations, just look at Kom's .json files to see how nutty the timing amounts can get. Oh sweet, thanks for that. I did actually try to add a timing line but my failure was just sad... lol I only brought it up here because Bazinga was only telling me yesterday about how he'd fixed the leito double dildo anims in that slal pack. Thought he might have been able to, well, do what you just did and tell me how to fix it! lol I appreciate it though, muchos gracias. Apparently the guy fixed a few missing tags and put the updated anims back. Leito changed a lot of them after he moved on from NSAP, but for whatever reason the changes got lost at some point. This guy put all the newer stuff back. One of the threesome anims were still iffy though, but it was just a simple matter of swapping the Male and Female roles in the json. (one female was incorrectly labelled as male and would equip a strapon because of it)
shardoom Posted September 17, 2017 Posted September 17, 2017 Okay, tried twice now and when I use notepad++ to add that line, exactly as you put it there it just fails to even show up in SLAL at all and I have to revert to the vanilla json...
Reesewow Posted September 17, 2017 Posted September 17, 2017 Okay, tried twice now and when I use notepad++ to add that line, exactly as you put it there it just fails to even show up in SLAL at all and I have to revert to the vanilla json... Could copy+paste the whole JSON text to https://jsonlint.com/ to validate it, make sure you aren't breaking a bracket somewhere.
shardoom Posted September 17, 2017 Posted September 17, 2017 I get this after I try and validate with the above additions... Error: Parse error on line 810:..."sound": "none" "timer": 1.2 }],----------------------^Expecting 'EOF', '}', ':', ',', ']', got 'STRING' Obviously I'm doing something wrong here but I really have no fucking idea. It's getting pretty frustrating tbh, maybe I'll just leave the anims disabled.
Reesewow Posted September 17, 2017 Posted September 17, 2017 I get this after I try and validate with the above additions... Error: Parse error on line 810: ..."sound": "none" "timer": 1.2 }], ----------------------^ Expecting 'EOF', '}', ':', ',', ']', got 'STRING' Obviously I'm doing something wrong here but I really have no fucking idea. It's getting pretty frustrating tbh, maybe I'll just leave the anims disabled. You need a comma after "none", I totally probably goofed on copy pasting it over. I started with the "fixed" file .json and just added my line, didn't think about double checking the syntax. My bad, editing post.
shardoom Posted September 17, 2017 Posted September 17, 2017 Wow yeah that sorted it. All that headache just for a little fucking comma ¬_¬ lmao Thanks again for helping though, and for the headache I guess.
Reesewow Posted September 17, 2017 Posted September 17, 2017 Heh, yea that's the big frustration of doing these things manually, one tiny screwup and you're hosed. That validator site has saved my ass more than a few times. Enjoy your non-glitchy potion bottle loving.
shadow866 Posted September 26, 2017 Posted September 26, 2017 Dont know if this is a common problem or not. But everytime a PC or NPC equip one of the toys in a animation they sink below the ground. And it happens every single time on every toy animation from this pack. Only way to fix it was to press the realign actors key in sexlab. But you have to do that every single time one of the animations start. Does it have anything to do with Nio High heels Fixes by any chance? http://www.loverslab.com/topic/53799-nioverride-high-heels-niovhh-fixes/ Just figure i would mention that. If anyone else happen to have the same issues its caused by NiOverride High Heels - NIOVHH Fixes. If you have Nioheels equipped during a scene and one of the toys gets equipped. You will sink below the ground. It happens if anything gets equipped during a scene, not just the toys from this mod. I dont think there currently is a fix since its seems to be a limitation of NIOVHH fixes. Maybe in the future someone will add a button to turn off Niohighheels check during sexlab scenes. Can always hope The temp fix is to unequip an item then equip it again. Or simply just not use NioHighheels during any sexlab scenes.
bernt92 Posted October 19, 2017 Posted October 19, 2017 Hi! I also have the t-pose problem. Whenever i start some of nazonootokos animations my character just stands in the t-pose and nothing happens. I have all the requirements and the all-in one hdt animated pussy and I've reapplied the json data in sl animation loader but my character just freezes. Anyone have an idea why this is happening? Ps. Sorry for my bad english
Hardcorelauch Posted November 11, 2017 Posted November 11, 2017 On 20.10.2017 at 12:19 AM, bernt92 said: Hi! I also have the t-pose problem. Whenever i start some of nazonootokos animations my character just stands in the t-pose and nothing happens. I have all the requirements and the all-in one hdt animated pussy and I've reapplied the json data in sl animation loader but my character just freezes. Anyone have an idea why this is happening? Ps. Sorry for my bad english I have in some way the same Problem, the Nazonootoko-Anims are working Fine, but the T-Pose happens when I try the Leito-Toy animations.
Reesewow Posted November 20, 2017 Posted November 20, 2017 Just a note re: animation sets that would fit as additions to this mod, I think Anub's pack has three at this point that could work well. Magick - includes a stage where a mage-staff is used as a dildo Fuck Machine - looks similar to the ZAP vertical stocks, machine-dildo included Magic Dildo - masturbation animation involving floating glowing dildos (!) 1
Spyro84 Posted November 20, 2017 Posted November 20, 2017 To add to Reesewow's post K4 Animations pack has a Deep Dildo animation that could be added to this mod for a future update. 1
Bazinga Posted November 20, 2017 Author Posted November 20, 2017 (edited) 7 minutes ago, Zerospyro said: To add to Reesewow's post K4 Animations pack has a Deep Dildo animation that could be added to this mod for a future update. I just checked that out, that animation is tagged as anal. So no can do, sorry. Unless that tag is wrong of course but I think most animations from that package are anal, right? Edited November 20, 2017 by Bazinga
Reesewow Posted November 20, 2017 Posted November 20, 2017 6 minutes ago, Bazinga said: I just checked that out, that animation is tagged as anal. So no can do, sorry. Unless that tag is wrong of course but I think most animations from that package are anal, right? Correct, all of the K4 animations are anal and wouldn't really work with HDT.
Spyro84 Posted November 21, 2017 Posted November 21, 2017 On 11/19/2017 at 11:36 PM, Bazinga said: I just checked that out, that animation is tagged as anal. So no can do, sorry. Unless that tag is wrong of course but I think most animations from that package are anal, right? On 11/19/2017 at 11:44 PM, Reesewow said: Correct, all of the K4 animations are anal and wouldn't really work with HDT. I'd forgotten about that before posting, my bad. Both of you are correct in any case.
gtcard Posted December 24, 2017 Posted December 24, 2017 hi bazinga just want to point out anub's recent anim pack has a new solo animation with 2 magic dildos. think you can add hdt to the vaginal one?
btasqan Posted January 11, 2018 Posted January 11, 2018 On 23.8.2017 at 12:11 PM, shadow866 said: Dont know if this is a common problem or not. But everytime a PC or NPC equip one of the toys in a animation they sink below the ground. And it happens every single time on every toy animation from this pack. Only way to fix it was to press the realign actors key in sexlab. But you have to do that every single time one of the animations start. Does it have anything to do with Nio High heels Fixes by any chance? http://www.loverslab.com/topic/53799-nioverride-high-heels-niovhh-fixes/ This usually happens when having High heels on. Yes it is related to nioverride. It is a pitty no one has tried to get a fix yet till now. I went back to HDT High Heels because of this bug.
Iolya Posted January 16, 2018 Posted January 16, 2018 Could you make HDT Physics for a new Anubs animation 'Magic Dildos'?
Reesewow Posted January 17, 2018 Posted January 17, 2018 1 hour ago, gulciane said: crash when we load save files ... Lots of reasons this can happen if you are playing Skyrim - suggest googling skyrim save game ctd for learning how to avoid it. TLDR suggestions: Install Crash Fixes Load a safety save before your real save
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