Download
(10 Kb)
Download
Updated: 03/31/14 03:20 PM
Pictures
File Info
Compatibility:
Live (1.0)
Beta (0.18)
Updated:03/31/14 03:20 PM
Created:03/15/14 03:46 PM
Monthly downloads:233
Total downloads:278,101
Favorites:408
MD5:
ZrMiniMap  Popular! (More than 5000 hits)
Version: 1.0b
by: Zerorez [More]
A working minimap!

So I guess a lot of people have been excited since I said I was working on this. Well here it finally is! Still an early version most likely with bugs. More features to come hopefully.

Known Issues:
- applying a map pin filter for the world map does not update the minimap until reload/map change
v0.01:
- uploaded

v0.02:
- fixed some problems with quest pins
- added size option
- added Reload Pins button

v0.03:
- options now save
- position now saves
- addons that add map pins should work properly now.

v0.04:
- added alpha slider option
- the issue with the WorldMap displaying incorrectly should be fixed.
- quest circle areas now display on the MiniMap
- quest pins should show on top of all other pins now
- some blinking quest pins are fixed

v0.05
- updated to new api version
- added option for MiniMap pin scale

v1.0
- fixed problem with map in upper right blocking some interface elements

v1.0b
- removed minimap hiding when game menu open (to fix the line 44 error)
Optional Files (0)


Archived Files (6)
File Name
Version
Size
Uploader
Date
1.0
10kB
Zerorez
03/31/14 01:13 PM
0.05
9kB
Zerorez
03/24/14 12:32 PM
0.04
9kB
Zerorez
03/17/14 11:35 AM
0.03
9kB
Zerorez
03/16/14 11:16 AM
0.02
9kB
Zerorez
03/15/14 07:55 PM
0.01
9kB
03/15/14 03:46 PM


Post A Reply Comment Options
Unread 04/07/14, 12:19 AM  
AncientLich

Forum posts: 0
File comments: 1
Uploads: 0
player orientation

Hello everyone!
For people who want the player orientation same as camera facing.
You can simply add 2 line of codes in ZrMM.lua after line 117

Code:
Zr_MM_Player:SetTextureRotation(heading)  <- this is the original line 117 (delete it)
cam_heading = GetPlayerCameraHeading()
Zr_MM_Player:SetTextureRotation(cam_heading)
save the lua and reload your eso ui in game by typing "/reloadui"
done and done =)

Lycheus
Last edited by AncientLich : 04/07/14 at 07:31 PM.
Report comment to moderator  
Reply With Quote
Unread 04/07/14, 09:11 AM  
Sunsteal

Forum posts: 0
File comments: 2
Uploads: 0
Hello. Great idea but I find the jiggling map icons very intrusive and I didn't have a user icon on the map. but these pail in comparison to the main problem.

