To get better at managing your fleet and colonies in Starsector, you can use additional console commands that go beyond the basic cheats found in the standard Console Commands mod. By installing secondary mods like Additional Console Commands, you gain access to powerful tools for faction management, blueprint hunting, and rapid colony setup. Essential Command Hotkeys
Before diving into complex commands, master the basic navigation keys for the Console Commands mod: Open Console: CTRL + Backspace. Autocomplete: Press Tab to finish a command name.
History: Use Up/Down arrows to scroll through previously used commands. Top Additional Console Commands for Power Users
The Additional Console Commands mod introduces specialized scripts for deep sector manipulation: Primary Use Impact on Gameplay FindBPs Displays learned vs. unlearned blueprint packages. Streamlines your search for missing ship designs. AddPermaMod Adds a permanent hullmod to a ship or your entire fleet. Allows for "S-modding" without spending story points. AnnexFaction Transfers all colonies from one faction to another. Instantly reshapes the sector's political landscape. AllColonyItems Adds all special colony items to your storage.
Grants immediate access to Pristine Nanoforges and Synchrotron Cores. FindUniqueItems
Lists ships or items not owned by any faction (e.g., Ziggurat). Helps locate rare, one-of-a-kind treasures. Optimizing Your Workflow with Advanced Techniques starsector additional console commands better
Using commands "better" means moving away from single-item spawns toward system-wide automation. 1. Mastering the "List" and "Add" Combo
Instead of guessing item IDs, use the list command to find exact strings for things like Alpha Cores: Type list specials or list blueprints to see available IDs.
Use additem [ItemID] to spawn them directly into your cargo. 2. Using Macros with "Alias"
You can string multiple commands together to create custom "cheat" scripts:
Example: Create a "war" command that sets all relations to hostile by typing alias war setrelation all Hegemony -100; setrelation all Persean -100; .... Once saved, typing war triggers the entire sequence. 3. Deep Customization with "RunCode" To get better at managing your fleet and
For changes that don't have a dedicated command, runcode allows you to execute Java snippets directly:
Generate Jump Points: runcode StarSystemAPI system = (StarSystemAPI) $playerFleet.getContainingLocation(); if (system != null) system.autogenerateHyperspaceJumpPoints(true, true); .
Change Stars: You can even use runcode to replace a sun with a blue supergiant or add asteroid belts to a barren system. The "Dev Mode" Advantage
For the ultimate control, enabling Dev Mode via your settings.json file unlocks hidden debug shortcuts: Teleport: CTRL + Left Click on the map. Speed Up Time: Hold CTRL while in a market or colony. End Combat: Press Backspace to instantly win a battle. [0.98a] Additional Console Commands - Starsector
Here’s an informative guide on enhancing your Starsector experience with additional console commands, focusing on the popular "Console Commands" mod and how to get even more utility out of it. Spawn ships, weapons, fighters, and officers Add credits,
The Console Commands mod (by LazyWizard) is an essential tool for many Starsector players. It allows you to:
infinite supplies, nocooldown, or godBase mod link: Available on the Fractal Softworks forums or through the mod manager TriOS.
If you play Starsector, you likely play Nexerelin (the 4X overhaul). The additional commands from Nexerelin make the game objectively better by freeing you from RNG hell.
| Command | Function | Why it’s “Better” |
| :--- | :--- | :--- |
| nex_satsify | Instantly raise a faction’s satisfaction with you to +100 | Skip the boring reputation grind after a betrayal. |
| nex_transferownership | Give a planet to any faction instantly | Fix AI border gore or test invasion mechanics. |
| nex_super_rep | Sets reputation between two factions | Create a galaxy war for fun (e.g., Hegemony vs. Persean League). |
| nex_faction_insight | Reveals all colonies of a faction | End the frustration of searching for that last pirate base. |
addcondition farmland_rich – Apply a terrain modifier to any colony (even gas giants—use with caution).removecondition decivilized – Remove that annoying debuff from your perfect terran world.setmarketowner hegemony – Flip a hostile market without firing a shot. Great for Nexerelin diplomacy testing.additem synchrotron – Spawn a colony item directly into your cargo (no more raiding Sindria for a nanoforge).