This somehow disables my jump keybind when sneaking (lateral mouse button) and forces it to be bound to "3" instead. When rebinding the jump action to spacebar, however, it works as intended.
Fantastic mod. Got one small request if this is possible to do. Running uses stamina, right? Walking does not. Same goes for vanilla sneaking. With this mod active it's possible to run while sneaking and regenerate fatigue at the same time. Seems a bit OP to me, as there is no reason to potentially just run, while you can sneak and have all advantages of running.
Please make an option for sneak to use fatigue the same way as running does.
16 comments
Please make an option for sneak to use fatigue the same way as running does.
Cheers!
One minor bug that I found: acrobatic skill isn't currently trained while you are sneak jumping
Change
tes3.mobilePlayer:exerciseSkill(1, acrobatics)
to
tes3.mobilePlayer:exerciseSkill(tes3.skill.acrobatics, 0.1)
to fix it.