SimpleMap

SimpleMap is a very simple addon that makes the worldmap smaller and removes the black background. The addon also fades the worldmap when you start moving.

Commands

Use “/smfade on” or “/smfade off” to turn on or off the fading.

Notes

I want to thank Ketho that made https://www.wowinterface.com/downloads/info24983-MapFader.html.
Thanks to his addon I was able to make this since it allowed me to know where to look to do my changes.

 

Subscribe
Notify of
guest

5 Comments
Most Voted
Newest Oldest
Inline Feedbacks
View all comments
Elizabeth Marquis
Elizabeth Marquis
4 years ago

Is there a way to change the fade level? It’s a little hard to see sometimes it’s so faded.

Last edited by Elizabeth Marquis
Kinsale
Kinsale
Reply to  Elizabeth Marquis
4 years ago

I was just looking for that answer too, and played around with it a bit. If you open the simplemap lua file in interface/addons and change the places where it says .3 to .5, it becomes less transparent. Bless the authors for having easy to guess at code (I am not a coder, lol).

i.e. change:
if SimpleMap == true then
PlayerMovementFrameFader.AddDeferredFrame(WorldMapFrame, .3, 3.0, .5)
to:
if SimpleMap == true then
PlayerMovementFrameFader.AddDeferredFrame(WorldMapFrame, .5, 3.0, .5)

Last edited by Kinsale
speeeztv
speeeztv(@speeeztv)
4 years ago

How did you get coords on the map? Mine doesn’t have that D:

Last edited by speeeztv
Jaggsap
Jaggsap
Reply to  speeeztv
4 years ago

same

Last edited by Jaggsap
anonymous
anonymous
Reply to  speeeztv
4 years ago

The coords are shown from the other addon called Questie

Last edited by anonymous
Scroll to Top