Works well out of the box, but I seem to break all function of the mod if I make any edit the settings, such as removing an effect from the list or adding a modifier. Any tips on how to customize properly?
Apologies for the late reply; have you tried putting the config into a JSON validator like https://jsonlint.com/ to make sure it's formatted correctly? If it's still not working, feel free to send me the config and I'll take a look.
Hi! This is a great mod! Just wanted to mention, it might help other players, that if your game is not in English, the names of the magic effects in the potion-hotkeys-sp-settings.txt file should also be in the language that you play, not in English. Happy modding!
An esp was for making player drink the potion. Use SP to make Player drink Potion directly will always cause CTD. So the auther has to make an esp with a quest and quest alias script that can command Player to drink Potion, then make SP to call that quest alias script to make Player drink Potion instead.
I'm try editing it myself but seem like I can't compile the plugin.
EDIT:: Seem like Platform 2.4 using a new way to compile a plugin. So that's explain why. I finished added the function like Optimal one for my personal use.
26 comments
This is what I edited from the text file. CACO user, checked effect names in xEDIT
{
"doublePressThreshold": 0.3,
"longPressThreshold": 1.0,
"hotkeys": [
{
"effectName": "Health",
"precedence": "Max",
"key": 266,
"mode": "Long"
},
{
"effectName": "Stamina",
"precedence": "Max",
"key": 269,
"mode": "Long"
},
{
"effectName": "Magicka",
"precedence": "Max",
"key": 268,
"mode": "Long"
},
EDIT: Keyboark works, gamepad doesn't
Any tips on how to customize properly?
Just wanted to mention, it might help other players, that if your game is not in English, the names of the magic effects in the potion-hotkeys-sp-settings.txt file should also be in the language that you play, not in English.
Happy modding!
Gamepad buttons are listed at the bottom of this page: https://www.creationkit.com/index.php?title=Input_Script
I'm try editing it myself but seem like I can't compile the plugin.
EDIT:: Seem like Platform 2.4 using a new way to compile a plugin. So that's explain why. I finished added the function like Optimal one for my personal use.