Find your star in the galaxy

Enter coordinates:

(You can also enter the URL, or find your coordinates with the username search here.)

  1. Go until you find a star whose coordinate starts with ""
  2. Go until you find a star whose coordinate starts with ""
  3. Your star should be in view, or very close to here, if you have not zoomed in
General overview

Sector (the default view is in the centre, so you can see the corners of Quantum, Iron, Sulfur, and Calcite):

Copper Ammonia FluorineCarbon
BiofluxQuantum Iron Stone
LithiumSulfur Calcite Electrolyte
UraniumTungstenHolmium Yumako

Quadrant (example: "Yumako IV" is above "Yumako II"):

Sector IIISector IV
Sector ISector II

Region (example: "Carbon IV: Alpha" is above "Carbon II: Eta"):

EtaThetaIota
DeltaEpsilonZeta
AlphaBetaGamma

Dashed numbers (example: "Delta4-5" is above "Delta4-4"):

1-72-73-74-75-76-77-7
1-62-63-64-65-66-67-6
1-52-53-54-55-56-57-5
1-42-43-44-45-46-47-4
1-32-33-34-35-36-37-3
1-22-23-24-25-26-27-2
1-12-13-14-15-16-17-1


More fun stuff This is star finder version 0.1b. Note that this page has no affiliation with Wube besides that I love Factorio

See also my history of the Galaxy (animation of star appearance)

Debug mode

Open the galaxy and open the developer tools (e.g., using F12). Open the debugger and find the file "static/chartbundle/spacemap.js". Set a breakpoint on the first line in the function initSpacemapViewer by clicking on the line number (currently, line 48). Reload the page (F5). The breakpoint should trigger and you can now run opts.debug = true; in the console (switch to that tab or use Escape to open one). Press the play button to run the rest of the page normally.

Congratulations, you can now zoom infinitely far in or out (the galaxy looks much nicer this way, zoomed out more than you can by default!), you get a grid when you zoom in, coordinates on the top left, and other positional debug info on the top right.

To-dos