Download
(23Kb)
Download
Updated: 10-17-12 10:43 AM
Pictures
File Info
Updated:10-17-12 10:43 AM
Created:03-31-09 07:26 AM
Downloads:32,063
Favorites:153
MD5:

dMinimap 3  Popular! (More than 5000 hits)

Version: r5
by: Dawn [More]

Features:
* square shape
* options to change colours, font, scale, ...
* built in latency, fps and clock display - they can be disabled in dMinimap\dMinimap.lua
* calendar frame on right click or /cl, /calendar
* tracking on middle click
* hides unwanted minimap buttons
* LFD Tooltip will stay on the screen, no matter where you place the map
* mousewheel zoom
* changes position of the Quest tracker
* movable - Hold down Alt and left mouse button to move it around.
- Position is saved in your Account\ACCOUNTNAME\REALMNAME\CHARNAME\layout-local.txt

Note:
The configuration can be found in "dMinimap\dMinimap.lua".


Code:

-- minimap default position - you can move it ingame by holding down ALT!
position = "TOPRIGHT"     	
position_x = -35          		
position_y = -35         		

-- quest tracker position
qparent = UIParent         
qanchor = "TOPRIGHT"  	 
qposition_x = -60           
qposition_y = -260         
qheight = 400             

local scale = 1.0

local useInfoPanel = true		-- enable disable fps/latency and clock
local showclock = false			-- ONLY show clock - makes sense to set useInfoPanel to false if you only want to show the clock ^^
local AddonNumb = 20			-- maximum number of addons shown in tooltip (will always show set number of top memory usage addons)

local mediaFolder = "Interface\\AddOns\\dMinimap\\media\\"	-- don't touch this ...
local texture = "Interface\\Buttons\\WHITE8x8"
local backdrop = {bgFile = texture, edgeFile = texture, edgeSize = 1, insets = { left = -1, right = -1, top = -1, bottom = -1}}

local mailicon = mediaFolder.."mail"
local font = mediaFolder.."Pixelway_Baseline.ttf"
local fontSize = 10
local fontFlag = "OUTLINE MONOCHROME"			-- "THINOUTLINE", "OUTLINE MONOCHROME", "OUTLINE" or nil (no outline)

local backdropcolor = {26/255, 25/255, 31/255}			-- backdrop color	
local brdcolor = {65/255, 74/255, 79/255}				-- backdrop border color
local infocolor = {29/255, 63/255, 72/255}				-- info panel color

local classColoredBorder = false						-- color border by class

r5
* attempt to hide blizz clock for some people still seeing it

r4
* updated for Mists of Pandaria
* added code to style the battlefield minimap (Shift + M)


r3
* added an option to limit the number of addons shown in memory tooltip (default is: AddonNumb = 20)
* hide instance difficulty flag (might think about another way to show that information)
* changed default position to TOPRIGHT corner ...


r2
* some visual tweaks
* added an option to color the border by class
* added scale option...


r1
* square shape
* built in latency, fps and clock display - they can be disabled in dMinimap\dMinimap.lua
* calendar frame on right click or /cl, /calendar
* tracking on middle click
* hides unwanted minimap buttons
* LFD Tooltip will stay on the screen, no matter where you place the map
* mousewheel zoom
* changes position of the Quest tracker
* movable - Hold down Alt and left mouse button to move it around.
- Position is saved in your Account\ACCOUNTNAME\REALMNAME\CHARNAME\layout-local.txt

Note:
The configuration can be found in "dMinimap\dMinimap.lua".



HISTORY

2.9
* some tweaks
* stick LFG flag thingy to the map when moved, too

2.8
* stick the LFG thingy to the map when moved

2.7
* toc updated for 3.3
* fix for 3.3

2.6
* toc update ... err, finally ...
* north tag be gone!
* added 2 new round textures (Alien_RoundMap, Alien_RoundMapB)
* added 1 new square texture (Alien_SquareMap)

