Download
(3 Kb)
Download
Updated: 11/15/20 01:44 AM
Pictures
File Info
Compatibility:
Greymoor (6.0.5)
Updated:11/15/20 01:44 AM
Created:06/07/20 07:35 PM
Monthly downloads:40
Total downloads:3,300
Favorites:4
MD5:
Where Are You
Version: v0.3 alpha
by: kadeer [More]
Currently in Beta
this is just an example for using Lib3DArrow but it works pretty good

Libraries Needed
  • Lib3DArrow
  • Lib3D
  • LibGPS
  • LibMapPing

This is a Demo for Lib3dArrow, it creates 3D arrows pointing to Way Points and Rally points which have been set by the group leader in Cyrodiil
v0.3 alpha 15/11/2020
- lam2 update
Optional Files (0)


Archived Files (1)
File Name
Version
Size
Uploader
Date
v0.2 alpha
3kB
kadeer
06/07/20 07:54 PM


Post A Reply Comment Options
Unread 06/09/20, 08:18 AM  
Blackwolfe

Forum posts: 37
File comments: 127
Uploads: 0
Thanks, will try that!

I can definitely see the downside, meaning it will be hidden by just about anything :P
Last edited by Blackwolfe : 06/09/20 at 09:02 AM.
Report comment to moderator  
Reply With Quote
Unread 06/08/20, 06:37 PM  
kadeer
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 75
Uploads: 5
Originally Posted by Blackwolfe
Originally Posted by Baertram
Is this also available outside cyrodiil (I know not inside dungeons due to api restrictions) just in overland?
I can confirm that it does work outside cyrodiil, I just tested it.

Even when playing solo it's really helpful for finding where your waypoint is since it adds a beam at the waypoint location as well. Downside is that it can cover an npc you are in a dialogue with and the arrow is a bit big, buuut... it's just a demo for lib3darrow. I'm interested to see if other addon devs can make good use of it
you can make the arrow smaller and change the height of it with a little bit of coding

in WhereAreYou.lua

Code:
self.waypoint = Lib3DArrow:CreateArrow({
  	depthBuffer = false,
  })
change it to

Code:
self.waypoint = Lib3DArrow:CreateArrow({
    depthBuffer = false,
    arrowMagnitude = 5,
    arrowScale = 1,
    arrowHeight = 1,
    arrowColour = "FF0000",

    distanceDigits = 4,
    distanceScale = 25,
    distanceColour = "FFFFFF",

    markerColour = "FF0000",
    markerScale = 1,
  })
and just change arrowScale or arrowHeight values, depthbuffer = true will make the arrow appear more accurately if anything is in the way, i just preferred to always be able to see it in all situations

remember its for "waypoint" and not "rally" below (but you can change things for that too
Last edited by kadeer : 06/08/20 at 06:52 PM.
Report comment to moderator  
Reply With Quote
Unread 06/08/20, 06:29 PM  
kadeer
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 75
Uploads: 5
Originally Posted by Baertram
Is this also available outside cyrodiil (I know not inside dungeons due to api restrictions) just in overland?
yeps works outside, i made another addon using it to point to Skyshards and Lorebooks, this is the main reason i made it for, so it works outside cyrodiil and even inside dungeons ! but im not releasing this addon because i didnt ask for permission to use "skyshard" and "lorebook" co-ordinate data yet

i made this exactly 1 year ago in a few days and then stopped working on it but i still used it for all this time to collect skyshards, lorebooks and cyrodill no big bugs xD i only uploaded it now because scootworks wanted to see it

i think it sometimes bugs out when you go from zone map to "sub zone" map e.g. vvardenfell map to vivec city map, or maybe i fixed it, i cant remember lol

it should be very easy for you to get it working with any addon that uses co-ordinates (map pins, destinations etc)
Last edited by kadeer : 06/08/20 at 06:47 PM.
Report comment to moderator  
Reply With Quote
Unread 06/08/20, 11:54 AM  
Blackwolfe

Forum posts: 37
File comments: 127
Uploads: 0
Originally Posted by Baertram
Is this also available outside cyrodiil (I know not inside dungeons due to api restrictions) just in overland?
I can confirm that it does work outside cyrodiil, I just tested it.

Even when playing solo it's really helpful for finding where your waypoint is since it adds a beam at the waypoint location as well. Downside is that it can cover an npc you are in a dialogue with and the arrow is a bit big, buuut... it's just a demo for lib3darrow. I'm interested to see if other addon devs can make good use of it
Last edited by Blackwolfe : 06/08/20 at 12:03 PM.
Report comment to moderator  
Reply With Quote
Unread 06/08/20, 06:40 AM  
Baertram
Super Moderator
 
Baertram's Avatar
ESOUI Super Moderator
AddOn Author - Click to view AddOns

Forum posts: 4912
File comments: 5989
Uploads: 78
Is this also available outside cyrodiil (I know not inside dungeons due to api restrictions) just in overland?
Report comment to moderator  
Reply With Quote
Unread 06/07/20, 09:17 PM  
Blackwolfe

Forum posts: 37
File comments: 127
Uploads: 0
This draws an arrow on the ground? o.O That's pretty sweet.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: