Valheim
0 of 0

File information

Last updated

Original upload

Created by

Night

Uploaded by

CptNightbreaker

Virus scan

Safe to use

Tags for this mod

About this mod

Change the map explore radius and other map settings

Requirements
Permissions and credits
Changelogs
Minimap+
Lets you adjust various features about the map/minimap

Features
  • Change map explore radius while on foot
  • Change map explore radius while in a boat
  • Completely enable/disable the map (only if you choose to)
  • Enable or disable both large and minimap independently
  • Map sharing: the map will be revealed around other online players (can be toggled)
  • Enable or disable player markers on the map for hardcore play
  • Change visibility settings based on weather
  • New skill: Exploring (toggleable) - see farther the more you level up, level up by exploring
  • Console commands for all config options

Installation
  • Install BepInEx
  • Install Skill Injector (included in zip file)
  • Drop the zip contents into the plugins folder
  • (Optional) Configure your startup options in the /config/MinimapPlus.ini file created after first startup (Does NOT use BepInEx's configuration system currently, since it was converted from an InSlimVML mod, but still in Bep's config directory)

Configuration
# Explore radius while on foot
WalkingRange=200
# Explore radius while in a boat
BoatRange=400
# Enable or disable large map
MapEnabled=True
# Enable or disable minimap
MinimapEnabled=True
# Enable or disable map sharing
MapShareEnabled=True
# Enable or disable player markers
ShowPlayerMarkers=True
# Visibility multiplier for unfavorable/rainy weather (0.0 = No visibility - range of 0, 1.0 = Full visibility - range of WalkingRange)
WalkingWeatherMultiplier=0.5
# Visibility multiplier for unfavorable/rainy weather (0.0 = No visibility - range of 0, 1.0 = Full visibility - range of BoatRange)
BoatWeatherMultiplier=0.4
# Skill that increases your map range from default(100) to whatever range you set as the max
# For example, if my Exploring skill is 50 and my WalkingRange is set to 300, my map range will actively be (100+(.5 * 200)) = 200
ExploringSkillEnabled=False
# Rate at which your Exploring skill levels up, larger is faster, recommended to not raise this higher than .05 but you can mess with it
# Use the command "resetskill exploring" to fix this if something goes wrong
ExploringSkillRate=0.05

Exploring Skill

Note: must be enabled in config and game restarted for changes to take effect.
Level up your Exploring skill by revealing more of the map around you. The rate can be changed with the ExploringSkillRate config option.

The formula used for your map radius is:
SkillFactor = progress to max skill, 0 is lvl 0, 1 is lvl 100 (if enabled)
WeatherMultiplier = config option for reduced visibility given bad weather (if enabled)

Range = (((Boat/WalkingRange) - 100) * SkillFactor + 100) * WeatherMultiplier

Console Commands
minimap reload - reloads the config from file
minimap enablemap - enable the minimap and large map
minimap disablemap - disable the minimap and large map
minimap walkingrange <range> - set the explore radius while on foot
minimap boatrange <range> - set the explore radius while in a boat
*Recommended range is between 100(default) and 500(very far)
minimap enablemapshare - enable map sharing between all online players
minimap disablemapshare - disable map sharing (for yourself)
minimap showplayermarkers - show player markers on map
minimap hideplayermarkers - hide player markers on map, including your own
minimap (boat/walking)weathermultiplier - visibility factor when the weather isn't clear
minimap exploringskillrate - rate at which you gain XP for the Exploring skill (if enabled) Recommended: less than .05

Issues
I would very much appreciate it if you reported issues on GitHub instead of through Nexus as I don't check posts on here very often.
Alternatively, join the Discord and ask for support, Night#3605