Download
(106Kb)
Download
Updated: 03-07-13 11:41 PM
Pictures
File Info
Updated:03-07-13 11:41 PM
Created:08-14-12 12:12 AM
Downloads:7,246
Favorites:40
MD5:

QuseMap  Popular! (More than 5000 hits)

Version: v1.3
by: Qupe [More]

Rectangular shaped minimap based on Dawn's dRecMap and Ichik's Wanderlust.

DISCLAIMER:
Due to how the minimap is made into a rectangle, placing the map flush
against the top and bottom borders of the screen is impossible.

The minimum space needed is already calculated for you in the LUA.

FEATURES/FUNCTIONALITY:
- Rectangular!
- Lightweight
- Easy-to-use .LUA config in "QuseMap.lua" file (to change anything past default, you must be willing to look at lua)
- Snazzy "new mail" indicator
- Picomenu (micro-menu) written by Neal, featured in Neav UI
- Replaces instance difficulty flag with a text-based indicator

- To open Picomenu, click the bright yellow square in bottom left of map
- Right click anywhere on the map to bring up tracking list (default spot is top left corner)
- Left click the clock for the calendar (or type /cl)
- Right click the clock for the stopwatch frame
- Clock will turn light maroon color when there is a pending calendar invite

HOW TO:
- Open the QuseMap.zip file
- Place the QuseMap folder into your AddOns folder
- Enable at the character select screen
- Bananas!

* If you would like to disable the Picomenu, delete/rename the "picomenu.lua" file from inside the addon folder.

FONTS HOW TO:
I have included both a pixel font and a non-pixel font in the folder.
To swap between them choose either font at the top of the QuseMap.lua file (look for the large "CHANGE FONT HERE" text).

For pixel fonts: change the value to true. For non-pixel fonts change value to false
Lua Code:
  1. local pixelFont = true   -- false for normal fonts

If you wish to change the font size or outline for either font change the values for your corresponding font:
Lua Code:
  1. if pixelFont == true then
  2.     font = mediaFolder.."font2.ttf"    
  3.     fontsize = 8
  4.     fontflag = "OUTLINEMONOCHROME"
  5. else
  6.     font = mediaFolder.."font.ttf" 
  7.     fontsize = 12
  8.     fontflag = "OUTLINE"
  9. end
* If you wish to change the supplied fonts, drag and drop your desired font into the media folder and rename it to font or font2 (font = non-pixel font, font2 = pixel font).

TO DO:
- Add Dawn's "hold-ALT-to-move" code back in.
- Figure out how to make clock text flash when a pending invite is present.

If you find any issues or have any suggestions/comments/issues, please leave a comment in the comments section!


All credit goes to the authors whose work this addon is derived from and anyone who has helped me out!
Thanks go out to Ichik, Dawn, Haleth, eiszeit/Lyn and Phanx.

-----------

Any help is appreciated - and not at all required.

I do this for fun but if you enjoy this addon and would like to show your appreciation, click below:

Click here to lend your support!

v1.3 - 03/07
- TOC update.
- Instance difficulty fixed - Thanks Haleth be3f!

v1.2/a - 08/09
- Instance difficulty flags work now (a la code from FreeUI by Haleth).
- Clock/Instance Difficulty text classcolor now works.
- Sans-serif font is now the default.
a:
- Mixed up a couple lines, sorry!

v1.13 - 08/31
- Removed the ugly and annoying "hatching" texture that shows when a quest/dig PoI extends off the map
- Hopefully fixed the PicoMenu showing when in a cinematic.

v1.12 - 08/15
- Added Mounts/Pet journal window to Picomenu

v1.1 - 08/14
- Made font code make more sense (thanks Lyn!)

v1 - 08/14
- Initial release!
Optional Files (0)


Post A Reply Comment Options
Unread 09-09-12, 03:29 PM  
Zenjaa
A Deviate Faerie Dragon

Forum posts: 10
File comments: 53
Uploads: 0
Originally Posted by Qupe
Originally Posted by Zenjaa
Originally Posted by Qupe
Originally Posted by Zenjaa
if I have grid2 enabled the time display changes color in a mysterious way ^^
violet, pink (changes after rl) but not white (class-colored).
That's really, really strange. I'll take a look, but I don't even know where to start.
yes it is. i dont know if its connected to my settings . didnt test it with a clean grid2 install.
Think I have it fixed, got an update ready to go. Probably my crappy code!
thanks!
Report comment to moderator  
Reply With Quote
Unread 09-09-12, 06:10 PM  
Blindlabel
A Kobold Labourer

Forum posts: 0
File comments: 12
Uploads: 0
line 54 should be
Code:
Minimap:SetMaskTexture(mediaFolder.."rectangle")
line 80 should be
Code:
if classcolor == true then
Report comment to moderator  
Reply With Quote
Unread 09-09-12, 06:16 PM  
Qupe
A Warpwood Thunder Caller
 
Qupe's Avatar
AddOn Author - Click to view AddOns

Forum posts: 92
File comments: 523
Uploads: 3
Originally Posted by Blindlabel
line 54 should be
Code:
Minimap:SetMaskTexture(mediaFolder.."rectangle")
line 80 should be
Code:
if classcolor == true then
f woops, thanks!
__________________
Quse UI
WoW :: EQ2
Report comment to moderator  
Reply With Quote
Unread 12-22-12, 12:57 PM  
Greensleeper
A Defias Bandit

Forum posts: 2
File comments: 29
Uploads: 0
Hey there,

been using this mod for a while now and it's awesome !

been wondering if there's a way to change the blizzard style LFG icon?
can that be done within this mod or do i need something else?


thanks in advance !
Report comment to moderator  
Reply With Quote
Unread 03-06-13, 08:02 PM  
Be3f.
A Theradrim Guardian
 
Be3f.'s Avatar

Forum posts: 65
File comments: 27
Uploads: 0
For anyone getting an error when using this sexy thing (patch 5.2).

replace line 111-133 with:

Code:
rd:SetScript("OnEvent", function()
	local _, _, difficulty, _, maxPlayers = GetInstanceInfo()

	if difficulty == 0 then
		rdt:SetText("")
	elseif maxPlayers == 3 then
		rdt:SetText("3")
	elseif difficulty == 1 then
		rdt:SetText("5")
	elseif difficulty == 2 then
		rdt:SetText("5H")
	elseif difficulty == 3 then
		rdt:SetText("10")
	elseif difficulty == 4 then
		rdt:SetText("25")
	elseif difficulty == 5 then
		rdt:SetText("10H")
	elseif difficulty == 6 then
		rdt:SetText("25H")
	elseif difficulty == 7 then
		rdt:SetText("LFR")
	elseif difficulty == 8 then
		rdt:SetText("5CM")
	elseif difficulty == 9 then
		rdt:SetText("40")
	end
From FreeUI.
__________________
-- Be3f.
Last edited by Be3f. : 03-06-13 at 08:02 PM.
Report comment to moderator  
Reply With Quote
Unread 03-07-13, 12:48 PM  
drnkn
A Kobold Labourer

Forum posts: 0
File comments: 7
Uploads: 0
Originally Posted by Be3f.
"HELP FOR 5.2"
THANKZ <3
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: