ESOUI

ESOUI (https://www.esoui.com/forums/index.php)
-   AddOn Search/Requests (https://www.esoui.com/forums/forumdisplay.php?f=165)
-   -   Clickable location names on map [plugin request] (https://www.esoui.com/forums/showthread.php?t=9523)

Masteroshi430 12/28/20 07:35 AM

Clickable location names on map [plugin request]
 
Hello,
I am having a hard time to figure what locations are just next to the world map I am seeing AND many maps have huge empty spaces so I would like a plugin with clickable (goes to the location map) neighbouring locations names in these huge empty spaces on the sides.
e. g. the Malabal Tor map can have a Reaper's march text with link in the right empty space of the map and
a greenshade text with link in the bottom left empty space of the map etc...

This would make it easier to figure out what are the surrounding locations and faster to navigate to the right map.

Baertram 12/28/20 10:32 AM

https://www.esoui.com/downloads/info...amrielMap.html

btw: Plugin = addon in ESO's world :-)

And having the surrounding map names shown at the edges of a zone map (if you aren't on the Tamriel worldmap) won't be possible without hardcoding them for each map, as the API is not showing us what maps surround the current zone's map.

Masteroshi430 12/28/20 03:52 PM

Quote:

Originally Posted by Baertram (Post 42893)
https://www.esoui.com/downloads/info...amrielMap.html

btw: Plugin = addon in ESO's world :-)

And having the surrounding map names shown at the edges of a zone map (if you aren't on the Tamriel worldmap) won't be possible without hardcoding them for each map, as the API is not showing us what maps surround the current zone's map.

Apparently hardcoding is a terrific thing to skilled developers. :p
I can spend time doing the hardcoded part AND maintain the addon if somebody does the part where it draws the text on the map based on world position (and doesn't do weird things when we zoom the map).
I'm new to LUA and to ESOUI api so it's a bit tough for me right now.

Baertram 12/28/20 04:49 PM

If you know other developer languages, but not lua
https://wiki.esoui.com/New_to_lua%3F_GOTCHA
https://wiki.esoui.com/LUA_Tables

About ESO addons
https://wiki.esoui.com/AddOn_Quick_Questions

Addon creation
https://www.esoui.com/forums/showthread.php?t=8413

Addon template you can use to get started
https://www.esoui.com/downloads/info...nTemplate.html

What API is given by the game?
https://wiki.esoui.com/ESO_API_var_and_func

If you got questions visit us here:
https://gitter.im/esoui/esoui

Masteroshi430 04/29/21 03:24 AM

Question
 
Hi all,
I'm working on that plugin for 2 days learning lua and familiarising with the ESOUI api.
So far so good but there's something I really wonder how to :

when zooming, the area names I added go out of the map rectangle, I would like to check a condition to hide the anchor / text if it is out of the map rectangle.

thank you.


Masteroshi430 04/30/21 02:51 PM

Released :
https://www.esoui.com/downloads/info...ickMapNav.html


All times are GMT -6. The time now is 10:44 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2014 - 2022 MMOUI