Increases movement speed on placed paths, including while on your horse (configurable). By default, also provides this path speed boost when not on the farm.
Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou are not allowed to upload this file to other sites under any circumstances
Modification permissionYou are allowed to modify my files and release bug fixes or improve on the features so long as you credit me as the original creator
Conversion permissionYou are not allowed to convert this file to work on other games under any circumstances
Asset use permissionYou must get permission from me before you are allowed to use any of the assets in this file
Asset use permission in mods/files that are being soldYou are not allowed to use assets from this file in any mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are not allowed to earn Donation Points for your mods if they use my assets
Author notes
This author has not provided any additional notes regarding file permissions
File credits
This author has not credited anyone else in this file
Donation Points system
This mod is opted-in to receive Donation Points
Changelogs
Version 1.2.2
Fixed IsPathAffectHorseSpeed config option incorrectly affecting movement speed when disabled.
Version 1.2.1
Added new Path Replace feature.
Version 1.2.0
Added support for Generic Mod Config Menu. Fixed IsPathAffectHorseSpeed not being used in movement speed formula.
Version 1.1.0
Fixed clipping issue. Potentially fixed FileNotFoundException some uesrs were having, but cannot replicate so not sure.
Version 1.0.1
Added NexusMods update key.
Version 1.0.0
Initial mod created
In Stardew Valley, paths have a feature that most players don't know about because it's almost unnoticeable—they provide a very slight boost to your movement speed when walking on them, only while on your farm. This mod amplifies that speed boost and, by default, provides the boost on paths outside of your farm as well. This promotes the creation of paths between commonly travelled areas, now not only serving as a nice floor decoration, but as efficient, uniquely designed roadways as well.
Preview
Features
Increases the speed boost obtained from running on a path (by default, from 0.1 (2% boost) → 1.0 (20% boost))
Provides path speed boost off of the farm
Provides path speed boost when on your horse (with configurable multiplier)
(NEW in v1.2.1) When placing a path on top of an existing one, replaces the old path with the new one, and returns the replaced one into your backpack (or drops it on the ground if you don't have space)
Config
DefaultPathSpeedBuff: How much of a speed boost moving on a path gives you.
IsPathSpeedBuffOnlyOnTheFarm: Whether or not paths only boost your movement speed while on the farm.
IsPathAffectHorseSpeed: Whether or not paths also boost movement speed while riding a horse.
HorsePathSpeedBuffModifier: Constant multiplier for horse path speed boost (intended to be < 1.0, so horses aren't overwhelmingly fast).
IsEnablePathReplace: Whether or not to enable path replace functionality.
IsUseCustomPathSpeedBuffValues: Whether or not path speed boost amounts are different for each type of path.
CustomPathSpeedBuffValues: If IsUseCustomPathSpeedBuffValues=true, use the following values instead of DefaultPathSpeedBuff.
- {"PATH_TYPE"}: For each individual PATH_TYPE, sets the path speed boost amount.
Supports single player, split-screen local multiplayer, and online multiplayer.