Compass
Adds a customizable compass to the HUD that shows nearby map marker direction. Created by aedenthorn
Last updated | 3 years ago |
Total downloads | 6147 |
Total rating | 1 |
Categories | |
Dependency string | Nexus-Compass-0.7.0 |
Dependants | 5 other packages depend on this package |
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.901README
This mod adds a rotating compass to the HUD that shows nearby map markers.
You can customize:
The png file used to display the compass (there's a GIMP xcf file included that you can use as a template) The png file use to mask the compass (determines how wide to display the compass) The color and transparency of the compass The color and transparency of the map markers The maximum distance to show map markers The size of the compass the offset from the top of the screen
There is also a list of marker names to ignore. The default value is Silver,Obsidian,Copper,Tin which are the names of markers added by AutoMapPins.
Config
A config file BepInEx/config/aedenthorn.Compass.cfg is created after running the game once with this mod).
You can adjust the config values by editing this file using a text editor
To reload the config from the config file, type compass reset into the game's console (F5).
Technical
To install, place the zip file contents in the BepInEx/plugins folder. You will need BepInEx.
Code is at https://github.com/aedenthorn/ValheimMods.