NorseTools-Summit icon

Summit

Strava for Valheim elevation. Shows your height in Wood Poles above sea level with personal best tracking and summit shout.

Last updated a day ago
Total downloads 18
Total rating 0 
Categories Tweaks Client-side Utility Bog Witch Update
Dependency string NorseTools-Summit-1.0.7
Dependants 0 other packages depend on this package

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.2202 icon
denikson-BepInExPack_Valheim

BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.

Preferred version: 5.4.2202

README

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
  • Summit shout (Insert key) announces your peak to the server
  • Must be near your peak to shout (anti-spam)
  • Drag-to-reposition HUD (Ctrl+F8 to toggle edit mode)
  • JSON-based data persistence
  • 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/norsetools.summit.cfg:

  • ToggleEditMode: Ctrl+F8 (hotkey to enter drag mode)
  • SummitShout: Insert (hotkey to shout your peak)
  • SummitThreshold: 5 (must be within this many Wood Poles of peak to shout)
  • FontSize: 18 (HUD text size)
  • PositionX: 0.5 (horizontal anchor 0-1)
  • PositionY: 0.02 (vertical anchor 0-1)

Installation

  1. Install via Thunderstore Mod Manager (recommended)
  2. Or manually: drop Summit.dll into BepInEx/plugins/

Data Storage

Peak records are stored in BepInEx/config/norsetools.summit.data.json. Each record tracks character name, world UID, peak altitude, and timestamp. Data persists across mod updates.