
You are viewing a potentially older version of this package. View Latest Version

A BepInEx mod for MycoPunk that adds a simple client-side altitude HUD, showing how high you are above the ground.
Alternatively, use dotnet CLI:
dotnet build --configuration Release
Via Thunderstore (Recommended):
Manual Installation:
Altimeter.dll in your <MycoPunk Directory>/BepInEx/plugins/ folderThe mod loads automatically through BepInEx when the game starts. Check the BepInEx console for loading confirmation messages.
Access mod settings through the BepInEx configuration file at <MycoPunk Directory>/BepInEx/config/sparroh.altimeter.cfg. Options include:
| Setting | Default | Description |
|---|---|---|
EnableAltimeterHUD |
true |
Enables the Altimeter HUD display |
AltimeterAnchorX |
0.15 |
X anchor position (0–1) |
AltimeterAnchorY |
0.8375 |
Y anchor position (0–1) |
EnableAltimeterHUD is true and that you are in-game with a local playerAltimeterAnchorX / AltimeterAnchorY in the config fileThis project is licensed under the MIT License - see the LICENSE file for details