Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
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
BepInEx pack for Valheim. Preconfigured with the correct entry point for mods and preferred defaults for the community.
Preferred version: 5.4.2333RandyKnapp-EpicLoot
Adds loot drops, magic items, and enchanting to Valheim.
Preferred version: 0.12.11README
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)
- Search for NoAdventureMapFix in the mod manager
- Install — dependencies will be handled automatically
Manual
- Install BepInEx and EpicLoot
- Download the latest release
- Copy
EL-NoAdventureMapFix.dllintoBepInEx/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