0 of 0

File information

Last updated

Original upload

Created by

strato35

Uploaded by

strato35

Virus scan

Safe to use

About this mod

Add a true running key (or sprinting key) to the game.

Requirements
Permissions and credits
Changelogs
Running key for Stardew Valley


This mod add a configurable key enable running (or sprint, technically the base game is running but it still a bit slow...)
The default key is left shift, but the game use it to walk. You can change it in config.json, or like I do change the walk key in game option (walk key is called "Run" because of base running option)

Now compatible with mod config menu.

Gamepad support : Press left joystick to run (tested on xbox controller).
Multiplayer : Every players who want to run have to install the mod.

Running consume stamina over time, but you can configure the amount of stamina loses while running.

Configuration options :

{
"RunningSpeedGain": 50,       <- Base percent of speed added while running
"Key": "LeftShift",           <- Key used for run
"StaminaLose": 1,             <- How many stamina did you lose while running
"StaminaTick": 30,            <- Update stamina per tiks (it's like a frame rate), you will lose StaminaLose amount every StaminaTick of running
"StaminaLimit": 20,           <- Minimum percent of stamina you need to run, if current stamina is under this amount, you can't run.
"EnableGamePad": true         <- Enable left stick running with controller
}


New 2025 :
version 2.0.0 : Maybe fix staminaLose less than 0 + I hope fixed the override of food effect speed

Code on github : https://github.com/Strrato/StardewValleyRunningKey