About This File
These scripts use SLIF to inflate and deflate your character on whatever trigger you want. If you want to edit the maximum inflate size or the rate, you can edit the $xyzmax and $inflaterate on the scripts themselves. You can also just edit the probability of triggering within SL triggers as well.
There are two real variants, the nonexponential variant is ironically exponential. Effectively just taking the latest SLIF value, multiplying by 1.2, adding 0.3, and updating SLIF. The Square root versions are emulating a squareroot-like function using n*x/1+n*x. But is handled by doing anew = anow +/- d/dx(function(anow)). Where d/dx(function) is n / (1 + nx)^2.
The original two have a bug where if the deflate is below inflate rate, it will just go to partmin. I should fix it, but I'm lazy. Plus the sqrt variant is untested. So... Have fun!!
Install By
>>Reqs
> SL Triggers Redux
> SLIF
>>Unzip Here
> ...\ModOrganizer\Skyrim Special Edition\mods\SLTriggers Redux\SKSE\Plugins\sl_triggers\commands
> *If your using some other mod installer, the main thing is unzipping in the sl triggers commands file
>>Put it together
> In SL Triggers MCM, add a trigger to run the script
*Ex Inflate script on orgasm, deflate/shrink script on top of the hour/timer
I mostly wrote these because I was peeved by how SL Hormones worked, and there are some other mods that exist, but they have features I don't need and don't want to have to deal with. These scripts also work really well with sl disparity since it can take slif values and apply buffs/debuffs.
Edited by Gooberissimo
What's New in Version 1.0.3 See changelog
Released
Implements a sigmoid script and updates the max & speed values based on personal preference
Recommended Comments