blish-hud / Pathing

[Module] The official pathing module which adds marker and trail support to Blish HUD.
https://blishhud.com/docs/markers/
MIT License
13 stars 10 forks source link

Add the ability to always show markers/trails on the (mini)map #35

Closed Stonos closed 2 years ago

Stonos commented 2 years ago

This commit changes the MapShowMarkersOnFullscreen/MapShowTrailsOnFullscreen/MapShowMarkersOnCompass/MapShowTrailsOnCompass settings to enums, which allows you to force the markers/trails to always be visible on the (mini)map.

image

This is particularly useful with Teh's Map Completion trails which have miniMapVisibility="0", but I still find it nice to be able to see them on the minimap.

image

dlamkins commented 2 years ago

@Stonos This is a great idea! Thank you!

Also, you can ignore the CodeFactor failure. I'll address the section it's upset about at another time. 👍