You are viewing a potentially older version of this package.
View all versions.
Explorer
A simple skill mod that gives you the ability to tracked down resources, dungeons and caves as the skill levels up, it will also increase the exploration radius by a configurable value.
| Date uploaded | 2 weeks ago |
| Version | 1.1.5 |
| Download link | blacks7ar-Explorer-1.1.5.zip |
| Downloads | 3010 |
| Dependency string | blacks7ar-Explorer-1.1.5 |
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.2333README
# Explorer
A simple skill mod that gives you the ability to tracked down resources, dungeons and caves as the skill levels up, it will also increase the exploration radius by a configurable value.

## Installation (manual)
- extract
Explorer.dllfile to yourBepInEx\Plugin\folder
## Features
- Configurable detection radius for auto tracking resources etc.
- Configurable prefab names of resources you want to track.
- Configurable level requirement for auto detection.
- Configurable skill exp factor, new discovered location exp factor, lore stone exp factor and new biome exp factor.
- You gain exp in 4 different ways.
- By exploring the world and uncovering the map you'll gain a small amount of skill exp (configurable)
- By interacting to different Runestones all over the world you'll gain a decent amount of skill exp (configurable)
- By discovering new locations all over the world you'll gain a decent amount of skill exp (configurable)
- By discovering new Biomes you'll gain a high amount of skill exp (configurable)
- Uses ServerSync and built-in ConfigWatcher.
- Configurable through config file or Configuration Manager
CHANGELOG
v1.1.5
- updated for the latest valheim build (221.10)
Changelog History (click to expand)
v1.1.4
- locked pin list so it wont get modified by other tracker instance to avoid argument out of range exceptions.
v1.1.3
- rewritten some part of the code
- fixed some old bugs like map pins being on a vertical line like pins are only rendered from the top and bottom of the player.
v1.1.2
- updated for the latest bepinex build (5.4.2333).
- updated for the latest valheim build (221.4) call to arms update.
v1.1.1
- updated serversync.
v1.1.0
- updated for the latest valheim build (0.220.3)
v1.0.9
- added configurable hotkey combination to turn off pins.
- added configuarable max pin amount.
v1.0.8
- updated for the latest valheim build (219.13) bog witch
- added support to my oremine mod, mines can now be track down.
v1.0.7
- minor code fixes
v1.0.6
- as requested added toggle option to disable pin names and show icons only.
- minor bug fixes.
v1.0.5
- fixed mistlands mushrooms showing up early even without reaching the required level.
- added mistlands infested mines to dungeon tracking
- added ashlands putrid hole to dungeon tracking
- added more null checks to avoid null reference errors.
v1.0.2
- added additional null checks
v1.0.1
- fixed issue where pins won't appear if you set level requirement to 1.
v1.0.0
- first release.