Files
Upload your mini-games, your add-ons, your (presumably zipped) SLTScripts. Share content and feedback with others.
5 files
-
SL Triggers Being a Cow Blended Lactacid Scripts
By thorax339
After playing around with the basic scrips i decided to work on more of a proof of concept feature for bac (Being a Cow.) so the scripts can be a bit slow and may also not work if spam opening many containers
This feature is meant to tie into the start of bac where the player slowly becomes curious about Lactacid and Blended Lactaction which drives them to eventually try it themselves.
Scripts are auto setup into triggers with recommended events and chances.
Scripts:
bac_curious:
This script runs on the "Top of the Hour" trigger and will increase or decrease curiosity depending on if the player had Blended or regular Lactacid in their inventory
bac_curiousDrinkLactacid:
This script runs on the "Top of the Hour" trigger after bac_curious and depending on curiosity levels have a chance to drink Blended or regular Lactacid
bac_curiousSeeLactacid:
This script runs on the "Player Opened Inventory" trigger and will increase curiosity if the container contains Blended or regular Lactacid. At higher curiosity levels will also automatically loot them.
bac_curiousdebug
This script will display the values of the 3 global variables. Run via console command: slt run "bac_curiousdebug"
Requirements: Being a Cow and all its requirements
Recommended: Any mod that will add Blended and regular Lactacid to more npcs and containers.
I am so bad at updating these files correctly.
41 downloads
-
Cum Alchemy Remastered - Give Vial.sltscript
By hextun
Scripts converted for use with SLTriggers Redux
80 downloads
(0 reviews)0 comments
Updated
-
Cum Alchemy Remastered - SLTR Script Conversion
By hextun
CreatureVials and HumanVials scripts converted for use with SLTriggers Redux
72 downloads
(0 reviews)0 comments
Submitted
-
SkyrimNet Integration
By Mushano
Exposes a couple of SkyrimNet commands to use within SL_Triggers Redux.
SkyrimNetDirectNarration $string $actor source $actor target (optional)
SkyrimNetRegisterPersistentEvent $string $actor source $actor target (optional)
SkyrimNetGenerateDiaryEntry $actor source
SkyrimNetUpdateActorDynamicBio $actor source
SkyrimNetGenerateNPCThought "String of Thought" $Actor
Also 2 functions that works, but doesn't work in the way you would want it to. It registers the dialogue event, but you won't see it in-game.
SkyrimNetRegisterDialogue $actor source $string
SkyrimNetRegisterDialogueToListener $actor source $actor target $string
27 downloads
(0 reviews)0 comments
Updated
-
SL Triggers Body Inflation Scripts
By Gooberissimo
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.
40 downloads