Universe
Universe is the root container of the X4 galaxy. There is one universe per save β referenced as player.galaxy from MD/aiscript.
Hierarchy
Section titled βHierarchyβUniverse (player.galaxy)βββ Cluster (cluster.*) βββ Sector (cluster.*.sector*) βββ Zone (sector.*.zone*) βββ Component (ships, stations, items, etc.)Common access
Section titled βCommon accessβ<find_sector name="$X" space="player.galaxy" macro="..."/><find_object name="$Y" space="player.galaxy" macro="..."/>Macro check (universe variant)
Section titled βMacro check (universe variant)βMost arcs check the universe macro for main-galaxy filtering:
<check_value value="player.galaxy.macro == macro.xu_ep2_universe_macro"/>The macro.xu_ep2_universe_macro is the main galaxy (Pirate DLC). Scenario games (Timelines) use different universe macros.
Related
Section titled βRelatedβ- Cluster β top-level subdivision
- Galaxy β same as universe in most contexts
- Sector β main location unit
Stub page β full universe reference coming.