Starcom Unknown Space Console Commands Better -
registerCommand("dev.spawn.ship",
permission: "dev",
args: ["template","--x","--y","--faction"],
handler: (args, ctx) =>
if (!ctx.devmode) throw Error("Requires devmode");
let pos = clampCoordinates(args.x, args.y);
let ship = spawnShipFromTemplate(args.template, pos, args.faction);
return success:true, message:`Spawned $ship.name ($ship.id)`, data: ship.toJSON() ;
);
If the in-game Debug Menu isn't enough, Starcom saves its data in accessible files. You can effectively use a text editor as your console to grant yourself resources.
Location of Save Files:
C:\Users\[YourUsername]\AppData\LocalLow\Wx3 Labs\Starcom Unknown Space\Saves\
How to Edit:
Why this is better: The in-game debug menu often grants "infinite" resources, which removes the fun of balancing your economy. Editing the save file allows you to give yourself a massive starting boost without breaking the game mechanics entirely. You still have to manage logistics, you just have a bigger bank account. starcom unknown space console commands better
This is the section where we go beyond the Wiki. These commands are rarely documented but make the experience better.
Instead of addresources 10000 (which floods your inventory), use targeted commands for better control:
// BETTER: Add exactly enough for one top-tier reactor additem energymatrix 5 additem alloy 20
// INSTEAD OF: addresources 5000 (causes inventory lag)registerCommand("dev
Pro Tip: Use listitems to filter for module to see all ship part IDs. This is faster than grinding for rare derelict technology.
If you want clearer, more useful console commands for Starcom: Unknown Space (for debugging, modding, or convenience), here's a compact, practical guide you can use as a blog post. It includes improved command naming, examples, safety notes, and suggested implementation patterns. If the in-game Debug Menu isn't enough, Starcom
Before you can cheat better, you need to unlock the console. Unlike many modern games, Starcom requires a manual edit.
How to use it better: Instead of keeping this on permanently (which risks tempting you to ruin your own fun), keep a shortcut to the boot.config file on your desktop. Enable the console only when you need to fix a specific issue, then disable it. This preserves your sense of achievement.
In-game, press the tilde key (~) or F1 (depending on your build) to open the grey box of omnipotence.