Get an Epic Experience with Premium

BasicMinimap

Map & Minimap Login to Add Favorites
  • 10 Likes
  • World of Warcraft
  • 1,226 Monthly Downloads
  • Supports: 6.0.3
  • 272,513 Total Downloads
  • Updated 11/17/2014
  • Created 07/04/2008
  • 359 Favorites
  • Project Site
  • Comments
  • Release Type: Release
  • License: All Rights Reserved
  • Newest File: r148-release
or
Support development! **
Donate

About BasicMinimap

BasicMinimap is a basic solution to a clean, square minimap.

Current feature set:

  • Moving
  • Scaling
  • Hiding blizz buttons
  • Zooming with mouse wheel & Auto zoom-out
  • Square or circular minimap
  • Strata selection
  • Selecting which mouseclick opens which menu (tracking/calendar)
  • Auto showing the calendar button when invites arrive
  • Border and border color selection with class color support

Default buttons, changeable in GUI:

  • LeftClick: Ping Position
  • RightClick: Toggle Calendar
  • MiddleClick: Toggle Tracking

/bm
/basicminimap

Please help translating/localization by clicking here

------------------------------------------------------------------------
r148 | funkydude | 2014-11-17 14:19:08 +0000 (Mon, 17 Nov 2014) | 1 line
Changed paths:
   A /tags/r148-release (from /trunk:147)

Tagging as r148-release
------------------------------------------------------------------------
r147 | funkydude | 2014-11-17 14:15:35 +0000 (Mon, 17 Nov 2014) | 1 line
Changed paths:
   M /trunk/BasicMinimap.lua

Add a "none" option for tracking/calendar dropdowns.
------------------------------------------------------------------------
r145 | funkydude | 2014-11-17 13:55:31 +0000 (Mon, 17 Nov 2014) | 1 line
Changed paths:
   M /trunk/BasicMinimap.lua

Remove another compat check.
------------------------------------------------------------------------
r144 | funkydude | 2014-11-17 13:47:17 +0000 (Mon, 17 Nov 2014) | 1 line
Changed paths:
   M /trunk/BasicMinimap.lua

Convert the zoom out animation to a timer.
------------------------------------------------------------------------
r143 | funkydude | 2014-11-17 12:43:56 +0000 (Mon, 17 Nov 2014) | 3 lines
Changed paths:
   M /trunk/BasicMinimap.lua
   M /trunk/BasicMinimap.toc

-Shrink the Garrison button further.
-Reference the ptBR file.
-Remove an old compat check.
------------------------------------------------------------------------
r141 | funkydude | 2014-11-15 11:20:05 +0000 (Sat, 15 Nov 2014) | 1 line
Changed paths:
   M /trunk/BasicMinimap.lua

Parent the garrison button to the minimap and shrink it down a little bit.
------------------------------------------------------------------------
r139 | funkydude | 2014-11-02 14:21:11 +0000 (Sun, 02 Nov 2014) | 1 line
Changed paths:
   M /trunk/BasicMinimap.lua

Removes the circular "waffle-like" texture that shows when using a non-circular minimap in the blue quest objective area.
------------------------------------------------------------------------

Comments

First Previous Page 1 of 9 Next Last
  • #127

    Hello

    Can you remove the garrison button and make hot kay for this, just like for the calendar button.
    Your minimap addon best when it is clean, without any extra buttons :)

    Last edited by jimdf on 12/17/2014 8:03:04 AM
  • #126

    Hello there, love the addon so far, keep up the good work !

    But, i may encounter a bug : When i lock the map's position, it work. & then i go on another instance, and the minimap is drag&dropable, even if the button LOCK is checked.

    Maybe a conflict with another add on ? Will try to check it out.

    Edit : Conflict with MoveAnything : Custom Frames : Minimap. If you modified this, it's keeping break the locking of the map.

     

    Last edited by mattmandriva on 11/30/2014 11:23:25 PM
  • #124

    The garrison button seems to be missin from the map and floats in the normal blizzard spot

  • #125
    Quote from furydeath »

    The garrison button seems to be missin from the map and floats in the normal blizzard spot

    I've fixed this and also reduced the size of the button a little bit as it seems stupidly large.

  • #123

    I see you hide blizz buttons as a basic feature.  Any reason why this couldn't be an option to have on or off? (i kinda like having them on).  Also, I rather right click for map than calander.  Any way to do that?

    Last edited by DJHarris71 on 11/4/2014 2:17:39 PM
  • #122

    it would be cool if you could make it so it hides other buttons of addons to and only show them if you go with the mous over the map

  • #121
     Can you add to addon option that shows FPS and Ping on minimap? such as in the screenshot

    PS: I'm adding to your addon this script (can be useful):
     
    local FLframe = CreateFrame("Button", "FLframe", Minimap)
    FLframe:SetPoint("TOP", Minimap, "BOTTOM", 0, 15)
    FLframe:SetSize(Minimap:GetWidth()+4, 16)
    FLframe:SetFrameLevel(2)
    local text = FLframe:CreateFontString(nil, "OVERLAY")
    text:SetPoint("CENTER", FLframe, 0, 0)
    text:SetFont("FONTS\\FRIZQT__.ttf", 11, "OUTLINE MONOCHROME")
    local lastUpdate = 0
    local updateDelay = 1
    FLframe:SetScript("OnUpdate", function(self, elapsed)
        lastUpdate = lastUpdate + elapsed
        if (lastUpdate > updateDelay) then
            lastUpdate = 0
            fps = GetFramerate()
            fps = "|c00ffffff"..floor(fps+0.5).."|r FPS"
            lag = select(3, GetNetStats())
            lag = "|c00ffffff"..lag.."|r MS   "
           text:SetText(lag..fps)
        end
    end)
  • #119

    I bumped the toc up for the WoD beta. This ran seemingly well changing most options as I wanted with no errors. I couldn't get the circle minimap border to appear but that may be a texture issue not code related.

  • #120

    Update as of the last WoD patch the minimap now appears circular. Oddly though I still can't change the border on the circle. The square minimap border can be scaled adn colored.

    Last edited by def9 on 8/7/2014 3:40:04 PM
  • #118

    Is there a way to get the mail icon to not show on the map when I have mail. I have a databroker that shows this so its a little redundant for me and curse says that this feature should be included in this addon but I haven't figured out how to do it.

  • #117

    I have the challenge mode flag off the map and up in the right where the map normaly is and it doesn't seem to be part of the raid difficulty tab.

  • #116

    Is there any possible way to allow for the movement of the Queue icon that always appears in the lower right of the squared Minimap?

  • #114

    You know any issues with other addons? like titan panel clock?

    Minimap keeps showing the clock even tho i unticked it, if i retick it and untick it works

    until next loading screen.

    thx for a nice addon

  • #115

    Should be fixed in 2.1

  • #111

    v2...

    • Add clock hide option
    • Fix calendar not showing/hiding on demand (only when invites are present)
    • Fix pixelated circular shape
    • Fix guild raid difficulty not hiding when raid difficulty is disabled
    • Various code cleanups
  • To post a comment, please login or register a new account.
Login to Curse

Don't have an account? Create One.

Get an epic experience with Curse Premium
  • Faster addon downloads
  • Premium-Only Beta Giveaways
  • Ad-Free Curse experience
  • Premium Curse Client
  • and many More Features
  • Learn More »

Gamepedia Free-shirt Giveaway