Not sure how it does it (and I'll supply screenies if you want to see it for yourself) but this addon actually affected the in game map. When I bring up the in-game map while this addon is loaded it show me over the other the other side of the zone with a click-able daggerfall area in the sea.

I have no idea how it can do this but it's in some way interacting with the in-game map.
Report comment to moderator  
Reply With Quote
Unread 04/07/14, 10:20 AM  
Aoon
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 77
Uploads: 1
Originally Posted by Sunsteal
Hello. Great idea but I find the jiggling map icons very intrusive and I didn't have a user icon on the map. but these pail in comparison to the main problem.

Not sure how it does it (and I'll supply screenies if you want to see it for yourself) but this addon actually affected the in game map. When I bring up the in-game map while this addon is loaded it show me over the other the other side of the zone with a click-able daggerfall area in the sea.

I have no idea how it can do this but it's in some way interacting with the in-game map.
I added an optional file for this addon that replaces it and fixes a lot of issues and adds a few things.
http://www.esoui.com/downloads/info1...-Modified.html

If you see bugs with that version post on that versions comments.

Thanks
Report comment to moderator  
Reply With Quote
Unread 04/08/14, 04:06 AM  
Bierdeife

Forum posts: 1
File comments: 116
Uploads: 0
I've found a bug. I'm doing a quest right now and the Quest-Radius on the MiniMap is wrong scaled!

Normal Map with correct scaled radius:


Your MiniMapAddon with wrong scaled radius:


As you can see, the map is also wrong named!
Report comment to moderator  
Reply With Quote
Unread 04/08/14, 11:03 AM  
Aoon
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 77
Uploads: 1
Originally Posted by Bierdeife
..snip..

As you can see, the map is also wrong named!
I noticed the wrongly scaled quest area pin as well when I first started using this addon. When I finally play the game and do some quests and encounter one of these area pin quests I'll take some time to mess around with it.

Also the zonename is fixed as well as numerous other fixes in the ZrMM - modified version that I am updating while the original author is in limbo.
Report comment to moderator  
Reply With Quote
Unread 04/08/14, 11:15 AM  
Arpheus
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 15
Uploads: 1
New Version

Aoon I took your version and adapted it to have a special zoom for town and dungeons. I also changed the slider setting for the minimap size which means you can now size the minimap in steps of 10 pixels instead of 100 pixels which is convenient.
The map name is now inside the map. Thats nice for those who have the minimap in the right bottom corner as well as for those who place it in the left top corner.

Would be great if you could work on this version if you fix the quest radius problem which I noticed too.

The file can be found under optional files.
Last edited by Arpheus : 04/08/14 at 11:15 AM.
Report comment to moderator  
Reply With Quote
Unread 04/08/14, 01:48 PM  
Dimossa

Forum posts: 0
File comments: 4
Uploads: 0
Re: New Version

Originally Posted by Arpheus
Aoon I took your version and adapted it to have a special zoom for town and dungeons. I also changed the slider setting for the minimap size which means you can now size the minimap in steps of 10 pixels instead of 100 pixels which is convenient.
The map name is now inside the map. Thats nice for those who have the minimap in the right bottom corner as well as for those who place it in the left top corner.

Would be great if you could work on this version if you fix the quest radius problem which I noticed too.

The file can be found under optional files.
Hey, there is a known bug with minimap, that forbids you using teleport in cyrodill. zoom out is disabled whenever you use minimap addon. Hope it will be fixed soon, thanks.
Report comment to moderator  
Reply With Quote
Unread 04/08/14, 02:48 PM  
Aoon
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 77
Uploads: 1
Re: Re: New Version

Originally Posted by Dimossa
Hey, there is a known bug with minimap, that forbids you using teleport in cyrodill. zoom out is disabled whenever you use minimap addon. Hope it will be fixed soon, thanks.
That bug has been reported fixed in the modfied version that is linked below. and in the "other files" tab just above the comments.
Report comment to moderator  
Reply With Quote
Unread 04/08/14, 04:24 PM  
Lichbane

Forum posts: 8
File comments: 30
Uploads: 0
Love this addon!

I did come across a bug last night though. It seems that some areas don't have a map. At the end of the Camlorn quest line, during the final showdown with the end boss an error screen appeared and I suspect because the location had no map (I'll try and test this with an alt, but I'm a long way off that location with my alts). Sadly, I couldn't get close the error window and had to move it to the side.

Is there any way you can detect if a map exists and if not, then just not set an error condition.
Report comment to moderator  
Reply With Quote
Unread 04/08/14, 07:07 PM  
Marc05

Forum posts: 2
File comments: 2
Uploads: 0
Re: compass

Originally Posted by thewatuzzi
when I first installed the minimap everything was working fine and I was using the option to hide the compass, but now the compass seems to be always showing again
Compass is always showing for me as well.
Report comment to moderator  
Reply With Quote
Unread 04/08/14, 11:50 PM  
WoWLoreConfusedMe

Forum posts: 7
File comments: 44
Uploads: 0
What happened with the original version of ZrMiniMap? It is discontinued somehow?

Forks and patches everywhere!
Report comment to moderator  
Reply With Quote
Unread 04/09/14, 06:11 AM  
Endareth

Forum posts: 0
File comments: 4
Uploads: 0
Status

The original author (Zerorez) has been somewhat absent since release. Not sure if that means he's too engrossed in the game to work on mods, or isn't actually playing! Either way, in his absence others take up the flame! I think that currently the main/best version to be using is the patch by Arpheus. It includes the same changes I made, plus various other bug fixes.

Having just noticed that ESOUI actually includes Git repositories too, I might put Arpheus' patch into there as I'm thinking of trying to add further improvements to it myself. Hopefully when Zerorez re-surfaces, he'll be happy with continuing with what has been done.
Report comment to moderator  
Reply With Quote
Unread 04/09/14, 02:25 PM  
Saftsuse
 
Saftsuse's Avatar

Forum posts: 13
File comments: 149
Uploads: 0
my minimap is completely gone, its nowhere to be found. I removed all other addons, and installed a fresh version of this, but no minimap, where can it be? I want minimap hehe, please help
Report comment to moderator  
Reply With Quote
Unread 04/09/14, 07:47 PM  
Archongamer

Forum posts: 3
File comments: 74
Uploads: 0
Re: Status

Originally Posted by Endareth
The original author (Zerorez) has been somewhat absent since release. Not sure if that means he's too engrossed in the game to work on mods, or isn't actually playing! Either way, in his absence others take up the flame! I think that currently the main/best version to be using is the patch by Arpheus. It includes the same changes I made, plus various other bug fixes.

Having just noticed that ESOUI actually includes Git repositories too, I might put Arpheus' patch into there as I'm thinking of trying to add further improvements to it myself. Hopefully when Zerorez re-surfaces, he'll be happy with continuing with what has been done.
Thank you. Is there anyway to change the size more precisely? I would like it to be about 250 but I can't seem to do that. It's either 200 or 300 or with the free sizer almost random. Maybe even if I had to go into the file and type in the setting. Thoughts? Thanks
Report comment to moderator  
Reply With Quote
Unread 04/09/14, 11:32 PM  
ronguiness

Forum posts: 1
File comments: 10
Uploads: 0
Originally Posted by Saftsuse
my minimap is completely gone, its nowhere to be found. I removed all other addons, and installed a fresh version of this, but no minimap, where can it be? I want minimap hehe, please help
If you are playing with multiple screens and using Wykkyd's addons you need to turn off multi screen in his addon reposition the mini map closer to the left side of the screen then turn Wykkyd's addon back on then you can adjust the mini map to your liking.

I have to do this multiple times while I play. The way I see it a small inconvenience for a great working mini map.

I am not the best at explaining things so if this is why you are having the problem and you require more help please PM me or find me in game. I believe you can search me under ronguiness.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: