BoyC / GW2TacO

Guild Wars 2 Tactical Overlay (GW2TacO)
Other
248 stars 45 forks source link

Info range unit is fixed in meters #92

Closed SeparGW2 closed 2 years ago

SeparGW2 commented 2 years ago

The info range scale appears to be always in meters unlike the other distance measurements which can be toggled between inches and meters. An info range of 100 comes into view at 3940 units.

BoyC commented 2 years ago

Marker ranges are in engine units - which happens to be in meters.

SeparGW2 commented 2 years ago

'Display Distances as Meters' is unchecked If I put a TacO marker on a waypoint and move so the TacO POI distance shows as 100, the in game distance shows as 100. If I set the marker's INFO RANGE to 100 and move to the edge of the UberTool circle the in game distance shows as 3,962 and the TacO POI distance shows as 3964. (see attached) The units used for the INFO RANGE distance are different that the units used for non-meters display of TacO POI distances.

Distance Check Section

BoyC commented 2 years ago

That may be 2 things: either a rounding error or that the distance is calculated in 2D in one app and 3D in the other and so the height difference could be a thing. Also, the waypoint is higher in the air then where you're placed under it, which could also account for this.