Skip to content

World

The X4 world is organized as a tree:

Universe
└── Cluster
└── Sector
└── Zone

Plus traversal infrastructure: Highway and Gate.

  • Universe β€” root. Vanilla has one main galaxy (xu_ep2_universe_macro) plus DLC-specific universes for Timelines maps.
  • Cluster β€” group of sectors with shared encyclopedia info (planets, music, ambient).
  • Sector β€” main spatial unit. Contains objects, has economy/security values, owned by a faction.
  • Zone β€” sub-sector area for region-specific positioning.
  • Highway β€” fast-travel within a sector (local highway loop).
  • Gate β€” connects sectors.
  • Superhighway β€” fast-travel between sectors in the same cluster.
  • β€œHow do I find sector economy/security value?” β†’ Sector properties.
  • β€œHow do I get all stations in a sector?” β†’ Sector β†’ .stations.
  • β€œHow do I detect sector ownership change?” β†’ Sector β†’ Events β†’ event_contained_sector_changed_true_owner.