Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do compass directions relate to x/y/z coordinates? #7

Closed
JoshuaWise opened this issue Apr 2, 2021 · 2 comments
Closed

How do compass directions relate to x/y/z coordinates? #7

JoshuaWise opened this issue Apr 2, 2021 · 2 comments

Comments

@JoshuaWise
Copy link

JoshuaWise commented Apr 2, 2021

I wrote a script that searches the JSON for the string "Vendor_BlackForest" which is apparently the name of Haldor. I found some coordinates associated with it, which I'm assuming is where he's located (for me, he's very far in the negative Z direction, and slightly less far in the positive X direction... The Y direction seems to measure altitude). Do you know, or is there a way to know how X and Z relate to North/South/East/West in game?

@Kakoen
Copy link
Owner

Kakoen commented Apr 2, 2021

The X coordinate measures West / East. A higher X means more east.
The Z coordinate measures South / North. A higher Z means more north.
Y is indeed altitude.
Coordinates can be roughly measured in meters.

@Kakoen Kakoen closed this as completed Apr 7, 2021
@JoshuaWise
Copy link
Author

Thank you! 👍 Sorry for not closing this issue myself, I was out of town.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants