The following guide outlines how to enable the developer console, the most effective cheats for research and exploration, and how to safely edit your game files for massive hull upgrades. How to Enable the Developer Console
If you're having trouble with a particular command or want to know the item code for a specific ship component, let me know which ones you need. I can also help you find a list of all commodity names.
: Toggles invincibility. Your armor and shields will never deplete.
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() ; starcom unknown space console commands better
– Grants your faction immediate research capital. This lets you bypass scanning anomalies continuously just to buy basic tech upgrades.
Stuck on a brutal boss fight or want to build a massive dreadnought without spending hours scavenging? These commands alter your ship's status and combat capabilities instantly. 1. Invincibility and Healing
: Used to manually trigger or reset specific mission flags if you find yourself stuck in a questline. Add Research Points (RP) The following guide outlines how to enable the
: If the console doesn't open, you may need to right-click the game in your library, select Properties , and add -allowconsole or -console to the Launch Options .
: Build a massive ship focused entirely on power and engines using size-1 components like light bulkheads to maximize speed and bypass difficult "mud hole" nebulae quickly. Commands (CMD) - Doom Eternal Modding Wiki
Resource management dictates how quickly you can upgrade your ship and survive deep-space encounters. If you are tired of scanning every single asteroid for pennies, use these commands to instantly boost your inventory. 1. Generating Currency and Materials : Toggles invincibility
- Immediately refills your crew to maximum capacity, saving you trips back to friendly stations.
These commands help you explore the galaxy and manage missions. Discover() : Marks your current location as discovered on the map. ActivateMission("MissionID") : Manually triggers a specific quest. HasMet("FactionName") : Checks if you have encountered a specific alien race. SetDisposition(faction, amount) : Manually adjusts your standing with a faction. : Can force the trade window to open. Steam Community 🧪 Research & Tech IDs If you need a specific boost, use with these common internal IDs: Steam Community DEFAULT.ARMOR_1 Basic Hull Plating DEFAULT.BATTERY_4 Advanced Energy Storage DEFAULT.BEAM_RANGE_3 Maximum Beam Weapon Range DEFAULT.BATTLESTATIONS Unlocks Battle Stations mode ⚠️ Important Usage Notes Save First
Console commands are powerful, but altering game data can cause unintended side effects. Protect your playthrough with these safety tips:
The standard command you see everywhere is give [item] [amount] . For example, give iron 500 . This is fine, but it is clunky.