
AlwaysSprint
Inverts sprint behavior so you sprint by default and walk when pressing the sprint button. Also fixes broken controller sprint in the base game.AlwaysSprint
Inverts sprint behavior so you sprint by default and walk when pressing the sprint button. Works with keyboard/mouse and controller, and fixes the broken controller sprint in the base game.
Key Features
Fixed Re-Sprint Delay
Semi-automatic weapons no longer cause sprint stutter. When you fire, sprint turns off normally. When you release the fire button, sprint stays off for a configurable delay (default 300ms) before resuming.
Why this fixes semi-autos: Without the delay, the game re-enables sprint between each trigger tap, causing the stop-sprint animation to replay on every shot. With the delay, sprint stays suppressed through rapid taps — the animation only plays once, and consecutive shots fire instantly.
How it works:
| Action | Result |
|---|---|
| Press fire | Sprint OFF (vanilla behavior) |
| Release fire | Timer starts, sprint stays OFF for ReSprintDelayMs |
| Wait for delay | Sprint resumes (or walk toggle state) |
Gun has native canFireWhileSprinting |
Sprint stays ON — mod doesn't interfere |
Works at any fire rate. One config entry. Pure QoL — no cheat behavior.
Config (BepInEx/config/AlwaysSprintMod.Pigeon.Movement.cfg or ModSettingsMenu):
ReSprintDelayMs(0–1000ms, default 300) — delay after fire release before sprint resumes. Set to 0 for instant re-sprint (v1.3 behavior).
Compatibility
This mod is compatible with everything. Key interactions:
- Always Fire While Sprinting by Sparroh — AlwaysSprint reads its flag in real-time; the two mods complement each other perfectly.
- FullAutoMod — the adaptive re-sprint delay handles any fire rate, including full-auto-to-semi conversions. No conflicts.
- ModSettingsMenu — config values are hot-reloadable via ModSettingsMenu's F10 GUI.
Installation
Thunderstore
- Install BepInExPack_Mycopunk v5.4.2403.
- Install this mod through your mod manager.
- Launch the game.
Manual
- Install BepInExPack_Mycopunk as above.
- Extract
AlwaysSprintMod.dllintoBepInEx/plugins/in your Mycopunk directory. - Launch the game.
Usage
| Input | Result |
|---|---|
| Nothing | Sprinting |
| Sprint button | Walking |
Pressing the fire button will still stop sprinting — unless your gun (via an upgrade or another mod like AlwaysFireWhileSprinting) allows firing while sprinting. The mod detects this automatically and won't interrupt your sprint.
Requirements
- Mycopunk, obviously
- BepInExPack_Mycopunk, made for v5.4.2403
Changelog
See CHANGELOG.md.
Credits
Icon: Second Wind upgrade from Mycopunk.