Speedometer
Displays your current movement speed on the HUD with configurable position and toggle.
| Last updated | 21 hours ago |
| Total downloads | 735 |
| Total rating | 0 |
| Categories | Client-Side |
| Dependency string | Sparroh-Speedometer-1.2.0 |
| Dependants | 0 other packages depend on this package |
This mod requires the following mods to function
BepInEx-BepInExPack_Mycopunk
BepInEx pack for Mycopunk. Preconfigured and ready to use.
Preferred version: 5.4.2403Sparroh-SparrohUILib
Shared UI library for Sparroh Mycopunk mods. Provides themed widgets, HUD builders, windows, and resolution-aware layout.
Preferred version: 1.1.1README
Speedometer
A BepInEx mod for MycoPunk that displays your current movement speed on the HUD.
Features
- Live Speed Display: Shows your current movement speed in m/s on a configurable HUD element
- Toggleable HUD: Enable or disable the speedometer from the config file
- Configurable Position: Adjust X/Y anchor position to place the HUD wherever you like
- Hot Reload: Config changes are picked up automatically while the game is running
Getting Started
Dependencies
- MycoPunk (base game)
- BepInEx - Version 5.4.2403 or compatible
- .NET Framework 4.8
- HarmonyLib (included via NuGet)
Building/Compiling
- Clone this repository
- Open the solution file in Visual Studio, Rider, or your preferred C# IDE
- Build the project in Release mode to generate the .dll file
Alternatively, use dotnet CLI:
dotnet build --configuration Release
Installing
Via Thunderstore (Recommended):
- Download and install via Thunderstore Mod Manager
- The mod will be automatically installed to the correct directory
Manual Installation:
- Place the built
Speedometer.dllin your<MycoPunk Directory>/BepInEx/plugins/folder
Executing program
The mod loads automatically through BepInEx when the game starts. Check the BepInEx console for loading confirmation messages.
Configuration
Access mod settings through the BepInEx configuration file at <MycoPunk Directory>/BepInEx/config/sparroh.speedometer.cfg. Key options include:
- EnableSpeedometerHUD: Toggle the speedometer display on/off (default: true)
- SpeedometerAnchorX: Horizontal anchor position (0–1, default: 0.15)
- SpeedometerAnchorY: Vertical anchor position (0–1, default: 0.86)
Help
- Mod not loading? Verify BepInEx is installed correctly and check console logs for errors
- Speed not updating? Ensure you are in-game with a local player loaded
- HUD position wrong? Adjust
SpeedometerAnchorX/SpeedometerAnchorYin the config file
Authors
- Sparroh
License
This project is licensed under the MIT License - see the LICENSE file for details