How about configurable or adjustability? If something like that is added please make it so we can even configure or adjust it to have any %? Even high stamina regen selection maybe?
Sorry, but that's beyond the scope of this mod. It's just a very basic TweakDB change, so it'd be far simpler to just add multiple versions for people to choose than to learn how to make custom menus and such.
If you really want a custom speed, locate the file "...Cyberpunk 2077\bin\x64\plugins\cyber_engine_tweaks\mods\SlowStaminaRegen\init.lua" and open it with Notepad, the 0.25 at the end of the middle line is what you want to change (default value is 1.0)TweakDB:SetFlat("BaseStatPools.PlayerBaseStaminaRegen_inline5.value", 0.25)
I might take a look at some of the mod_settings or Native Settings UI mods and see if I can come up with something. I'll get back to you here if I can figure it out.
Not just that it regens to quickly, it also drains to quickly too. After running all the time, one might think that V should have the satimina to at least run for 5 minutes or so.
I'm using this mod alongside Damage Scaling and Balance, which has an option at the very bottom of its settings menu that lets you lower or raise stamina usage. I personally set stamina to drain 50% slower, which feels perfect with this mod.
11 comments
If something like that is added please make it so we can even configure or adjust it to have any %? Even high stamina regen selection maybe?
If you really want a custom speed, locate the file "...Cyberpunk 2077\bin\x64\plugins\cyber_engine_tweaks\mods\SlowStaminaRegen\init.lua" and open it with Notepad, the 0.25 at the end of the middle line is what you want to change (default value is 1.0)
TweakDB:SetFlat("BaseStatPools.PlayerBaseStaminaRegen_inline5.value", 0.25)