Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
SwimSpeed
Adjust your swim speed in real-time. Configurable
| Last updated | a week ago |
| Total downloads | 82 |
| Total rating | 0 |
| Categories | Mods Tweaks Client-side AI Generated |
| Dependency string | YouDied-SwimSpeed-1.3.0 |
| Dependants | 0 other packages depend on this package |
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.2202README
SwimSpeed
Author: YouDied
Discord: https://discord.gg/z3vzqtFsa3
Overview
SwimSpeed lets you adjust your Valheim swim speed on the fly with the Left and Right arrow keys, with full config file control over min/max range and step size. Includes Ludicrous Speed mode for when you really need to get somewhere fast.
Controls
| Key | Action |
|---|---|
→ Right Arrow |
Increase swim speed |
← Left Arrow |
Decrease swim speed |
A heads-up message in the top-left corner confirms every change.
Configuration
Config file: BepInEx/config/youdied.swimspeed.cfg
[Speed Range]
| Setting | Default | Range | Description |
|---|---|---|---|
MinimumMultiplier |
1.0 |
1.0 – 10.0 | Lowest speed the arrow keys can reach |
MaximumMultiplier |
5.0 |
1.0 – 10.0 | Highest speed the arrow keys can reach |
AdjustmentPercent |
20 |
1 – 100 | How much each key press changes speed (% of base) |
[Current Speed]
| Setting | Default | Description |
|---|---|---|
CurrentMultiplier |
1.0 |
Your current multiplier — saved automatically, or set directly |
[Ludicrous Speed]
| Setting | Default | Range | Description |
|---|---|---|---|
LudicrousEnabled |
false |
true/false | Whether Ludicrous Speed is active on load |
LudicrousMultiplier |
10.0 |
2.0 – 20.0 | Bonus multiplier stacked on top of normal speed when active. Try 4–5 first! |
Tips
- Set
MaximumMultiplierup to10.0for extreme speeds AdjustmentPercent = 10gives finer control;50gives big jumps- Ludicrous Speed stacks on top of your current multiplier — so 3x speed + Ludicrous x10 = 30x total. Start with
LudicrousMultiplier = 4or5if 10 is too chaotic - Jumping out of water onto rocks and ladders works normally
Installation
Thunderstore / r2modman (Recommended)
Install directly through r2modman or the Thunderstore mod manager.
Manual
- Install BepInExPack for Valheim
- Drop
SwimSpeed.dllinto<Valheim>/BepInEx/plugins/
Changelog
1.2.1
- Removed L key shortcut for Ludicrous Speed (conflicts with vanilla keybinds)
- Ludicrous Speed is now toggled exclusively via the config file
1.2.0
- Added config options: MinimumMultiplier, MaximumMultiplier, AdjustmentPercent
- Added Ludicrous Speed mode (L key toggle, configurable bonus multiplier)
- Current speed now persisted in config across sessions
1.1.0
- Fixed: unable to jump onto rocks/ladders from water
1.0.0
- Initial release