Download
(90Kb)
Download
Updated: 10-21-08 02:16 AM
Pictures
File Info
Updated:10-21-08 02:16 AM
Created:unknown
Downloads:10,383
Favorites:61
MD5:

Light'n'Stylish Minimap  Popular! (More than 5000 hits)

Version: 1.3.1
by: Fellrond [More]

- very low memory usage.
- stylish look (in my humble opinion )
- colored location bar with same look
- square mask
- zoom with mouse scroll
- smart coords module
- WotLK (3.0.x) ready
- /rl command for Reload UI
- border skin for buttons included
- clock with calendar button

Installation

Just unzip files in your own World of Warcraft folder ("D:\Games\World of Warcraft\Interface\Addons" for example)

After this your's L'n'S_Minimap ready for work. For change anything, simply open LnS_Minimap.lua and feel free to configure, I leaved comments for most important strings

Current version: 1.3.1

Future ideas:
- please, leave comments and suggest somewhat if you want

Thanks to Don Kaban, my friend, who inspired me to write this

v1.0
Project started.

v1.1
Added smart coords.

v1.1.1
Fixed issue with world map mods, like Cartograper. (thanks Rucka for report)

v1.2
Added tranparency
3.0.x patch ready

v1.3
Updated TOC to 30000
Clock bar with calendar implemented
Some cosmetic changes

v1.3.1
Fixed errors
Added offset from borders, for moving all map at time (thanks Karail)
Optional Files (0)


Post A Reply Comment Options
Unread 08-24-08, 05:20 PM  
Mitur
A Murloc Raider

Forum posts: 6
File comments: 1
Uploads: 0
Nice one!

Got very bored with my standart map, and all the other mods where heavier than this one. Liked the looks, it's like a Bentley - straight and square, but stylish in it's own way GJ man!
Report comment to moderator  
Reply With Quote
Unread 08-24-08, 05:51 PM  
aaayer
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
very nice thx
Report comment to moderator  
Reply With Quote
Unread 08-29-08, 02:40 AM  
Rucka
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Great addon, the best minimap I've tried, and I've tried the most popular ones

But I'm having some trouble using it alongside with Carthographer, I can't zoom out in the world map, can you please adress this issue?

Thank you
Report comment to moderator  
Reply With Quote
Unread 08-29-08, 02:51 AM  
Fellrond
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 13
Uploads: 1
Originally posted by Rucka
Great addon, the best minimap I've tried, and I've tried the most popular ones

But I'm having some trouble using it alongside with Carthographer, I can't zoom out in the world map, can you please adress this issue?

Thank you
Thanks for report, Rucka!
I will see what happened.
I will fix it today. Look for nearest update

UPDATE: That problem was fixed. Check for update in 10 min.
Last edited by Fellrond : 08-29-08 at 03:35 AM.
Report comment to moderator  
Reply With Quote
Unread 08-30-08, 07:46 PM  
Shoy
A Kobold Labourer

Forum posts: 0
File comments: 12
Uploads: 0
very nice addon

In your screenshot, are you using StellarBars? if so, I'm curious how to use the side art with it.
Report comment to moderator  
Reply With Quote
Unread 08-31-08, 05:39 AM  
Fellrond
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 13
Uploads: 1
Originally posted by Shoy
very nice addon

In your screenshot, are you using StellarBars? if so, I'm curious how to use the side art with it.
No. on that screenshot not loaded any other addons.
Report comment to moderator  
Reply With Quote
Unread 08-31-08, 03:17 PM  
Shoy
A Kobold Labourer

Forum posts: 0
File comments: 12
Uploads: 0
Originally posted by Fellrond
No. on that screenshot not loaded any other addons.
Ahh okay, thanks for the reply. I'm using your minimap addon and really loving it. Keep up the great work
Report comment to moderator  
Reply With Quote
Unread 09-01-08, 03:40 PM  
Sanctifie
A Defias Bandit

Forum posts: 2
File comments: 2
Uploads: 0
Is there anyway to currently change the alpha of the minimap?
If there is not, could you possibly add it in a new update?
Report comment to moderator  
Reply With Quote
Unread 09-02-08, 05:33 AM  
Fellrond
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 13
Uploads: 1
Originally posted by Sanctifie
Is there anyway to currently change the alpha of the minimap?
If there is not, could you possibly add it in a new update?
Ok, it will be done. May be i will upload new version today.
Report comment to moderator  
Reply With Quote
Unread 10-02-08, 05:44 AM  
Prototype
A Kobold Labourer
 
Prototype's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 84
Uploads: 1
thanks, a very good addon, gratulation!

Is it possible to make the coords a bit larger, changing in the lua? where?

Problem is @ resolution of 1680x1050 the coords text ist very hard to read for my eyes^^
Report comment to moderator  
Reply With Quote
Unread 10-02-08, 08:24 AM  
Fellrond
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 13
Uploads: 1
Originally posted by Prototype
thanks, a very good addon, gratulation!

Is it possible to make the coords a bit larger, changing in the lua? where?

Problem is @ resolution of 1680x1050 the coords text ist very hard to read for my eyes^^
You can find it in line 54 of LnS_Minimap.lua:

Code:
crd_bar:SetScale(scl)
Just erase 'scl' and write number >1. Btw, you can change variable 'scl' in start of file for scaling all modules of map.
Last edited by Fellrond : 10-02-08 at 08:25 AM.
Report comment to moderator  
Reply With Quote
Unread 10-03-08, 02:55 AM  
Prototype
A Kobold Labourer
 
Prototype's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 84
Uploads: 1
Originally posted by Fellrond
You can find it in line 54 of LnS_Minimap.lua:

Code:
crd_bar:SetScale(scl)
Just erase 'scl' and write number >1. Btw, you can change variable 'scl' in start of file for scaling all modules of map.
perfect, thanks!
Report comment to moderator  
Reply With Quote
Unread 10-10-08, 09:27 PM  
fostic_popcorn
A Murloc Raider
 
fostic_popcorn's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 51
Uploads: 2
Hey! I'd just like to say, this truly is a Light and Stylish minimap! It looks great and I'm super pleased with it. Just one thing though, with the addition of the new digital clock onto the minimap, it looks a bit strange and something of an eyesore against the sleekness of this addon. Do you have any plans for modifying the clock anytime soon?
Report comment to moderator  
Reply With Quote
Unread 10-11-08, 01:21 PM  
Prototype
A Kobold Labourer
 
Prototype's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 84
Uploads: 1
yes the clock thing is a small design fault.

a other question, i had square minimap buttons, after disable/enable minimap and a few other addons, they were rounded. If someone knows how i can get square buttons, im realy happy.
Last edited by Prototype : 10-11-08 at 04:19 PM.
Report comment to moderator  
Reply With Quote
Unread 10-12-08, 08:13 AM  
Fellrond
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 13
Uploads: 1
Originally posted by Prototype
yes the clock thing is a small design fault.

a other question, i had square minimap buttons, after disable/enable minimap and a few other addons, they were rounded. If someone knows how i can get square buttons, im realy happy.
It's not feature, that granted by addon code. It's texture changing in ...\Interface\ folder. You can find .blp files with textures around it, to modify/make default just delete folders in this path, exept "Addons" folder.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: