0

[SOLVED] Game developer {General Question on Map System}

I was wondering how into a game, like Sea of Thieves, is created the system of the X postion mark. What I mean is that a player pick up a map and an X mark is shown, and if that player goes into that position, he will find something (an item object for example). There is some system used like ā€œgeoipā€ of the world map or what its used here?! Cheers

10th Oct 2018, 10:31 PM
Kevin Baselice
Kevin Baselice - avatar
2 Answers
+ 4
I think that's just x and y coordinates, sometimes z. y'know, like a graph! They get the x,y value of the object, and display that value on your map as that X mark.
10th Oct 2018, 10:52 PM
Ahri Fox
Ahri Fox - avatar
+ 1
Thx so much man!! I thought it was more complicated but now I’ve got how it works! Cheers!!
12th Oct 2018, 12:35 AM
Kevin Baselice
Kevin Baselice - avatar