2.5b
* re-added the code the code that allows to change the position of the pvp tracker ... (it got lost ... somehow D'OH!)

2.5
* changed round3 and round4
* new default look
* option to change round glow texture
* option to hide glow for square shape
* option to hide glow for round shape

2.4
* removed the option "to enable/disable positioning of the quest tracker (feature disabled by default)" since it's now part of blizzards default interface
* added the option "to enable/disable positioning of the PvP tracker (feature disabled by default)"

2.3
* slight change to prevent a bug that can occour if you use rFrameRotater and move the minimap
* added two new square shapes (square 5 and square 6)
* added two new round shapes (round 6 - without button and square 7 - metallic look), modified versions of round5
* added an option to enable/disable positioning of the quest tracker (feature disabled by default)

2.2
* cleaned up the config, should be way easier now
* added an option to show/hide the new track (blip) textures or use the default blizzard textures
* added a glow for all round shapes
* dMinimap is now movable
- Hold down Shift + Alt and left mouse button to move it around. If you found a nice place for it, release Shift + Alt to stop moving. If you release Shift + Alt while you are still moving the minimap, it will get clamped to your mouse ( /rl will fix it). Just don't release Shift + Alt until you placed it. ;)
- Position is saved in your Account\ACCOUNTNAME\REALMNAME\CHARNAME\layout-local.txt

2.1
* new mail icon
* 1 square border added (square4)
* 1 round border added (round5)

2.0
*initial release
Optional Files (1)
File Name
Version
Size
Author
Date
Type
1
46kB
04-20-12 09:39 PM
Patch


Post A Reply Comment Options
Unread 03-31-09, 11:21 AM  
kasca
A Frostmaul Preserver

Forum posts: 288
File comments: 204
Uploads: 0
Question ?Movable?

This look very cool! But is it movable?
Report comment to moderator  
Reply With Quote
Unread 03-31-09, 01:06 PM  
Hendoo
A Kobold Labourer
 
Hendoo's Avatar

Forum posts: 0
File comments: 1
Uploads: 0
I don't like the new "Track" Icons, is it possible to back to originals ?
I can't see the tracking button :s
Report comment to moderator  
Reply With Quote
Unread 03-31-09, 03:13 PM  
Wimpface
A Molten Giant
 
Wimpface's Avatar
AddOn Author - Click to view AddOns

Forum posts: 648
File comments: 204
Uploads: 4
minimap addon based on fmap
Wow, i'm glad to see my addon had some kind of use atleast!

Great work Dawn, i'm a huge fan of your addons.
__________________
All I see is strobe lights blinding me in my hindsight.
Report comment to moderator  
Reply With Quote
Unread 03-31-09, 03:53 PM  
Dawn
A Molten Giant
 
Dawn's Avatar
AddOn Author - Click to view AddOns

Forum posts: 918
File comments: 959
Uploads: 22
Originally posted by Wimpface
Wow, i'm glad to see my addon had some kind of use atleast!

Great work Dawn, i'm a huge fan of your addons.
Yeah, I liked the ability to choose between square and round shapes. I couldn't find fMap, any more. Is is it no longer available for download?

@Hendoo
Tracking is hidden, you don't need to know what you track, once you have chosen something to track.

Original "Track" icons - Take a look at dMinimap.lua. Search for track (blip) texture and uncomment or delete that line.

@kasca
It is. Take a look at dMinimap.lua.
Report comment to moderator  
Reply With Quote
Unread 03-31-09, 07:09 PM  
Bradik
A Kobold Labourer
 
Bradik's Avatar

Forum posts: 1
File comments: 2
Uploads: 0
Yeah this is a nice minimap addon.
__________________
When the blood stains dry
Will it bring you around...
Report comment to moderator  
Reply With Quote
Unread 03-31-09, 07:56 PM  
Dawn
A Molten Giant
 
Dawn's Avatar
AddOn Author - Click to view AddOns

Forum posts: 918
File comments: 959
Uploads: 22
I'm currently working on this, it will be part of dMinimap, but I'm not quite sure if I will release it, yet. Or if I make an UI around the round shape first.

Report comment to moderator  
Reply With Quote
Unread 03-31-09, 09:20 PM  
Rhaethe
A Warpwood Thunder Caller
 
Rhaethe's Avatar

Forum posts: 98
File comments: 35
Uploads: 0
Originally posted by Dawn
I'm currently working on this, it will be part of dMinimap, but I'm not quite sure if I will release it, yet. Or if I make an UI around the round shape first.

Oh ... I really like the round skin. Even though my own UI is all blue ... I like that round skin alot
Report comment to moderator  
Reply With Quote
Unread 04-01-09, 05:15 AM  
Dawn
A Molten Giant
 
Dawn's Avatar
AddOn Author - Click to view AddOns

Forum posts: 918
File comments: 959
Uploads: 22
You can easily make it blue in the config.

these are the R(ed) G(reen) B(lue) values, a very blue would be
Code:
local bordercolorz = {0, 0, 1.0}
Just take a look at the URL in the config to find a RGB value you like or play around with it yourself. Keep in mind, the numbers have to be between 0 and 1 (0.2, 0.00001, ... 0.5, etc).
Report comment to moderator  
Reply With Quote
Unread 04-01-09, 07:33 AM  
TripleEYE
A Kobold Labourer

Forum posts: 1
File comments: 21
Uploads: 0
You might consider a Config-UI...? plz...?

I really like the new look of this minimap BUT!
Configuring this addon is a pain in the neck to be completely honest.

EDIT:
It's just the location config that bothers me. All the rest seems easy enough
Last edited by TripleEYE : 04-01-09 at 09:27 AM.
Report comment to moderator  
Reply With Quote
Unread 04-01-09, 08:45 AM  
Dawn
A Molten Giant
 
Dawn's Avatar
AddOn Author - Click to view AddOns

Forum posts: 918
File comments: 959
Uploads: 22
You configure it one time and never again, normally. If your somewhat familiar with lua (just the very basics about positions and such) it's just as fast and easy to configure it. Just less comfortable (since it's not done ingame). Besides that, you don't need to carry around a lot of unused code for a config that you only need once at the beginning. Just my 2 cents.
Report comment to moderator  
Reply With Quote
Unread 04-01-09, 09:31 AM  
TripleEYE
A Kobold Labourer

