txzeenath Posted December 29, 2015 Posted December 29, 2015 You didn't read the code correctly, it's gonna damage the actor with a buffer of 10 HP left. since it's Damage = (Current Health - 10). Meaning if HP is 5 it would damage a value of -5 which should be no damage at all (or healing). Unless damage is a variable that overflows which it probably isn't but could be. DD hooks the sexlab ResetEvent for the death of the actor tho. So it's weird that it would die right after orgasm. I can break the variable out and check then give it a test when I'm back home after new years. I think its because PSQ buffers the damage value, and then DD does it's calculations takes down the HP (in one line) and then PSQ goes and damages with it's cached damage value which is incorrect now because DD updated the health value. But we will see Thanks for looking at it. DamageAV treats all numbers as absolutes. http://www.creationkit.com/DamageActorValue_-_Actor Regardless of PSQ, Current Health - 10 will kill anything with 5 or less health. Fun times... absolutes... but why!? xD Fucking hell I hate papyrus. Gonna fix it then. Edit: Sorry i misread, saw you noted it took values as absolutes. No problem. Appreciate the replies
Dizzeldy Posted December 30, 2015 Posted December 30, 2015 Do the breasts go back to normal size after some time when physical drain is disabled ? Oh and btw great job one of the best mods here on Loverslab
Etheri Posted December 30, 2015 Author Posted December 30, 2015 Do the breasts go back to normal size after some time when physical drain is disabled ? Oh and btw great job one of the best mods here on Loverslab Oops a bit of an oversight in this new version (and previous I guess too) is just that part. However there will be "a natural" way of loosing size when I get to the RPG parts of the mod. Currently there is nothing that makes them shrink to minimum size again. The only way to loose size is from is the "Reset Body Sizes" button in the Mod menu. Hah thanks, I'm flattered! Yeah it's hard work lots of stuff to test and fix, especially with a mod messing with fast body morphing. It's a nightmare of haxxing and testing.
Guest Posted December 31, 2015 Posted December 31, 2015 Do the breasts go back to normal size after some time when physical drain is disabled ? Oh and btw great job one of the best mods here on Loverslab Oops a bit of an oversight in this new version (and previous I guess too) is just that part. However there will be "a natural" way of loosing size when I get to the RPG parts of the mod. Currently there is nothing that makes them shrink to minimum size again. The only way to loose size is from is the "Reset Body Sizes" button in the Mod menu. Hah thanks, I'm flattered! Yeah it's hard work lots of stuff to test and fix, especially with a mod messing with fast body morphing. It's a nightmare of haxxing and testing. Aww I was just going to ask if there was a way to make them shrink to normal xD Also is there a minimum I can shrink his penis because it become damn near microscopic ^^ lol Also if i set auto drain on orgasm does that only work if I hit the drain to death hotkey first? If so Iit would be a cool idea to have a hotkey for that option.
Standman Posted December 31, 2015 Posted December 31, 2015 Hey, just a curious question here. For hybrid PSQ/DD users, what are some recommended settings, if there are any, to ensure getting the best of both mods, draining-wise?
-alpha- Posted December 31, 2015 Posted December 31, 2015 Currently there is nothing that makes them shrink to minimum size again. The only way to loose size is from is the "Reset Body Sizes" button in the Mod menu. This reset does not seem to work for NPC's. I accidently physically drained a follower... yeah... oops. I cant seem to get her back to normal without loading a muuuuuch earlier save.
-alpha- Posted December 31, 2015 Posted December 31, 2015 Hey, just a curious question here. For hybrid PSQ/DD users, what are some recommended settings, if there are any, to ensure getting the best of both mods, draining-wise? The physical drain can be really powerful so I tend to have it set to 10-20% of target. This will allow me to drain more people without making a whole village of stickmen. I then used DDEdit to set the max sized of bewbs, butt and a few others so my PC doesnt end up looking like a balloon animal. The best is trial and error. Make a hard save before you start messing around. Then go ahead and setup a few settings bigger than what you think you want and work your way down from there.
Etheri Posted December 31, 2015 Author Posted December 31, 2015 Do the breasts go back to normal size after some time when physical drain is disabled ? Oh and btw great job one of the best mods here on Loverslab Oops a bit of an oversight in this new version (and previous I guess too) is just that part. However there will be "a natural" way of loosing size when I get to the RPG parts of the mod. Currently there is nothing that makes them shrink to minimum size again. The only way to loose size is from is the "Reset Body Sizes" button in the Mod menu. Hah thanks, I'm flattered! Yeah it's hard work lots of stuff to test and fix, especially with a mod messing with fast body morphing. It's a nightmare of haxxing and testing. Aww I was just going to ask if there was a way to make them shrink to normal xD Also is there a minimum I can shrink his penis because it become damn near microscopic ^^ lol Also if i set auto drain on orgasm does that only work if I hit the drain to death hotkey first? If so Iit would be a cool idea to have a hotkey for that option. Yes if you go to the Tools folder of DD and run DDEdit and then go to the DD/SKSE/Plugins/SLDD folder and open "PhysicalDrain.json" Then you can edit the minimum/maximum size and drain speed ^^ The auto drain on orgasm will physical drain if Physical Draining is enabled in the MCM however, there is a Physical drain hotkey you can use. So if you set Disable physical draining and then use the hotkey for selecting if you want to use physical drain. Hey, just a curious question here. For hybrid PSQ/DD users, what are some recommended settings, if there are any, to ensure getting the best of both mods, draining-wise? The physical drain can be really powerful so I tend to have it set to 10-20% of target. This will allow me to drain more people without making a whole village of stickmen. I then used DDEdit to set the max sized of bewbs, butt and a few others so my PC doesnt end up looking like a balloon animal. The best is trial and error. Make a hard save before you start messing around. Then go ahead and setup a few settings bigger than what you think you want and work your way down from there. I agree good thinking, there is a bug however that will cause the victim to get killed if you run the mod with PSQ. I'm gonna fix that ASAP together with some other small fixes.
foreveraloneguy Posted December 31, 2015 Posted December 31, 2015 Found another small bug. If you use the give beauty spell on an NPC, then there's a neck gap. There's another mod, either macromancy or hormones, that has some code that updates the head when changing weight. That might give you some ideas on how to correct this.
Makumba666 Posted January 1, 2016 Posted January 1, 2016 I've installed latest version (1.6.5) and it works as intended! All problems I had before are gone. Thanks.
Etheri Posted January 1, 2016 Author Posted January 1, 2016 Found another small bug. If you use the give beauty spell on an NPC, then there's a neck gap. There's another mod, either macromancy or hormones, that has some code that updates the head when changing weight. That might give you some ideas on how to correct this. Must be me calculating the neck delta wrong, I probably forgot to multiply it by 100. Should be an easy fix ^ I've installed latest version (1.6.5) and it works as intended! All problems I had before are gone. Thanks. Glad to hear ^^
Etheri Posted January 1, 2016 Author Posted January 1, 2016 Bug list so far: (Missing something?) Neck Delta needs fixing. Damage is absolute and will kill by accident. Add an override clear in the clean function (Add clear ALL mod overrides on all actors?) Force reload on DD config reset Look at optimizing weight updating (Why do weight updates have to suck so much? >.<)
-alpha- Posted January 1, 2016 Posted January 1, 2016 Bug list so far: (Missing something?) Neck Delta needs fixing. Damage is absolute and will kill by accident. Add an override clear in the clean function (Add clear ALL mod overrides on all actors?) Force reload on DD config reset Look at optimizing weight updating (Why do weight updates have to suck so much? >.<) Could you double check the extended drain timer. Setting it to 0 doesn't disable it completely. I tend to have some scenes that end as soon as the last stage plays.
Etheri Posted January 1, 2016 Author Posted January 1, 2016 Could you double check the extended drain timer. Setting it to 0 doesn't disable it completely. I tend to have some scenes that end as soon as the last stage plays. Ah yes! Thanks, gonna look in to it
Someone92 Posted January 4, 2016 Posted January 4, 2016 Gain from physical drain cannot be reduced below 0.1, meaning it cannot be fully deactivated.
Etheri Posted January 4, 2016 Author Posted January 4, 2016 Gain from physical drain cannot be reduced below 0.1, meaning it cannot be fully deactivated. Eh, I guess I can add an option to turn of gain? If that's what you want to do?
txzeenath Posted January 4, 2016 Posted January 4, 2016 Gain from physical drain cannot be reduced below 0.1, meaning it cannot be fully deactivated. There's a toggle to turn off draining physical features.
Etheri Posted January 4, 2016 Author Posted January 4, 2016 Gain from physical drain cannot be reduced below 0.1, meaning it cannot be fully deactivated. There's a toggle to turn off draining physical features. I suspect what he wants is to be able to drain people but with no impact to the PC
txzeenath Posted January 4, 2016 Posted January 4, 2016 Gain from physical drain cannot be reduced below 0.1, meaning it cannot be fully deactivated. There's a toggle to turn off draining physical features. I suspect what he wants is to be able to drain people but with no impact to the PC Ahh. I haven't really messed with it to see (don't use physical drain), but couldn't DDedit be used to make the drain change no nodes?
Etheri Posted January 4, 2016 Author Posted January 4, 2016 Ahh. I haven't really messed with it to see (don't use physical drain), but couldn't DDedit be used to make the drain change no nodes? It could but it would make it so that the one being drained wont change since they use the same config.
InterruptingOctopus Posted January 4, 2016 Posted January 4, 2016 The give beauty spell is really helpful for adjusting my follower's boob size, but it also draws out my dong size too, and i want to keep my dong! is there some way to exclude certain nodes belonging to the pc from getting drained when giving breast size? and would the possibility of several spells dedicated to the most popular nodes be high?
Kestrel1740 Posted January 5, 2016 Posted January 5, 2016 Dear Mr. Hoenheim, Would you make a preset of Skyrim with the Deadly Drain mod + requirements? I watched some Tutorials to make it work... but im kinda too stupid for this.
Etheri Posted January 5, 2016 Author Posted January 5, 2016 The give beauty spell is really helpful for adjusting my follower's boob size, but it also draws out my dong size too, and i want to keep my dong! is there some way to exclude certain nodes belonging to the pc from getting drained when giving breast size? and would the possibility of several spells dedicated to the most popular nodes be high? emmm, an option could be a thing, but making more spells for specific nodes is outside of the scope for this mod for now. Dear Mr. Hoenheim, Would you make a preset of Skyrim with the Deadly Drain mod + requirements? I watched some Tutorials to make it work... but im kinda too stupid for this. No, I will not make a preset. However if you have installed "Sexlab" you have all the requirements for this mod except for "Racemenu". This random dude with a funny voice made a "noob" tutorial: (And get Sexlab 1.6+) when you download sexlab not 1.59. this will probably help you a whole lot.
Kestrel1740 Posted January 5, 2016 Posted January 5, 2016 The give beauty spell is really helpful for adjusting my follower's boob size, but it also draws out my dong size too, and i want to keep my dong! is there some way to exclude certain nodes belonging to the pc from getting drained when giving breast size? and would the possibility of several spells dedicated to the most popular nodes be high? emmm, an option could be a thing, but making more spells for specific nodes is outside of the scope for this mod for now. Dear Mr. Hoenheim, Would you make a preset of Skyrim with the Deadly Drain mod + requirements? I watched some Tutorials to make it work... but im kinda too stupid for this. No, I will not make a preset. However if you have installed "Sexlab" you have all the requirements for this mod except for "Racemenu". This random dude with a funny voice made a "noob" tutorial: (And get Sexlab 1.6+) when you download sexlab not 1.59. this will probably help you a whole lot. That is the Tutorial i watched. I tried to make it like him multiple times .. the result is still meh...
grandslasher Posted January 5, 2016 Posted January 5, 2016 where do i put the txt file made by dde.exe
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