| Starsector Version | Console Commands Mod Version | Verified Working? | |--------------------|-----------------------------|-------------------| | 0.97a-RC11 | 2024 v3.1+ | ✅ Yes | | 0.96a-RC10 | 2023 v3.0 | ✅ Yes | | 0.95.1a-RC6 | 2022 v3.0 | ✅ Yes |
All major modpacks (Nexerelin, Secrets of the Frontier, Tahlan, Diable, etc.) are fully compatible as long as the console mod is loaded after them in mods.json order.
The hardest part of using the console is knowing the IDs. Ships usually have simple IDs (like eagle, falcon, wolf), but modded ships can have complex names (like ms_sparkle). starsector console commands verified
Type list ships
Crucial note: When adding ships, you must specify [spec_id] and optionally [number]. | Starsector Version | Console Commands Mod Version
| Command | Syntax | Verified Example |
| :--- | :--- | :--- |
| Add Ship | addship [spec_id] | addship paragon (Adds a Paragon battleship) |
| List Ships | listships | Filters by faction/type. Use listships high for high-tech. |
| Add Wing (for carriers) | addwing [id] | addwing spark (Adds a Spark fighter wing) |
| Go Dark | godark | Forces "Go Dark" mode without sensor profile. |
| Sustain Burn | sustainburn | Forces sustained burn ignoring terrain penalties. |
For ships, weapons, hullmods, and wings, use: The hardest part of using the console is knowing the IDs
For factions, use list factions; for commodities, list commodities.
| Command | Syntax | Effect |
|---------|--------|--------|
| Add credits | addcredits 500000 | Adds money instantly. |
| Add supplies | addsupplies 1000 | Adds fuel, supplies, crew, and heavy machinery. |
| Add hull | addhull harbinger | Adds a ship to your fleet (use ship ID). |
| Add weapon | addweapon tachyon_lance | Adds a weapon to cargo. |
| Add wing | addwing thunder | Adds fighter wing to cargo. |
| Add special item | addspecial pristine_nanoforge | Adds colony items, AI cores, etc. |
| Repair all | repair | Instantly repairs and restores CR of all ships. |
| Remove all damage | alldamage (or god) | Toggles god mode for flagship. |
| Infinite supplies/fuel | infinitefuel, infinitesupplies | Toggles infinite resource consumption. |
| Add XP | addxp 500000 | Adds experience points. |
| Add skill | addskill 3 | Adds a skill level (useful with addxp). |
| Add story point | addstorypoints 10 | Adds story points. |
| Show all planets | showall | Reveals entire map (no fog of war). |
| Force market update | forcemarketupdate | Refreshes all market inventories (good for hunting rare items). |
| Increase relations | setrelation 100 hegemony | Sets faction standing. |
| Add special hullmod | addhullmod heavyarmor | Installs a hullmod on flagship. |
| Run a script | runcode CodeHere | Executes raw Java code (advanced). |
Instead of hunting for blueprints, you can unlock them instantly.
This mod adds a developer-style console (default hotkey: Ctrl + Backspace) that lets you execute commands ranging from simple cheats (add credits, fuel, supplies) to deep debugging (spawn any ship/fleet, modify colony stats, reveal the whole map, instant complete missions).