You are viewing a potentially older version of this package. View all versions.
gdragon-ImmersiveCompass-1.3.2 icon

ImmersiveCompass

A top-screen compass designed to improve immersion.

Date uploaded 7 months ago
Version 1.3.2
Download link gdragon-ImmersiveCompass-1.3.2.zip
Downloads 1725
Dependency string gdragon-ImmersiveCompass-1.3.2

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.2200 icon
denikson-BepInExPack_Valheim

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

Preferred version: 5.4.2200

README

Immersive Compass

A user-interface compass for Valheim designed to improve immersion. Based on aedenthorn's original Compass with added improvements to support more game styles.

Adds a customizable compass to the game HUD that:

  • Can rotate with the camera or player model.
  • Shows map marker pins.
  • Can show (or hide) player pins.
  • Allows you to hide specific pin names and types.
  • ServerSync controls.

Thanks to the base mod, you can change the scale of the compass and pins, distance of pins shown, and ignore specific pin names and types. You can also add an overlay and underlay image if required. Thanks to Fragnarock's update, for expanding server sync for minimum and maximum distances of pins and setting a pin management expansion (which we have chosen to remove).

Configuration

A configuration file is created after starting the game. You can adjust the values in this configuration file using a standard text editor or Config Editor in r2modman. Most of the configuration can be changed on-the-fly, though images and keybinds need a restart.

Server Synchronization

The following configuration options are synchronized with the server, if enabled server-side.

  • Mod Enabled/Disabled
  • ServerSync Enabled/Disabled
  • Pins - Minimum and Maximum Distance
  • Show Player Pins
  • Ignore Pin Names (now includes Death pin times as default, remove it to see death pins again but you'll need to get a nomap death pin remover like DeathPinRemoval)
  • Ignore Pin Types

Installation

Unzip the contents to your BepInEx\plugins folder.

Credits

  • This is a fork of Fragnarock aka GuyDeYoYo's 's ImmersiveCompass.
  • That mod is based on aedenthorn's Compass mod.
  • Neobotics authored most of the updated content for this mod. This improved compass could not have existed or happened without their assistance. Please check out all of their awesome mods on the Neobotics Thunderstore page.

License

MIT No Attribution

Changelog

1.3.2

  • Death pins are now set to be ignored by default to prevent bugs in nomap servers. In NoMap saves, you may want to change the configuration file to re-enable Death Pins by removing it from the ignore list if you have a mod like AzuMatt's DeathPinRemoval.

1.3.1

  • Pin management functionality has been removed.

1.3.0

  • Improved compass performance (thanks to Neobotics!)

1.2.0

  • Forked and Updated to work with Valheim 0.217.25 by updating source code libs and building off latest serversync (via commission)

1.1.2

  • Updated references to work with game version 211.11.
  • Updated ServerSync to 1.13.

1.1.1

  • Fix to allow you to open your tombstone if auto-remove pin is enabled and pin does not exist.

1.1.0

If upgrading from 1.0.1, you need to delete your existing config file and set up a new config file.

  • Added optional center marker image (not enabled by default).
  • Added ServerSync for: Mod Enabled/Disabled, Pins (Minimum and Maximum Distance), Show Player Pins, Ignore Pin Names, and Ignore Pin Types.
  • Changed keybinds from strings to keycodes in configuration.
  • Changed default keybind from P to * (Times/Asterisk on NumPad).
  • Changed keybind checking to prevent self-clash situations.

1.0.0

Initial release.