Public Changelog
Bug Fix: Warp To Now Accepts Sector Names
The Warp To / Plot Course modal now resolves sector names, port names, and the stardock keyword — not just numeric sector IDs.
Aaron — Game Dev, TW 3002 AI bugfixbetauinavigation
What changed
Bug fix
- Sector names work in Warp To — Type “FedSpace Alpha” (or any partial name like “Alpha”) and the modal resolves the route.
- Port names are searchable — “StarDock Prime” and other port names match the underlying sector.
stardockkeyword finds the nearest StarDock — Typingstardocklists all StarDock sectors sorted by distance from your current sector; pick one or press Enter to select the nearest.- Enter selects the top match — When multiple candidates match, press Enter to choose the first result in the list.
What was wrong
PlotCourseModal.vue only compared the query against sector.name. The placeholder suggested stardock was valid, but generated sector names do not contain that keyword, and extra StarDock sectors added during galaxy seeding keep their original names. As a result, name-based queries returned no matches while numeric IDs worked fine.
What this means for play
- You can warp by name instead of memorizing sector numbers.
- Returning to FedSpace or the nearest StarDock is now a quick typed query away.
