You are viewing a potentially older version of this package. View all versions.
virtualbjorn-EpicLoot_NoAdventureMapFix-1.0.1 icon

EpicLoot NoAdventureMapFix

Removes EpicLoot's Bounties and Treasure Maps buttons from the minimap when Adventure Mode is disabled.

Date uploaded 2 months ago
Version 1.0.1
Download link virtualbjorn-EpicLoot_NoAdventureMapFix-1.0.1.zip
Downloads 17
Dependency string virtualbjorn-EpicLoot_NoAdventureMapFix-1.0.1

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.2333 icon
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.2333
RandyKnapp-EpicLoot-0.12.11 icon
RandyKnapp-EpicLoot

Adds loot drops, magic items, and enchanting to Valheim.

Preferred version: 0.12.11

README

EL-NoAdventureMapFix

A BepInEx plugin that removes EpicLoot's Bounties and Treasure Maps toggle buttons from the minimap when Adventure Mode is disabled.

Why?

When EpicLoot's Adventure Mode is turned off in the server config, the Bounties and Treasure Maps buttons still appear on the minimap. This plugin cleanly removes them.

Features

  • Removes Bounty and Treasure Map toggle buttons from the minimap when Adventure Mode is disabled
  • No effect when Adventure Mode is enabled — buttons work normally
  • Server-synced — respects the server's Adventure Mode config
  • Works in both nomap and vanilla map modes

Installation

Thunderstore (r2modman / Thunderstore Mod Manager)

  1. Search for NoAdventureMapFix in the mod manager
  2. Install — dependencies will be handled automatically

Manual

  1. Install BepInEx and EpicLoot
  2. Download the latest release
  3. Copy EL-NoAdventureMapFix.dll into BepInEx/plugins/

Compatibility

  • Valheim 0.221.12+
  • BepInEx 5.4.x
  • EpicLoot 0.12.x
  • Works alongside Jotunn and all standard Valheim mods

Source Code

GitHub — codewithbjim/ValheimMods

Changelog

1.0.1

  • Changed from destroying GameObjects to disabling them (SetActive(false)) to prevent null reference errors
  • Simplified plugin code

1.0.0

  • Initial release
  • Hides Bounties and Treasure Maps toggle buttons from the minimap when EpicLoot's Adventure Mode is disabled

CHANGELOG

Changelog

1.0.3

  • Remove old duplicate DLL

1.0.2

  • DLL update

1.0.1

  • Changed from destroying GameObjects to disabling them (SetActive(false)) to prevent null reference errors
  • Simplified plugin code

1.0.0

  • Initial release
  • Hides Bounties and Treasure Maps toggle buttons from the minimap when EpicLoot's Adventure Mode is disabled