Category: Uncategorized
-
Last time AdFly: We prepared the OnLevelUp functionality and began the feature script and quest object. This time we will be writing functions that grab the values from our mcm sliders and buttons to set actorvalues to a specific value upon leveling up. We will go through modify actor values, writing functions and using functions […]
-
Last Time AdFly: we made a basic MCM menu, in this tutorial we will laying the foundation for adding some functionality to it. Every time the player levels up a notification will trigger. With this knowledge you can then trigger nearly any function on level up. You can view the official documentation for the event […]
-
With default settings, upon level up all 3 attributes are increased by 1 in addition to regular level up rewards. Specifically changes will be applied after you choose a stat to increase during the normal level up process and then close the menu. This is unavoidable, as it’s the only time a script can tell […]
-
fixed tooltips not having uniform formatting fixed button text not having uniform formatting Added current gold to button text for live updates Added new cost formula: (current skill level + offset) * multiplier Default offset is 3 and default multiplier is 17 Added new page: cost settings Players can now alter the cost formula, even […]
-
Skyrim SE Scripting Tutorial part 2: Scripting the MCM In this video we will script the actual buttons and contents of the menu! You can view the completed code in the written guide here: … via YouTube https://www.youtube.com/watch?v=XW18rg94wvI
-
Lets play modded Enderal Ep 5.1: Mod Settings and audio test I mess around with some mod settings, while testing out the Krisp program. Now you don’t have to listen to my breathing…. as much. This is an optional watch. via YouTube https://www.youtube.com/watch?v=FP_1uACKhDA
-
Finally Version two has fully working basic features. I had a breakthrough learning the applications of functions that streamlined the process significantly and reduced the amount of code to around 30% of what it was. I also swapped out the clunky sliders for snappy buttons and overhauled the features to buy entire skill levels rather […]
-
Fixed all but lockpicking, enchanting and alteration. May have issues if you update the mod and try to play a save that had previous version of the mod. Get the mod here: https://www.nexusmods.com/skyrimspecialedition/mods/49140
-
Grab the sdk from the github of skyui or grab the scripts from the mod and put the .psc files in “Skyrim Special Edition\Data\Source\Scripts” and the pex files in the normal “Data\Scripts” Launch CK and open your mod (you don’t need SkyUi as a master). For this tutorial select the skyrim esm and update esm. […]