SmoothDash
Smooth momentum deceleration for Romestead dashes - no more abrupt dead stops. Fully configurable with hotkey toggle and terminal commands.
| Last updated | a week ago |
| Total downloads | 51 |
| Total rating | 0 |
| Categories | Mods Misc AI Generated |
| Dependency string | atomiz-SmoothDash-1.1.1 |
| Dependants | 0 other packages depend on this package |
README
Smooth Dash for Romestead
A quality-of-life mobility mod for Romestead built with BepInEx 6 (.NET CoreCLR).
What Does This Mod Do?
In vanilla Romestead, dashing decelerates you to 0 and forcibly cancels your velocity upon exit, causing your character to come to an abrupt dead stop at the end of every dash.
Smooth Dash seamlessly fixes this:
- Smooth Deceleration: Gradually reduces your velocity from dash speed (~400) directly into your character's natural running (~80) or walking (~40) speed.
- Continuous Momentum: Your character glides smoothly back into standard player control without freezing or halting movement.
- Toggle On/Off: Easily toggle the mod in-game at any time using a hotkey (default
F6) or terminal command. - Configurable: Fine-tune the deceleration duration or set custom exit speeds to your preference.
Controls & Commands
In-Game Hotkey
F6(Default): Toggles Smooth Dash on or off on the fly. (Rebindable in configuration).
In-Game Developer Terminal Commands
Open the console (~ or \ key):
smoothdash— Toggles the mod on/off.smoothdash on/smoothdash off— Explicitly enable or disable.smoothdash status— Prints current status and settings.smoothdash speed <number>— Sets a custom exit speed (0for automatic player walk/run speed).smoothdash duration <number>— Sets wind-down duration multiplier (e.g.1.0vanilla time,1.5longer glide).
Installation
Manual Installation
- Ensure BepInEx 6 (CoreCLR / .NET 8) is installed in your Romestead directory.
- Extract
SmoothDash.zip. - Place
SmoothDash.dllinto your plugins directory:<Romestead Directory>\BepInEx\plugins\SmoothDash\SmoothDash.dll - Launch the game and enjoy smooth dashing!
Configuration
Located at BepInEx\config\com.atomiz.romestead.smoothdash.cfg (generated automatically upon first run):
[General]
## Whether the smooth dash momentum modification is enabled.
# Setting type: Boolean
# Default value: true
Enabled = true
## Keyboard key to toggle Smooth Dash on/off in-game (e.g. F6, F7, G).
# Setting type: String
# Default value: F6
ToggleKey = F6
## Custom exit speed at the end of dash. If 0.0, dynamically calculates player normal walk/run speed.
# Setting type: Single
# Default value: 0
TargetSpeedOverride = 0
## Multiplier for dash wind-down duration (e.g. 1.0 = standard, 1.2 = slightly longer glide).
# Setting type: Single
# Default value: 1
DecelerationDurationMultiplier = 1