Download
(27Kb)
Download
Updated: 12-08-09 04:15 PM
Pictures
File Info
Updated:12-08-09 04:15 PM
Created:unknown
Downloads:145,980
Favorites:613
MD5:

pMinimap  Popular! (More than 5000 hits)

Version: 30300.8-Release
by: p3lim [More]

This addon is discontinued.

Description:
pMinimap is a very lightweight and streamlined Minimap add-on
which comes with a decent amount of options through the in-game config.

Features:
- Square size
- Clean feel & look
- Mousewheel zooming
- Clock & Coordinates display
- Individual element visibility/position
- Feature rich config (/pminimap or /pmm)

Full changelog can be found on GitHub:
http://github.com/p3lim/pMinimap/commits/master/
Post A Reply Comment Options
Unread 10-20-08, 11:29 AM  
noble8
A Warpwood Thunder Caller
 
noble8's Avatar
AddOn Author - Click to view AddOns

Forum posts: 95
File comments: 157
Uploads: 1
Originally posted by blackpandemic
This version isn't working at all for me. It just turns my minimap into a round map with no border and the tracking button. I was getting an error when I had all my addons but the map turned on but when I re-enabled all my addons tekerr didn't pick anything up -shrugs-
Same, this error when LoD modules loaded as well:

Interface\AddOns\pMinimap_Config\pMinimap_Config.lua:46: either current or getFunc must be supplied, but not both
[C]: ?
[C]: in function `error'
...map_Config\LibSimpleOptions\LibSimpleOptions-1.0.lua:637: in function `MakeToggle'
Interface\AddOns\pMinimap_Config\pMinimap_Config.lua:46: in function `controlCreationFunc'
...map_Config\LibSimpleOptions\LibSimpleOptions-1.0.lua:101: in function <...map_Config\LibSimpleOptions\LibSimpleOptions-1.0.lua:99>
[C]: in function `SetParent'
Interface\FrameXML\UIOptionsFrame.lua:24: in function `InterfaceOptionsList_DisplayPanel'
Interface\FrameXML\UIOptionsFrame.lua:46: in function `InterfaceOptionsListButton_OnClick'
[string "*:OnClick"]:2: in function <[string "*:OnClick"]:1>
__________________
If science and religion are destroyed, science would re-emerge exactly the same;
but not religion.
Report comment to moderator  
Reply With Quote
Unread 10-20-08, 11:38 AM  
noble8
A Warpwood Thunder Caller
 
noble8's Avatar
AddOn Author - Click to view AddOns

Forum posts: 95
File comments: 157
Uploads: 1
This on load:


