In the base game, your reputation is a fragile thing. One accidental transgression and the Hegemony is hunting you across the sector.
While the base console allows you to adjust reputation points (e.g., adjustrelationship hegemony 100), the expanded mods often include Diplomacy commands. These are more narrative-focused tools that can force ceasefires, alliances, or immediate hostility between factions. This is essential for players running Nexerelin who want to sculpt the political landscape of the sector without having to grind through boring invasion missions. You become the director of the sector's history, not just a participant.
The single biggest improvement in the expanded console mods is the autocomplete and help overhaul.
In the base version, if you wanted to spawn a specific ship, you often had to know the exact ID string. Did you want an Onslaught? You’d type addship onslaught_Hull. But if you wanted a specific variant? You were often guessing or checking external text files.
The "Better" console mods introduce robust predictive text and search functions.
This quality-of-life feature transforms the console from a frustration machine into a seamless library.
First, ensure you aren’t using the ancient 2019 version. The current gold standard is LazyWizard’s Console Commands (v2024 or later). It adds tab-autocomplete, clickable IDs, and history scrolling.
But "better" means More. Specifically, the "Detailed Combat Results" integration. Once installed, you can spawn exact enemy fleets you’ve fought before, or remove D-mods from specific ships without opening the refit screen.
Vanilla Starsector has a few infamous soft-locks. These additional console commands save playthroughs.
| Problem | Console Solution |
| :--- | :--- |
| Galatia Academy won’t give next quest | setstoryprogress galatia 5 |
| Alpha Site never appears | findentity alpha_site then goto [ID] |
| Ziggurat despawns after battle | spawnship ziggurat |
| Contact won’t call (Nexerelin) | runcontact [contactId] |
Tested on Starsector 0.96a–0.97a. Use
setstoryprogresswith caution—it advances global flags.
The default commands are verbose. Let’s fix that.
Navigate to Starsector/starsector-core/console_aliases.json (or create it). Add these shortcuts:
"inf": "addcrew 9999 addfuel 9999 addsupplies 9999",
"fix": "repair all",
"go": "goto",
"nuke": "run clearforcemode removeallmarkets forcemarket hostile all"
Now, instead of typing addcrew 5000, just type inf. Instead of goto Askonia, type go Askonia. That’s the quality-of-life upgrade you didn’t know you needed.