Logolasxx 0 Report post Posted March 10, 2017 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.. 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? Cheers 0 Share this post Link to post Share on other sites
dms 0 Report post Posted March 11, 2017 http://www.mediafire.com/file/3kpk7krwrctqw1y/CleanBGmap.rar 0 Share this post Link to post Share on other sites
Cruzix 6 Report post Posted March 11, 2017 Maybe one of these?:http://addons.us.to/addon/bgminimapplayertracker orhttp://addons.us.to/addon/bgmap Haven't tried them out myself but by their names it sounds like they are what you're looking for. 0 Share this post Link to post Share on other sites
WobLight 5 Report post Posted March 11, 2017 (edited) 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 March 12, 2017 by WobLight 0 Share this post Link to post Share on other sites