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.
Simple Compass
A minimal compass line at the top of the screen: N/E/S/W, your map pins at their real bearing, and the distance to the pin you're facing. Client-side.
| Date uploaded | a week ago |
| Version | 1.0.1 |
| Download link | EnyMan-Simple_Compass-1.0.1.zip |
| Downloads | 1179 |
| Dependency string | EnyMan-Simple_Compass-1.0.1 |
This mod requires the following mods to function
denikson-BepInExPack_Valheim
BepInEx pack for Valheim. Preconfigured with the correct entry point for mods and preferred defaults for the community.
Preferred version: 5.4.2350README
Simple Compass
A minimal compass for Valheim: a thin line across the top of the screen, in the style of modern adventure games.
- N / E / S / W only, plus small ticks between them. No clutter.
- Your map pins sit above the line at their real bearing, using the map's own icons. That includes your pins, pings, shouts, other players and bosses. Pins shrink and fade with distance.
- Distance to what you're facing: the pin nearest the centre shows its name and distance right on the line, in gold.
- Crossed-out pins are hidden. The compass hides while the big map is open, and when you hide the HUD.
- Drag it: open your inventory, then drag the compass anywhere. The position is saved.
Client-side only. Nobody else needs it, and neither does the server.
Configuration
BepInEx/config/com.mous.simplecompass.cfg (or in-game with ConfigurationManager, changes apply live):
FieldOfView(degrees visible across the bar),IntercardinalTicksPosition,Width,Opacity,FontSizeRange(metres, 0 = no pins),IconSize,HideCheckedPins,ShowPinNames
CHANGELOG
Changelog
1.0.1
- Fixed pin labels showing raw text like
$hud_mapday 430(death pins) instead of the translated name.
1.0.0
- Initial release.