Bouhm / stardew-valley-mods

My mods for Stardew Valley
MIT License
81 stars 58 forks source link

[NPCMapLocations] Hide minimap in dungeons automatically #103

Closed NightFright2k19 closed 2 years ago

NightFright2k19 commented 2 years ago

I wasn't even aware that the game shows the level number in the top left corner of the screen when you are in the Mines, Skull Cavern etc. because my minimap was hiding the display.

It would be great to have an option which automatically hides the minimap when in dungeons in general (it's rather useless there, anyway).

NightFright2k19 commented 2 years ago

EDIT OK, I just saw there is the nifty option MinimapExclusions which basically does just that.

NightFright2k19 commented 2 years ago

It would still be good to know what the MinimapExclusions entry would have to look like for all dungeons, though,

Pathoschild commented 2 years ago

@NightFright2k19 This will exclude all mines and the volcano dungeon:

"MinimapExclusions": [ "Mines", "SkullCavern", "VolcanoDungeon" ],