Releases: afilbert/valheim-toggle-movement-mod
Releases · afilbert/valheim-toggle-movement-mod
1.4.1 Fix auto-sneak bug that got stuck at the stam regen threshold
1.4.0 Support The Bog Witch update. Add auto-attack toggle
- Also optimize the main loop to prevent toggle lock in certain scenarios
1.3.0 Introduce Auto-jump toggle
Lots of goodies, fixes, optimizations, and improvements. Shout-out to @nbusseneau for helping make this happen.
- Add label to vanilla Auto-run setting in both Gameplay and Accessibility menus that concisely describes the hover text
- Add config that allows character movement to continue even after Esc key is pressed
- Add config that allows the mod sprint behavior to function like the vanilla auto-run, which detoggles when character comes to a halt or runs out of stamina
- Add logic that allows the mod play nicely with the vanilla Auto-run setting (and vice versa)
- Refactor config to reduce redundant/overlapping config setting. Removes OverrideGameAutorun, which can be achieved through combo of other config
- Fix bug that prevented mod config keymappings changes (changing from defaults of T or CapsLock) from taking effect until the Reset Controls button was pressed in game settings
- Fix bugs that triggered character movement or behavior while in chat, inventory, and/or build/repair menus
1.2.0 Ashlands update. Disable auto-run if attacking with low stam
- 1.2.0 Detoggle auto-run by default if at low stam when attacking, with configurable stam threshold
- Ashlands combat proves challenging with mod enabled without this config option, as stamina gets pinned to zero indefinitely while attacking hordes of mobs
1.1.0 Add config to only toggle sprinting when auto-running, and/or allow auto-running while in inventory
AllowAutorunInInventory and SprintToggleOnAutorun.
1.0.0 Major version release adds color-coded stamina bar
- Stamina bar will be orange when sprint toggled, else it will appear blue when regenerating, else it will be its normal yellow
- Stamina bar will repeatedly flash while empty if sprint toggled and regen is overridden by directional input
- Detoggling sprint while stamina is regenerating will cause stam regen to cancel as well. Stam regen otherwise reenables below the threshold as expected. This comes in handy while fighting without Rested buff, or with debuffs like Cold and Wet
- Fixes bug that caused stam regen loop when holding directional keys while regenerating at stam regen threshold. The bug caused the character to stutter step
- Add config to override in-game auto-run toggle setting. This allows mod settings and behavior (like sneak to run) to work again
- Adds new config that allows character to keep auto-running while in map
0.1.3 Fix nil bomb caused by patch 0.217.38 refactor
- 0.1.3 Fixes broken menu translations when loading the game
- Drop requirement for Official BepInEx ConfigurationManager from Thunderstore manifest.json to allow flexibility
0.1.2 Fix bug that disabled vanilla autorun
- This happened when AutorunToggle was disabled in config
0.1.1 Fixes bug caused by upgrading to game patch 0.216.9
- Fix bug that locked character movement after game patch 0.216.9
0.1.0 Bug fixes
- Fix bug that prevented alternative Run toggle key from instantiating correctly
- Fix regression bug caused by removing Esc key binding