Forum posts: 1
File comments: 21
Uploads: 0
not about lua - but rather about misleading info

I had a feeling you're gonna say that. I DO in fact have experience with LUA & computer programming alike.
And still, the location defaults given in the lua are not at all the place where my minimap used to be. And well - it's be nice to have a config-UI with the options on location-changing, and scaling.

P.S.
As a hunter myself, I do think u need to be able to see the tracker after you've chosen what to track. But the lua can indeed solve that one
Report comment to moderator  
Reply With Quote
Unread 04-01-09, 09:57 AM  
Talisia
A Deviate Faerie Dragon

Forum posts: 15
File comments: 21
Uploads: 0
Originally posted by Dawn

Original "Track" icons - Take a look at dMinimap.lua. Search for track (blip) texture and uncomment or delete that line.
Hi =) Love this mod, but I too do not like the new track icons. I have tried to find the line you mention above to edit but whatever I try does not seem to work, could you possibly show me exactly what line I should remove, edit.

Thank you for this great mod =)
Report comment to moderator  
Reply With Quote
Unread 04-01-09, 10:22 AM  
Dawn
A Molten Giant
 
Dawn's Avatar
AddOn Author - Click to view AddOns

Forum posts: 918
File comments: 959
Uploads: 22
Originally posted by Talisia
Hi =) Love this mod, but I too do not like the new track icons. I have tried to find the line you mention above to edit but whatever I try does not seem to work, could you possibly show me exactly what line I should remove, edit.

Thank you for this great mod =)

Code:
---------------------------- track (blip) texture ------------------------------
	Minimap:SetBlipTexture"Interface\\AddOns\\dMinimap\\texture\\track"
Report comment to moderator  
Reply With Quote
Unread 04-01-09, 11:52 AM  
relisyss
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Liked the Addon but assuming everyone knows what there doing with LUA is just wrong and tbh the config of it is very clumsy and having to restart wow everytime i want to make the slightest change is a fail on the design part.
I played with it for around an hour or so and gave up due to having to come out and go back into WoW.
I know that you say that a config file is only ever used once but in saying that you dont seem to realise its only used once to get things right and for ease of use.
this is not a flame as i think that its a great addon just Fuctionality wise its not easy and like some others have said in previous post quite hard to set up, my problem was that my UI is modded and the map does not sit right in the top right hand corner no matter what i do and i cannot configure it to properly sit in the same postion that the Blizz one does.
I would recomend that you try and work some form of config into this but until then i will be using another addon but thanks for the great work you have put in so far.
Last edited by relisyss : 04-01-09 at 11:52 AM.
Report comment to moderator  
Reply With Quote
Unread 04-01-09, 01:43 PM  
Dawn
A Molten Giant
 
Dawn's Avatar
AddOn Author - Click to view AddOns

Forum posts: 918
File comments: 959
Uploads: 22
You can reload your UI with /rl and/or /reloadui, at least if one of your addons adds that slash command. If you have no addon that is doing this, a relog is enough, too. No need for quitting wow.

The default Blizzard map sits in the TOPRIGHT corner. Offsets should come close to (-25, -25).

Feel free to add this code at the end of the lua, it will allow you to reload your UI with /rl
Code:
	SLASH_LHRELOADUI1 = "/rl";
		SlashCmdList["LHRELOADUI"] = function() ReloadUI(); end;

		SlashCmdList["RCSLASH"] = function() DoReadyCheck() end
		SLASH_RCSLASH1 = "/rc"
Last edited by Dawn : 04-01-09 at 01:44 PM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.