Commands- - Starcom Nexus Console
Starcom: Nexus Console Commands – A Practical Guide
Starcom: Nexus is an action-RPG space exploration game where you pilot a starship, uncover alien mysteries, and engage in tactical combat. While the game is designed to be completed without external tools, built-in console commands (also referred to as developer cheats) allow players to manipulate the game world, spawn resources, or bypass difficult sections.
Note: Console commands are not officially documented in the game’s UI. They are developer tools left accessible. Use them sparingly to avoid breaking quest progression. Starcom Nexus Console Commands-
9) Examples of useful composite commands
- Spawn a named, persistent turret at player look position:
-
pos = player.getLookPos()
-
world.spawn type:turret pos:pos name:"AutoTurret_1" persistent:true
-
- Heal nearby allies and mark them:
ent.query "team:ally and dist(player)<20" | ent.apply set health 100 | ent.apply tag healerBuff
Starcom Nexus — Console Commands (Deep Feature Guide)
fov [value]
- Parameter:
[value]between 60 and 120. - Effect: Changes the Field of View.
- Example:
fov 90(Default is 75).
add_resource [type] [amount]
- Parameters:
[type]: The internal ID of the resource (see list below).[amount]: Integer (e.g., 5000)
- Example:
add_resource Alloy 10000 - Common Resource IDs:
Alloy(Standard metal)Nexelium(Mid-game advanced alloy)Antimatter(Fuel for warp drives)DataCores(Research points)Nanites(Hull repair bots)Artifacts(Quest-related strange objects)