
ZenPath
Run on paths using less stamina. Half on dirt paths. None on paved roads.
Date uploaded | 3 days ago |
Version | 0.1.8 |
Download link | ZenDragon-ZenPath-0.1.8.zip |
Downloads | 405 |
Dependency string | ZenDragon-ZenPath-0.1.8 |
This mod requires the following mods to function

denikson-BepInExPack_Valheim
BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.
Preferred version: 5.4.2202
ValheimModding-Jotunn
Jötunn (/ˈjɔːtʊn/, 'giant'), the Valheim Library was created with the goal of making the lives of mod developers easier. It enables you to create mods for Valheim using an abstracted API so you can focus on the actual content creation.
Preferred version: 2.23.2README
ZenPath
Run on paths using less stamina.
- Dirt paths drain half stamina
- Paved paths drain no stamina.
- Does not make any changes to player speed.
- 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.1.5
## Plugin GUID: ZenDragon.ZenPath
[General]
## [Admin] The percent stamina drain when running on dirt, wood, or metal
# Setting type: Single
# Default value: 0.5
# Acceptable value range: From 0 to 1
Stamina Usage Path = 0.5
## [Admin] The percent stamina drain when running on a paved surface or stone.
# Setting type: Single
# Default value: 0
# Acceptable value range: From 0 to 1
Stamina Usage Paved = 0
## [Admin] Display the status effect icon when in buff is active
# Setting type: Boolean
# Default value: true
Show Status Icon = true
[Translation]
## Text to display when runninng on a dirt, wooden, or metal surface
# Setting type: String
# Default value: Path
Label Path = Path
## Text to display when runninng on a paved road or stone surface
# Setting type: String
# Default value: $piece_pavedroad
Label Paved = $piece_pavedroad
Like My Mods? Donations Welcome
Bitcoin

CHANGELOG
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