Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
ZenPath
Run on paths using less stamina. Half on dirt paths. None on paved roads. Snow reduces movement speed
| Date uploaded | a week ago |
| Version | 1.0.0 |
| Download link | ZenDragon-ZenPath-1.0.0.zip |
| Downloads | 629 |
| Dependency string | ZenDragon-ZenPath-1.0.0 |
This mod requires the following mods to function
README
ZenPath
Run on paths using less stamina.
- Dirt paths drain half stamina
- Paved paths drain no stamina.
- Does not change run speed on paths.
- Reduce movement speed on snow.
- Very optimized.
Client / Server Requirements
NOTE: Technically it is not required on the server. However, if it is installed on the server then it will force all clients to have it installed as well. This is to enable two modes of usage:
- Dedicated server admins can put the mod on the server to enforce all clients to have the mod installed and sync admin configs.
- Trusted friends can agree to run the same mods and connect through a vanilla dedicated server with no enforcement but with locked admin configs.
Client Only
This mod operates entirely client side. That means you can connect to any vanilla server with this mod installed. Other players do not need to have the mod installed.
NOTE: If you host a game session with this mod installed then it will be considered to be installed on the server since your session is the server. Therefor, all clients will be required to have it. If you don't want to require all players to have this mod then you will need to host your game in a dedicated server. You can easily download and run the Valheim Dedicated Server from Steam or host one in the cloud.
Improve Your Experience
CORE MODS
The full collection of all Zen MODS:
- Radically improved QoL
- Incredible performance
- Pre-configured
- 100% Gamepad support
- Spectacularly immersive
Enjoy!
Sample Config File
## Settings file was created by plugin ZenPath v0.4.1
## Plugin GUID: ZenDragon.ZenPath
[General]
## [Admin] Stamina drain percent when running on dirt, wood, or metal (Vanilla: 1)
# Setting type: Single
# Default value: 0.5
# Acceptable value range: From 0 to 1
Stamina Usage Path = 0.5
## [Admin] Stamina drain percent when running on a paved surface or stone. (Vanilla: 1)
# Setting type: Single
# Default value: 0
# Acceptable value range: From 0 to 1
Stamina Usage Paved = 0
## [Admin] Movement speed when on snow as a percentage. (Vanilla: 1)
# Setting type: Single
# Default value: 0.75
# Acceptable value range: From 0.1 to 1
Move Speed Snow = 0.75
## [Admin] The ground is treated as snow if any of these keys are present.
## Comma separated list of global keys or per-player keys.
## NOTE: Seasons does not enable the global keys by default. Turn them on in the Seasons configs.
# Setting type: StringList
# Default value: season_winter
Ground Is Snow = season_winter
## [Admin] Display the status effect icon when running on paths
# Setting type: Boolean
# Default value: true
Show Status Icon = true
Like My Mods? Donations Welcome
Bitcoin
CHANGELOG
v1.0.0
- add help info to Compendium
- recompile for Zen.ModLib v1.10.0
v0.4.1
- Improve flexibility and future compatibility:
- rename the config "Winter Ground Is Snow" to just "Ground Is Snow"
- change the type to StringList: it's now a list of keys instead of a single checkbox.
v0.4.0
- add feature: Winter Ground Is Snow, if Seasons is installed it treats the frozen ground as snow. Instructions in the configs.
- recompile for Zen.ModLib v1.9.1
v0.3.3
- add Portuguese (Brazilian) translations
v0.3.2
- add German translations
- add Russian translations
v0.3.1
- compiled for Valheim v0.221.4, Call to Arms
v0.3.0
- updated for Zen.ModLib v1.2.0
- recompile for BepInEx v5.4.2332
- recompile for JVL v2.26.0
v0.2.9
- update readme, no code changes.
v0.2.8
- snow speed default tweak: 75% to accommodate for armor weight.
v0.2.7
- config default tweak: snow move speed set to 70% in configs instead of 60%
v0.2.6
- new feature: movement speed reduced on snow (configurable)
- translation files added
v0.2.5
- minor code cleanup. No functional changes.
v0.2.4
- fix so that multiple SE cooperate. you can now run on a path and have Eikthyr's power both activated at once, and they compound their buffs.
- bump Zen.ModLib version req to v1.1.3 (not needed, but easier to keep everything in sync)
v0.2.3
- update for Zen.ModLib v1.1.0
v0.2.2
- fixed config sync
v0.2.1
- removed BepInEx from dependency, Zen.ModLib handles it.
v0.2.0
- use Zen.ModLib
v0.1.9
- add extra error checking for when on unknown surfaces..
v0.1.8
- update logging and configs subsystem
v0.1.7
- cleanup log info
v0.1.6
- UPDATE FOR VALHEIM v0.220.3
v0.1.5
- initial release