Interface\AddOns\pMinimap\pMinimap.lua:61:Usage: pMinimap:SetPoint("point" [,region or nil] [,relativePoint"] [,offsetX, offsetY])
__________________
If science and religion are destroyed, science would re-emerge exactly the same;
but not religion.
Report comment to moderator  
Reply With Quote
Unread 10-20-08, 01:12 PM  
Gendr
A Deviate Faerie Dragon
AddOn Author - Click to view AddOns

Forum posts: 11
File comments: 64
Uploads: 8
Originally posted by blackpandemic
This version isn't working at all for me. It just turns my minimap into a round map with no border and the tracking button. I was getting an error when I had all my addons but the map turned on but when I re-enabled all my addons tekerr didn't pick anything up -shrugs-
Delete your saved variables for pMinimap.
Report comment to moderator  
Reply With Quote
Unread 10-20-08, 01:18 PM  
micha1337
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
I deleted my saved Variables and still the same problem : )
Report comment to moderator  
Reply With Quote
Unread 10-20-08, 01:22 PM  
noble8
A Warpwood Thunder Caller
 
noble8's Avatar
AddOn Author - Click to view AddOns

Forum posts: 95
File comments: 157
Uploads: 1
Thanks
__________________
If science and religion are destroyed, science would re-emerge exactly the same;
but not religion.
Report comment to moderator  
Reply With Quote
Unread 10-20-08, 01:41 PM  
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1710
File comments: 1222
Uploads: 43
Wont be able to answer questions until tomorrow.


Originally posted by Caellian
Absolutely imba

Maybe a little suggestion, add a
Code:
TimeManagerClockTicker:SetTextColor(xx,xx,xx)
The color is already what I want it to be.
Report comment to moderator  
Reply With Quote
Unread 10-20-08, 04:47 PM  
Yungsters
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Configuration Suggestions

Would it be possible to add configuration settings for the font face and size and the minimap frame level? As of now, everytime I update, I have to:

1. Replace 'font.ttf' with BigNoodleTitling.
2. Edit hardcoded font size '13' to be '11'.
3. Add 'Minimap:SetFrameLevel(4)' after 'MinimapNorthTag:SetAlpha(0)'.

Thanks!
Report comment to moderator  
Reply With Quote
Unread 10-20-08, 05:15 PM  
michaelawill
A Kobold Labourer

Forum posts: 1
File comments: 10
Uploads: 0
You opened the door to these kinds of requests when you added a config window for these :P

My opinion is, if you know what code to add to make the changes you want, then don't ask for code to be added to every single persons copy of it just so it's easier for you.
Report comment to moderator  
Reply With Quote
Unread 10-20-08, 05:34 PM  
blackpandemic
A Flamescale Wyrmkin
 
blackpandemic's Avatar
AddOn Compiler - Click to view compilations

Forum posts: 123
File comments: 82
Uploads: 2
Originally posted by michaelawill
You opened the door to these kinds of requests when you added a config window for these :P

My opinion is, if you know what code to add to make the changes you want, then don't ask for code to be added to every single persons copy of it just so it's easier for you.
^QFT - Thanks for the update, works like a charm!
__________________
"It is forbidden to kill; therefore all murderers are punished unless they kill in large numbers and to the sound of trumpets." -Voltaire
Report comment to moderator  
Reply With Quote
Unread 10-20-08, 10:47 PM  
Seeker4015
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
The Calendar

I love the way your mod looks, it's really clean. However, I also love the calendar, and I hate typing /calendar every time I need to open it.

I found that another addon, BasicMinimap, had that functionality, but was uglier UI-wise than yours, so I fooled around until I figured out how to add the function I wanted. For those interested, copy and paste:

Code:
	Minimap:SetScript("OnMouseUp", function(self, btn)
		if btn == "RightButton" then
			GameTimeFrame:Click()
		else
			Minimap_OnClick(self)
		end
	end)
right underneath this addon function in pminimap.lua (open in notepad):

Code:
	Minimap:SetScript('OnMouseWheel', function(self, dir)
		if(dir > 0) then
			Minimap_ZoomIn()
		else
			Minimap_ZoomOut()
		end
	end)
and right clicking will open the calendar, while left clicking still pings. It also has no adverse effect on the ability to move the minimap.

I'd love if you could officially add this to your addon, so if you update it for further wow patches, it remains functional (I suck at programming). I did, however, take that code without asking, so.

Anyway, good work!
Last edited by Seeker4015 : 10-20-08 at 10:48 PM.
Report comment to moderator  
Reply With Quote
Unread 10-21-08, 02:27 AM  
kkot
A Deviate Faerie Dragon
AddOn Compiler - Click to view compilations

Forum posts: 10
File comments: 24
Uploads: 1
Originally posted by blackpandemic
This version isn't working at all for me. It just turns my minimap into a round map with no border and the tracking button. I was getting an error when I had all my addons but the map turned on but when I re-enabled all my addons tekerr didn't pick anything up -shrugs-
Don't delete pMinimap_Durability. It's got the settings to move and make the minimap square.

Edit- looks like it's now been changed.
Last edited by kkot : 10-21-08 at 02:31 AM.
Report comment to moderator  
Reply With Quote
Unread 10-21-08, 02:51 AM  
Twumi
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Getting this error when trying to open the config

Interface\Addons\pMinimap_Config\Pminimap_Config.lua:46: either current or getFunc must be supplied, but not both

am i doing anyting wrong?

- its working now, had to clear saved var.
Last edited by Twumi : 10-21-08 at 03:06 AM.
Report comment to moderator  
Reply With Quote
Unread 10-21-08, 08:38 AM  
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1710
File comments: 1222
Uploads: 43
Re: The Calendar

Originally posted by Seeker4015
I love the way your mod looks, it's really clean. However, I also love the calendar, and I hate typing /calendar every time I need to open it.

I found that another addon, BasicMinimap, had that functionality, but was uglier UI-wise than yours, so I fooled around until I figured out how to add the function I wanted. For those interested, copy and paste:

Code:
	Minimap:SetScript("OnMouseUp", function(self, btn)
		if btn == "RightButton" then
			GameTimeFrame:Click()
		else
			Minimap_OnClick(self)
		end
	end)
right underneath this addon function in pminimap.lua (open in notepad):

Code:
	Minimap:SetScript('OnMouseWheel', function(self, dir)
		if(dir > 0) then
			Minimap_ZoomIn()
		else
			Minimap_ZoomOut()
		end
	end)
and right clicking will open the calendar, while left clicking still pings. It also has no adverse effect on the ability to move the minimap.

I'd love if you could officially add this to your addon, so if you update it for further wow patches, it remains functional (I suck at programming). I did, however, take that code without asking, so.

Anyway, good work!

# Right-Click the clock to open calendar
Report comment to moderator  
Reply With Quote
Unread 10-21-08, 08:40 AM  
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1710
File comments: 1222
Uploads: 43
Re: Configuration Suggestions

Originally posted by Yungsters
Would it be possible to add configuration settings for the font face and size and the minimap frame level? As of now, everytime I update, I have to:

1. Replace 'font.ttf' with BigNoodleTitling.
2. Edit hardcoded font size '13' to be '11'.
3. Add 'Minimap:SetFrameLevel(4)' after 'MinimapNorthTag:SetAlpha(0)'.

Thanks!
Sure, why not
Report comment to moderator  
Reply With Quote
Unread 10-22-08, 10:46 AM  
sp1ti
A Kobold Labourer

Forum posts: 0
File comments: 6
Uploads: 0
since the last update the map is no longer a square for me oO and i get this error:
Interface\AddOns\pMinimap_Config\pMinimap_Config.lua:46: either current or getFunc must be supplied, but not both
[C]: ?
[C]: in function `error'
...map_Config\LibSimpleOptions\LibSimpleOptions-1.0.lua:637: in function `MakeToggle'
Interface\AddOns\pMinimap_Config\pMinimap_Config.lua:46: in function `controlCreationFunc'
...map_Config\LibSimpleOptions\LibSimpleOptions-1.0.lua:101: in function <...map_Config\LibSimpleOptions\LibSimpleOptions-1.0.lua:99>
[C]: in function `Show'
Interface\FrameXML\UIOptionsFrame.lua:204: in function `InterfaceOptionsFrame_Show'
Interface\FrameXML\UIOptionsFrame.lua:484: in function `InterfaceOptionsFrame_OpenToCategory'
Interface\AddOns\pMinimap\pMinimap.lua:118: in function `value'
Interface\FrameXML\ChatFrame.lua:3212: in function `ChatEdit_ParseText'
Interface\FrameXML\ChatFrame.lua:2911: in function `ChatEdit_SendText'
Interface\FrameXML\ChatFrame.lua:2932: in function `ChatEdit_OnEnterPressed'
[string "*:OnEnterPressed"]:1: in function <[string "*:OnEnterPressed"]:1>
(clock etc isnt showing either)
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: