Download
(75 Kb)
Download
Updated: 03/21/15 07:28 PM
Pictures
File Info
Compatibility:
Update 6 (1.6.5)
Updated:03/21/15 07:28 PM
Created:05/02/14 03:05 PM
Monthly downloads:174
Total downloads:223,813
Favorites:423
MD5:
Undiscovered  Popular! (More than 5000 hits)
Version: 0.1.0
by: dwot [More]
Undiscovered shows Points of Interest on your in game map, making it easier to track down Quest Hubs, Dungeons, Dolmens, Wayshrines and other useful sites scattered on the map.

SHOWS:
  • Wayshrine
  • Area of Interest
  • Public/Solo Dungeon
  • Mundus Stone
  • Dolmen
  • Group Boss
  • Group Dungeon
  • Quest Hub
  • Crafting Location

**In Development**
  • French Localization (Menus & Types)
  • Better tuning of Found vs. Completed
  • Filtering based on POI type

**Credits**
Deutsch translation provided by DaBear78 (THANKS!)
Awesome Icon set provided by Asghaard (THANKS!)

Libraries Used
MapPin Rendering/Filtering, Settings Menu Implementation, Localization Code and DataStore Loading are built on techniques learned from
Garkin and his tremendously awesome addons, Skyshards & Lorebooks (Special thanks to Garkin for not only his addons but his advice and guidance while working on Undiscovered. Go Donate to him!)

POIs mined from
ESO APIs & ESOHead
**Changelog**
v.0.1.0
Back from a long slumber
Updated to work with LibAddonMenu2
Removed Pin Preview for the moment

v.0.0.9
Update for new API version

v.0.0.8
Layer/Level Fixes for WorldMap (Still not quite right with ZrMM, working on fixing)
Fixes for Asghaard's Icons
Fix for miscategorized Risen Court (Thanks Sharlikran!)

v.0.0.7
German Localization provided by DaBear78
New Icons provided by Asghaard
Built on LibMapPinManager prototype

v.0.0.6
Improved Filtering, Localization Implementation, Zone Detection for Rendering (Thanks Garkin!)
Split POI mapping files into localized versions to improve performance / runtime footprint

v.0.0.5
Added hook to POI Updated event, now updating properly on discovery
Added formatting for localized strings (Thanks DaBear78)

v.0.0.4 More Icon Options
Small update with better icon options

v.0.0.3 Refactoring & Fix for non-English Locales
Added mined strings for points of interest in other locales
Major refactoring of pin rendering, reducing map lag and drawing all API returned POIs regardless of mapping

v.0.0.2 Completed Classification
All POIs should now be properly classified
Cleaned up vestigial code
Added ability to swap icons around, more icons coming
Some fixes for map not updating, though not yet 100% (Open / Close the map seems to work)

v.0.0.1 Initial Version
Not all POIs classified (a lot show as unknown type in tooltip)
Optional Files (1)
File Name
Version
Size
Author
Date
Type
0.1.0
11kB
01/08/18 02:03 PM
Patch


Archived Files (4)
File Name
Version
Size
Uploader
Date
0.0.9
53kB
dwot
05/22/14 03:40 PM
0.0.8
53kB
dwot
05/13/14 01:39 PM
0.0.7
53kB
dwot
05/13/14 08:31 AM
0.0.6
49kB
dwot
05/09/14 09:59 AM


Post A Reply Comment Options
Unread 05/08/14, 06:00 PM  
dwot
 
dwot's Avatar
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 23
Uploads: 1
Re: love this addon, but update?

Originally Posted by pulse4J
Hmm.... was working last night, but installed updates, and now there are no more red X's...

odd :/
It's entirely possible I pooched something up. Did you restart the Launcher or just the game after updating? (The Launcher needs to be restarted to pickup addon changes, it's a little odd, I know).

Are you playing in English or one of the other localizations?
Report comment to moderator  
Reply With Quote
Unread 05/09/14, 01:04 PM  
pulse4J

Forum posts: 2
File comments: 2
Uploads: 0
Re: Re: love this addon, but update?

Originally Posted by dwot
It's entirely possible I pooched something up. Did you restart the Launcher or just the game after updating? (The Launcher needs to be restarted to pickup addon changes, it's a little odd, I know).

Are you playing in English or one of the other localizations?
Yes, I restarted the launcher, and still had the same issue. I also reverted back to the old version and everything worked fine again. BTW, my wife and I both LOVE your addon. Thx for all your hard work!
Report comment to moderator  
Reply With Quote
Unread 05/09/14, 04:26 PM  
Lichbane

Forum posts: 8
File comments: 30
Uploads: 0
Oops ....

In the filtering you have known and unknown POI's around the wrong way.
Report comment to moderator  
Reply With Quote
Unread 05/10/14, 12:17 PM  
StealthStalker

Forum posts: 69
File comments: 66
Uploads: 0
Originally Posted by Lichbane
Oops ....

In the filtering you have known and unknown POI's around the wrong way.
Yep! Just installed and noticed this myself.
Report comment to moderator  
Reply With Quote
Unread 05/11/14, 07:42 AM  
DaBear78
 
DaBear78's Avatar

Forum posts: 1
File comments: 120
Uploads: 0
For the german translation I would suggest the following:

Lua Code:
  1. local Add = ZO_CreateStringId
  2.  
  3. do
  4.   --Map Filter Tags
  5.   Add("UNDISC_FILTER_FOUND",                   "Entdeckte POIs")
  6.   Add("UNDISC_FILTER_UNKNOWN",                 "Unentdeckte POIs")
  7.  
  8.   --Settings Menu
  9.   Add("UNDISC_SETTINGS_TITLE",                 "Undiscovered")
  10.   Add("UNDISC_SETTINGS_CHECK_UNKNOWN",         "Zeige unentdeckte POIs")
  11.   Add("UNDISC_SETTINGS_CHECK_KNOWN",           "Zeige bereits entdeckte POIs")
  12.   Add("UNDISC_SETTINGS_SELECT_PIN",            "Kartenpin-Icons auswählen")
  13.   Add("UNDISC_SETTINGS_SLIDER_PINSIZE",        "Pingröße")
  14.   Add("UNDISC_SETTINGS_SLIDER_PINLAYER",       "Pinlayer")
  15.   Add("UNDISC_SETTINGS_RESET",                 "Auf Standard zurücksetzen")
  16.  
  17.    --POI Types
  18.    Add("UNDISC_POITYPE_WAYSHRINE",                    "Wegschrein")
  19.    Add("UNDISC_POITYPE_AOI",                    "interessantes Gebiet")
  20.    Add("UNDISC_POITYPE_PUBLICDUNGEON",                    "Öffentliches Verlies")
  21.    Add("UNDISC_POITYPE_MUNDUS",                    "Mundusstein")
  22.    Add("UNDISC_POITYPE_DOLMEN",                    "Dolmen")
  23.    Add("UNDISC_POITYPE_GROUPBOSS",                    "Gruppen-Boss")
  24.    Add("UNDISC_POITYPE_GROUPDUNGEON",                    "Gruppen-Verlies")
  25.    Add("UNDISC_POITYPE_QUESTHUB",                    "Quest Hub")
  26.    Add("UNDISC_POITYPE_CRAFTING",                    "Handwerksstation")
  27.    Add("UNDISC_POITYPE_UNKNOWN",                    "Unbekannt")  
  28. end
Report comment to moderator  
Reply With Quote
Unread 05/12/14, 12:16 PM  
choekstr
 
choekstr's Avatar

Forum posts: 14
File comments: 391
Uploads: 0
Originally Posted by Lichbane
Oops ....

In the filtering you have known and unknown POI's around the wrong way.
Agree and confirmed. I just came here to report this as well. "Known POIs" and "Unknown POIs" in the map filter section are backwards.
Report comment to moderator  
Reply With Quote
Unread 05/12/14, 04:30 PM  
Mysterio

Forum posts: 0
File comments: 1
Uploads: 0
Made an account just so i could comment on this add-on. Thank you so much, you've helped me finish Reapers March, couldn't find 2 quests that I was missing. Keep up the good work mate. I look forward to using this add-on to complete many other zones down the line.

EDIT: Was walking to a quest that this add-on helped me find and I discovered a quest that did not show up with this add-on. The quest was in Reapers March and the name of the quest is "The Golden Claw". Hope that helps.
Last edited by Mysterio : 05/12/14 at 04:33 PM.
Report comment to moderator  
Reply With Quote
Unread 05/12/14, 11:59 PM  
Asghaard

Forum posts: 0
File comments: 9
Uploads: 0
Hi, thx for your work.

I've "created" 2 simple icons for my personnal use that I want to suggest to you.

Here they are :

(clik image to download .dds)




You can add them ... or not.

(scuse for my english if I made mistake)
Last edited by Asghaard : 05/13/14 at 12:08 AM.
Report comment to moderator  
Reply With Quote
Unread 05/13/14, 07:41 AM  
dwot
 
dwot's Avatar
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 23
Uploads: 1
Originally Posted by DaBear78
For the german translation I would suggest the following:
Awesome, it'll be in the next build, thanks a ton!
Report comment to moderator  
Reply With Quote
Unread 05/13/14, 07:47 AM  
dwot
 
dwot's Avatar
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 23
Uploads: 1
Originally Posted by Asghaard
Hi, thx for your work.

I've "created" 2 simple icons for my personnal use that I want to suggest to you.

You can add them ... or not.

(scuse for my english if I made mistake)
These are great icons! They will be in the next build, they look much better than mine!
Report comment to moderator  
Reply With Quote
Unread 05/13/14, 07:48 AM  
dwot
 
dwot's Avatar
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 23
Uploads: 1
Originally Posted by Lichbane
Oops ....

In the filtering you have known and unknown POI's around the wrong way.
Originally Posted by StealthStalker
Yep! Just installed and noticed this myself.
Originally Posted by choekstr
Agree and confirmed. I just came here to report this as well. "Known POIs" and "Unknown POIs" in the map filter section are backwards.
Fix will be out shortly. Thanks for reporting!
Report comment to moderator  
Reply With Quote
Unread 05/13/14, 07:49 AM  
dwot
 
dwot's Avatar
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 23
Uploads: 1
Originally Posted by Mysterio
Made an account just so i could comment on this add-on. Thank you so much, you've helped me finish Reapers March, couldn't find 2 quests that I was missing. Keep up the good work mate. I look forward to using this add-on to complete many other zones down the line.

EDIT: Was walking to a quest that this add-on helped me find and I discovered a quest that did not show up with this add-on. The quest was in Reapers March and the name of the quest is "The Golden Claw". Hope that helps.
This addon doesn't actually track individual quests yet, but I'll keep this in mind. I'm going to poke a bit at the quest api's and see if I can pull anything useful out of them for future features.
Report comment to moderator  
Reply With Quote
Unread 05/13/14, 08:49 AM  
Fing3rz

Forum posts: 11
File comments: 53
Uploads: 0
Is the pin layer working properly? Can't seem to make them show on top of Garkin's Skyshards and Lorebooks. They also show below the poi pins on ZrMM-Modified.
Last edited by Fing3rz : 05/13/14 at 09:42 AM.
Report comment to moderator  
Reply With Quote
Unread 05/13/14, 10:07 AM  
Sharlikran
 
Sharlikran's Avatar
AddOn Author - Click to view AddOns

Forum posts: 674
File comments: 2033
Uploads: 15
I'd like to submit a change. The {"Risen Court", 6 }, is a Group Boss, not a 3, "Public/Solo Dungeon". Sorry I don't know the French and German translations.
Last edited by Sharlikran : 05/13/14 at 11:52 AM.
Report comment to moderator  
Reply With Quote
Unread 05/13/14, 11:17 AM  
dwot
 
dwot's Avatar
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 23
Uploads: 1
Originally Posted by Fing3rz
Is the pin layer working properly? Can't seem to make them show on top of Garkin's Skyshards and Lorebooks. They also show below the poi pins on ZrMM-Modified.
I've noticed this behavior on ZrMM. I'll play with layers a bit more and see if I can improve on things.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: