Does anyone know the coordinate system used for identifying specific tiles on a planet? I have tried numerous times to figure it out, but I can't figure out a coherent system. I suspect both tooltip displays (both regular and debug) might be bugged. If that's the case, then this is an exercise in futility.
I thought that the tiles would follow a simple coordinate system that starts from one of the four corners. For example (starting from the lower left corner), a 25 tile planet would look like this:
(0,4) (1,4) (2,4) (3,4) (4,4)
(0,3) (1,3) (2,3) (3,3) (4,3)
(0,2) (1,2) (2,2) (3,2) (4,2)
(0,1) (1,1) (2,1) (3,1) (4,1)
(0,0) (1,0) (2,0) (3,0) (4,0)
For a planet with fewer than 25 tiles:
X X X X X
X (1,2) X (3,2) X
(0,1) (1,1) (2,1) (3,1) X
(0,0) (1,0) (2,0) (3,0) X
Or some variation on those. Does anyone know how the tiles are laid out?
I thought that the tiles would follow a simple coordinate system that starts from one of the four corners. For example (starting from the lower left corner), a 25 tile planet would look like this:
(0,4) (1,4) (2,4) (3,4) (4,4)
(0,3) (1,3) (2,3) (3,3) (4,3)
(0,2) (1,2) (2,2) (3,2) (4,2)
(0,1) (1,1) (2,1) (3,1) (4,1)
(0,0) (1,0) (2,0) (3,0) (4,0)
For a planet with fewer than 25 tiles:
X X X X X
X (1,2) X (3,2) X
(0,1) (1,1) (2,1) (3,1) X
(0,0) (1,0) (2,0) (3,0) X
Or some variation on those. Does anyone know how the tiles are laid out?