ATLAS cluster XY examples

ATLAS supports big clusters, allowing you to create a massive world of connected servers. ATLAS does dividing the entire map over multiple servers. Each server in the grid is assigned a specific number (X & Y) to organise each server in the big grid.

If you want to setup a simple 2x2 cluster, you will need to assign the following XY combinations to your servers. Each combination represents one game servers.

Cluster 2x2

  1. X: 0, Y: 0
  2. X: 1, Y: 0
  3. X: 0, Y: 1
  4. X: 1, Y: 1

Cluster 4x4

  1. X: 0, Y: 0 (A1)
  2. X: 1, Y: 0 (B1)
  3. X: 2, Y: 0 (C1)
  4. X: 3, Y: 0 (D1)
  5. X: 0, Y: 1 (A2)
  6. X: 1, Y: 1 (B2)
  7. X: 2, Y: 1 (C2)
  8. X: 3, Y: 1 (D2)
  9. X: 0, Y: 2 (A3)
  10. X: 1, Y: 2 (B3)
  11. X: 2, Y: 2 (C3)
  12. X: 3, Y: 2 (D3)
  13. X: 0, Y: 3 (A4)
  14. X: 1, Y: 3 (B4)
  15. X: 2, Y: 3 (C4)
  16. X: 3, Y: 3 (D4)