Jump to content
Sign in to follow this  
Logolasxx

LF custom Battleground MiniMap addon?

Recommended Posts

So I'm looking for a custom battleground minimap. Precisely, I'm looking for a map which can be put in vertical position, unlike default horizontal.

 

I came across this map in some stream, maybe someone knows the name of an addon? I tried to google it up, but couldn't find anything..

3MGuGmu.png

 

Also, there's a vertical battleground minimap in ModUI shown in this screenshot, so any idea if it's possible to extract just this map from the whole UI?

h3QxIg.png

Cheers

Share this post


Link to post
Share on other sites

I got some idle time and so I made a macro to shrink the default minimap.

/run local m=BattlefieldMinimap m.s=m.s~=true local f={m:GetRegions()}for _,i in {1,4,5,8,9,12}do f[i][m.s and"Hide"or"Show"](f[i])end if m.s then f[14]:SetTexCoord(-.5,1.5,0,1)else f[14]:SetTexCoord(0,1,0,1)end

This toggle shrink on the minimap, it doesn't move minimap tab button and close button though (not enough space for that).

Edited by WobLight

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×