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.
Summit
Strava for Valheim elevation. Shows your height in Wood Poles above sea level with personal best tracking and summit shout.
| Date uploaded | a day ago |
| Version | 1.0.6 |
| Download link | NorseTools-Summit-1.0.6.zip |
| Downloads | 6 |
| Dependency string | NorseTools-Summit-1.0.6 |
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
Summit
Strava for Valheim elevation. A minimal HUD mod that shows your height above sea level in Wood Poles (1 Wood Pole = 1 meter).
Features
- Real-time altitude display in Wood Poles above sea level
- Personal best (peak) tracking per character and per world
- Gold flash notification when you hit a new record
- Drag-to-reposition HUD (Ctrl+F8 to toggle edit mode)
- JSON-based data persistence for future expandability
- Lightweight, no dependencies beyond BepInEx
The Challenge
How high can you climb? Post your Peak in the comments or on r/valheim and challenge others on the same seed.
Configuration
All settings are in BepInEx/config/bjornwalther.altimeter.cfg:
| Setting | Default | Description |
|---|---|---|
| ToggleEditMode | Ctrl+F8 | Hotkey to enter drag mode |
| FontSize | 18 | HUD text size |
| PositionX | 0.5 | Horizontal anchor (0-1) |
| PositionY | 0.02 | Vertical anchor (0-1) |
Installation
- Install BepInExPack for Valheim
- Drop
Altimeter.dllintoBepInEx/plugins/ - Launch game
Data Storage
Peak records are stored in BepInEx/config/bjornwalther.altimeter.data.json. Each record tracks character name, world UID, peak altitude, and timestamp.