You are viewing a potentially older version of this package. View all versions.
Searica-DiscoveryPins-0.3.1 icon

DiscoveryPins

QoL Map Pins mod. Customizable pin colors and automatic pinning of things you discover and interact with.

Date uploaded a day ago
Version 0.3.1
Download link Searica-DiscoveryPins-0.3.1.zip
Downloads 401
Dependency string Searica-DiscoveryPins-0.3.1

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
ValheimModding-Jotunn-2.22.0 icon
ValheimModding-Jotunn

Jötunn (/ˈjɔːtʊn/, 'giant'), the Valheim Library was created with the goal of making the lives of mod developers easier. It enables you to create mods for Valheim using an abstracted API so you can focus on the actual content creation.

Preferred version: 2.22.0

README

DiscoveryPins

Customizable pin colors and automatic pinning of things you discover and interact with. Can be used as a purely client side mod or it can be installed on the server to sync some of the settings.

Features

  • Configure pin colors.
  • Configure minimum allowed distance between auto-pins.
  • Automatically pin dungeons when you enter them (configurable).
  • Automatically pin ore when you damage it (configurable).
  • Automatically pin portals when building or interacting with them (configurable).
    • If the portal has a tag then it names the pin after the tag.
    • Updates pin names when you change the portal tag.
    • Will fail to remove the old pin if you change the pin type for portals and then change the portal tag.
  • Automatically remove death pins when retrieving your tombstone (configurable).
  • Configure whether to generate death pins when inventory is empty.
  • Configurable keyboard shortcut to automatically pin things within your field of view or very close to your character that are configured to be automatically pinned.
  • Synced settings for whether the keyboard shortcut is enabled and how far away it can trigger automatic pins.

Donations/Tips

My mods will always be free to use but if you feel like saying thanks you can tip/donate.

My Ko-fi: ko-fi

Source Code

Source code is available on Github.

Github Repository: DiscoveryPins

Contributions

If you would like to provide suggestions, make feature requests, or reports bugs and compatibility issues you can either open an issue on the Github repository or tag me (@searica) with a message on my discord Searica's Mods.

Credits

This mod was inspired by QoLPins by Tekla.

Shameless Self Plug (Other Mods By Me)

If you like this mod you might like some of my other ones.

Building Mods

Gameplay Mods

CHANGELOG

Versions 0.X.X

Version Notes
0.3.2
  • Fixed bug that prevented portals being pinned when you placed them.
  • Increased default and max values for Pin Spacing.
  • Added auto-pin options for Obsidian, Giant remains, and Tar (all considered Ore).
  • .
  • Improved automatic localization of ore pin names.
  • Fixed bug that prevent auto-pinning of overworld dungeons like camps and villages.
  • Improved detection of objects on screen when using the auto-pin shortcut. Now dymanically samples more points in the location the larger the object is.
0.3.1
  • Fixed exception caused by a typo.
0.3.0
  • Added pin spacing config.
  • Fixed possible bug where deleted pins could reappear under specific circumstances.
0.2.4
  • Only pin portals when you first build them rather than whenever you load in near ones you built.
  • More adjustments to auto-pinning large objects, now checks face diagonal points of bounding box.
  • Auto-remove pins when the piece that triggered the auto-pin on placement is removed.
0.2.3
  • Detect whether points that are being checked are underground and prevent auto-pinning if they are.
0.2.2
  • Improved detection of if you are looking at things like large ore deposits.
  • Reduced default range of auto-pin shortcut and reduced maximum range. This was needed due to improved detection.
  • Reduced the vertical distance allowance for checking if something is "close enough" to avoid trivailizing find things underground.
0.2.1
  • Fixed issue regarding portal pins being named incorrectly.
0.2.0
  • Fixed sunken crypts not auto pinning.
  • Added auto pinning of portals.
  • Tweaked auto pin shortcut logic to make pinning things that have the center of them underground.
  • Tweaked auto pin shortcut logic to allow pinning things if you standing on top of them even if you are not looking at them.
  • Changed default auto-pin keybind to `LeftShift` + `RightClick`.
  • Fixed duplicate numbering on auto-pins sections in config file.
0.1.2
  • Changed default player pin color to white.
0.1.1
  • Fixed manifest description.
0.1.0
  • Initial release.