Console Commands (Below Zero): Difference between revisions

From Subnautica Wiki
m (SlyCooperFan1 moved page Console Commands to Console Commands (Below Zero))
(deprecated at some point)
 
(33 intermediate revisions by 16 users not shown)
Line 1: Line 1:
{{SubnauticaLink}}
{{Hatnote (BZ)|If you are looking for a specific command, do Ctrl (PC) or Command (Mac) + F and type the command you are looking for.}}
'''Console Commands''' are a group of tools that adjust the player's experience outside the normal scope of ''[[Subnautica: Below Zero]]''. These commands can be used for debugging purposes, to view partially-implemented content, or simply for player enjoyment.
{{Warning (BZ)|color-background = FF0000|color-border = 000000|image = Stop (BZ).png|heading = '''Warning!'''|text = ''SAVE your game before using these commands! Using these commands might impair your Subnautica: Below Zero experience! The use of these commands will disable achievements on the current save file!''}}
{{SubnauticaLink (BZ)}}
'''Console Commands''' are a group of tools that adjust the player's experience outside the normal scope of the game. These commands can be used for debugging purposes, viewing partially implemented content, or simply for player enjoyment.{{Clear}}


'''Using these commands will disable all [[achievements]] and potentially impair the in-game experience! Make sure to save the game before using them!'''
==How to use==


=== PC ===
== How to Use ==
=== PC/Mac ===
The console is an optional feature and is disabled by default. To activate it you need to press {{Key (BZ)|F3}} and you'll see a checkbox ticked in the top left saying: "Disable Console". Press {{Key (BZ)|F8}} to get a mouse cursor and uncheck the box to activate the console.
The Console can be opened by pressing the Shift and Enter keys simultaneously.

Once the console is enabled, press {{Key (BZ)|Enter}}, {{Key (BZ)|~}}, {{Key (BZ)|Ø}}, or {{Key (BZ)|Ö}}, depending on the keyboard, and type one of the commands below. Whenever you restart the game, you need to press one of the overlay keys first (e.g. {{Key (BZ)|F3}}) before pressing the console key.
=== Consoles ===

The input box for Console Commands can be brought up by pressing several buttons on the controller at the same time.
It is recommended to close all overlays before typing a command, as entering a number does change the game settings on some overlays (e.g. on the overlay).
{| class="article-table"

! <center>Xbox</center>
=== macOS ===
! <center>PlayStation</center>

|-
==== Function Keys ====
| <center>{{Key/Xbox|LB}} + {{Key/Xbox|A}} + {{Key/Xbox|RB}}</center>
Typical configuration of function keys on macOS designate them as special function keys rather than fkeys, requiring the {{Key (BZ)|fn}} key being pressed with an function key to override these functions. To display the overlay in macOS, press {{Key (BZ)|fn}} + {{Key (BZ)|F3}}, then {{Key (BZ)|fn}} + {{Key (BZ)|F8}} to enable the cursor.
| <center>{{Key/PS4|L1}} + {{Key/PS4|Cross}} + {{Key/PS4|R1}}</center>

|}
==== Overlay Display Issue ====
Console Commands are not currently available on the Nintendo Switch.
If the overlay is not displayed, try setting the game resolution to a setting lower than the default (in Options > General), then using the function key commands.

The overlay box and input box (see below) may also be hidden if the game is being run in Windowed mode. Toggling from Windowed to Fullscreen or vice versa may help.


== Developer Menu ==
===Consoles===
<center></center>
The input box for Console Commands can be brought up by pressing several buttons on the controller simultaneously.
<h4>In the <b>Pause Menu</b></h4>
{| class="article-table"
{| class="article-table"
! Action
!Xbox
! <center>Xbox One</center>
!PlayStation
! <center>PlayStation 4</center>
!Nintendo Switch
|-
|'''Enable the <code>Developer</code> option'''
|<center>{{Key/Xbox|LB}}+{{Key/Xbox|RB}}</center>
|<center>{{Key/PS4|L1}}+{{Key/PS4|R1}}</center>
|-
|-
|{{Key xbox (BZ)|lb}} + {{Key xbox (BZ)|a}} + {{Key xbox (BZ)|rb}}
|{{Key (BZ)/PS4|L1}} + {{Key (BZ)/PS4|X}} + {{Key (BZ)/PS4|R1}}
|{{Key (BZ)/Switch|A}} + {{Key (BZ)/Switch|L}} + {{Key (BZ)/Switch|R}}
|}
|}
Developer Menu is also disabled on Nintendo Switch.


==Input box use==
== Input box Use ==
* Pressing {{Key (BZ)|Enter}}, {{Key (BZ)|~}}, {{Key (BZ)|Ø}} or {{Key (BZ)|Ö}} brings up an input box. This depends on country and keyboard layout.
* Pressing {{Key|Shift}} and {{Key|Enter}} or the tilde (~) key will open the console.
* Once a command is entered, press {{Key (BZ)|Enter}} to execute the chosen command.
* Once a command is entered, press {{Key|Enter}} to execute the chosen command.
* Pressing {{Key (BZ)|Up}} or {{Key (BZ)|Down}} will display previously entered commands, moving backwards and forwards respectively through that list.
* Pressing {{Key|Up}} or {{Key|Down}} will display previously entered commands, moving backwards and forwards respectively through that list.
==List of commands==
== List of Commands ==
===Basics===
=== Basics ===
{{CCTable|
{{CCTable|
{{cc|[NAME]|Represents a variable text input that depends on the command.}}
{{Cc|[NAME]|Represents a variable text input that depends on the command.}}
{{cc|[#]|Represents a number value of the player's choice.}}
{{Cc|[#]|Represents a number value of the player's choice.}}
{{cc|[x] [y] [z]|Represent coordinates.
{{Cc|[x] [y] [z]|Represent coordinates.


* <code>[x]</code> East & West
* <code>[x]</code> East & West
Line 51: Line 50:
}}
}}


===General===
=== General ===
{{CCTable|
{{CCTable|
{{cc|item [NAME] [#]|
{{cc|item [NAME] [#]|
Adds a specified amount of a certain item to the player's inventory. Default number is 1.
Adds a specified amount of a certain item to the player's inventory. Default number is 1.
* Example: "<code>item titanium 5</code>" will add 5 [[Titanium (Below Zero)|Titanium]] to the player's inventory.
* Example: "<code>item titanium 5</code>" will add 5 [[Titanium (Below Zero)|Titanium]] to the player's inventory.
* Not all items' spawn IDs are the same as their name. A complete list of items and their spawn IDs can be found [[Spawn IDs|here]].}}
* Not all items' spawn IDs are the same as their name. A complete list of items and their spawn IDs can be found [[Spawn IDs (Below Zero)|here]].}}
{{cc|spawn [NAME] [#]|
{{cc|spawn [NAME] [#]|
Spawns a specified amount of a certain object in front of the player. Default number is 1.
Spawns a specified amount of a certain object in front of the player. Default number is 1.
* Example: "<code>spawn hoopfish 5</code>" spawns 5 [[Hoopfish (Below Zero)|Hoopfish]] in front of the player.
* Example: "<code>spawn hoopfish 5</code>" spawns 5 [[Hoopfish (Below Zero)|Hoopfish]] in front of the player.
* * Not all entities' spawn IDs are the same as their name. A complete list of entities/items and their spawn IDs can be found [[Spawn IDs|here]].}}
* * Not all entities' spawn IDs are the same as their name. A complete list of entities/items and their spawn IDs can be found [[Spawn IDs (Below Zero)|here]].}}
{{cc|baseflood [#]|Floods all player-built seabases to designated percentage (meaning water level). 0 means not flooded and 1 means completely flooded.}}
{{cc|baseflood [#]|Floods all player-built seabases to designated percentage (meaning water level). 0 means not flooded and 1 means completely flooded.}}
{{cc|bobthebuilder|
{{cc|bobthebuilder|
Line 76: Line 75:
{{cc|damage [#]|Sets universal damage multiplier to player's choice.}}
{{cc|damage [#]|Sets universal damage multiplier to player's choice.}}
{{cc|damagebase|Breaches all [[Seabase Modules|Seabases]].}}
{{cc|damagebase|Breaches all [[Seabase Modules|Seabases]].}}
{{cc|dig [#]|Removes all terrain around the player in a sphere with a diameter of # meters (max value: 100). This command can put a severe strain on the gameplay performance.}}
{{cc|ency [NAME]|
{{cc|ency [NAME]|
Unlocks a specific data base entry. Example: "<code>ency hoopfish</code>" will unlock the [[Hoopfish (Below Zero)|Hoopfish]] entry.
Unlocks a specific data base entry. Example: "<code>ency hoopfish</code>" will unlock the [[Hoopfish (Below Zero)|Hoopfish]] entry.
Line 89: Line 87:
{{cc|filtersalt|Causes every [[Water Filtration Machine (Below Zero)|Water Filtration Machine]] on the map to instantly fabricate [[Salt Deposit (Below Zero)|Salt]].}}
{{cc|filtersalt|Causes every [[Water Filtration Machine (Below Zero)|Water Filtration Machine]] on the map to instantly fabricate [[Salt Deposit (Below Zero)|Salt]].}}
{{cc|filterwater|Causes every [[Water Filtration Machine (Below Zero)|Water Filtration Machine]] on the map to instantly fabricate a [[Large Filtered Water (Below Zero)|Large Filtered Water]].}}
{{cc|filterwater|Causes every [[Water Filtration Machine (Below Zero)|Water Filtration Machine]] on the map to instantly fabricate a [[Large Filtered Water (Below Zero)|Large Filtered Water]].}}
{{cc|fly|Allows the player to jump continuously while in the air.}}
{{cc|
*freedom
*creative
*survival
*hardcore|Changes [[Game Modes|game mode]] to chosen type.}}
{{cc|freeze|Freezes all small fish similarly to the [[Brinewing]].}}
{{cc|freeze|Freezes all small fish similarly to the [[Brinewing]].}}
{{cc|freezeplayer|Freezes the player similarly to the effect of the [[Brinewing]].}}
{{cc|freezeplayer|Freezes the player similarly to the effect of the [[Brinewing]].}}
Line 109: Line 103:
{{cc|invisible|[[Fauna|Creatures]] will ignore the player completely. Additionally, [[Vehicles]] will not take any hull damage from any source.}}
{{cc|invisible|[[Fauna|Creatures]] will ignore the player completely. Additionally, [[Vehicles]] will not take any hull damage from any source.}}
{{cc|kill|Respawns the player instantly inside the drop pod. Useful as a "teleport" feature. Do NOT use on Hardcore game setting.}}
{{cc|kill|Respawns the player instantly inside the drop pod. Useful as a "teleport" feature. Do NOT use on Hardcore game setting.}}
{{cc|noblueprints|Allows the player to play with all [[Blueprints (Below Zero)|Blueprints]] unlocked.}}
{{cc|launchrocket|Forces the [[Exchanger Rocket]] to launch.}}
{{cc|noblueprints|Allows the player to play with all [[blueprints]] unlocked.}}
{{cc|nobubbles|Disables the player's breath bubbles.}}
{{cc|nobubbles|Disables the player's breath bubbles.}}
{{cc|nocost|Toggles unlimited, free use of the [[Fabricator (Below Zero)|Fabricator]], [[Habitat Builder (Below Zero)|Habitat Builder]], [[Mobile Vehicle Bay (Below Zero)|Mobile Vehicle Bay]], [[Vehicle Upgrade Console (Below Zero)|Vehicle Upgrade Console]] and [[Modification Station (Below Zero)|Modification Station]] whether the player has the required items or not.}}
{{cc|nocost|Toggles unlimited, free use of the [[Fabricator (Below Zero)|Fabricator]], [[Habitat Builder (Below Zero)|Habitat Builder]], [[Mobile Vehicle Bay (Below Zero)|Mobile Vehicle Bay]], [[Vehicle Upgrade Console (Below Zero)|Vehicle Upgrade Console]] and [[Modification Station (Below Zero)|Modification Station]] whether the player has the required items or not.}}
{{cc|nodamage|Toggles damage.}}
{{cc|nodamage|Toggles damage.}}
{{cc|noenergy|Toggles [[Energy|power]] usage for all [[vehicles]], [[tools]] as well as the [[Seabases]].}}
{{cc|noenergy|Toggles [[Energy|power]] usage for all [[vehicles]], [[tools]] as well as the [[Seabases (Below Zero)|Seabases]].}}
{{cc|nohints|Toggles game hints.}}
{{cc|nohints|Toggles game hints.}}
{{cc|nopressure|Toggles [[Depth Levels|pressure]] effects on [[Seabase Modules|Seabases]] and [[Vehicles]].}}
{{cc|nopressure|Toggles [[Depth Levels|pressure]] effects on [[Seabase Modules|Seabases]] and [[Vehicles]].}}
Line 126: Line 119:
{{cc|seaglide|Spawns an unpowered [[Seaglide (Below Zero)|Seaglide]] in front of the player.}}
{{cc|seaglide|Spawns an unpowered [[Seaglide (Below Zero)|Seaglide]] in front of the player.}}
{{cc|shotgun|Toggles shotgun mode, which allows the [[Robin Ayou|player]] to kill creatures by right clicking on them.}}
{{cc|shotgun|Toggles shotgun mode, which allows the [[Robin Ayou|player]] to kill creatures by right clicking on them.}}
{{cc|startexchangerquest|Warps the [[Robin Ayou|player]] to the [[Exchanger Rocket]] and gives you a [[Repair Tool (Below Zero)|Repair Tool]] and two [[Coffee Americano]]s.}}
{{cc|startexchangerquest|Gives you a [[Repair Tool (Below Zero)|Repair Tool]] and two [[Thermos]]es.}}
{{cc|story [NAME]|Advances the current story to a designated point. The story command uses pre-made parameters to skip to specific points in the story, and the full list of commands is viewable when typing <code>story</code> on its own. A description of each command can be seen using the <code>story help</code> command.
{{cc|story [NAME]|Advances the current story to a designated point. The story command uses pre-made parameters to skip to specific points in the story, and the full list of commands is viewable when typing <code>story</code> on its own. A description of each command can be seen using the <code>story help</code> command.


The list of commands and appropriate description is as follows:
The list of commands and appropriate description is as follows:
* ''sendenzyme''
** Repair the [[Exchanger Rocket]] with the [[Repair Tool (Below Zero)|Repair Tool]] if necessary, or build a new rocket from the terminal on the rocket platform. Put the [[Concentrated Enzyme 42]] into to rocket, go to the terminal and click to launch the rocket.
* ''marg1''
* ''marg1''
** Walk uphill and out of the entrance of the cave to trigger the first encounter with [[Marguerit Maida]].
** Walk uphill and out of the entrance of the cave to trigger the first encounter with [[Marguerit Maida]].
* ''buildalan''
** Go to the terminal and press the button to build [[Al-An]].
* ''sanctuary''
* ''sanctuary''
** Swim into [[Sanctuary Zero]] to hear the Architect talk to you for the first time. Head to the room at the back for the download sequence.
** Swim into [[Sanctuary Zero]] to hear the Architect talk to you for the first time. Head to the room at the back for the download sequence.
* ''skipintro''
* ''body1''
** Enter the precursor site and scan the object for [[Al-An's Vessel|Al-An's vessel]].
** Will complete all goals triggered during the intro sequence and warp you to the cave entrance that leads back to ice lake. This is only useful when starting a new game because it does not reset anything.
*''radiorepair''
* ''body2''
** Go to the radio tower and repair it to restore communications with the Vesper.
** Enter the precursor site and scan the object for [[Al-An's Vessel|Al-An's vessel]].
*''researchnotes''
* ''body3''
** enter the base to find the requested research notes.
** Enter the precursor site and scan the object for [[Al-An's Vessel|Al-An's vessel]].
*''colleaguepda''
*''fabricatorintro''
** Enter the [[Fabricator Base|fabricator base]] to hear the dialog for the first time. What you hear will depend on how many parts have been scanned so far and whether [[Al-An]] has been downloaded already.
** enter the bunker and collect the [[Colleague PDA | PDA]].
* ''endgame''
* ''downloadalan''
** Run this to complete all goals associated with playing through the [[Sanctuary Zero|Sanctuary]].
* ''marg2''
** enter the base from underneath the [[Moonpool (Below Zero)|moonpool]], go to the [[Bulkhead (Below Zero)|bulkhead]] door, open and enter
*''frozencreature''
*''frozencreature''
** go to the frozen creature and take a sample.
** go to the [[Frozen Leviathan|frozen creature]] and take a sample.
*''radiosalvage''
*''radiosalvage''
** use the [[Laser Cutter (Below Zero)|laser cutter]] to collect the [[salvage]] needed to repair the radio tower.
** use the [[Laser Cutter (Below Zero)|laser cutter]] to open compartments to find the item you need to scan to get the [[Parallel Processing Unit|PPU]] recipe, which is required for building the [[Test Override Module|TOM]]
*''collectenzyme''
* ''marg3''
** Enter the [[Marguerit's Greenhouse|Greenhouse]] to get Marg's congratulations.
** approach a sea emperor to be greeted and collected an enzyme when it gets released}}.
* ''hackradiotower''
** Climb the ladder to the upper level of the tower to attach the [[Test Override Module|TOM]], then head back down and press the Test Mode button on the terminal.
* ''repairbridge''
** Head to the bridge, place the [[Hydraulic Fluid|hydraulic fluid]] in the empty slot, press the button on the screen to extend the bridge.}}
{{cc|story help [NAME]|Shows the help description for given story command. See <code>story</code> command for list of commands and their descriptions.}}
{{cc|story help [NAME]|Shows the help description for given story command. See <code>story</code> command for list of commands and their descriptions.}}
{{cc|supplydrop [NAME]|Initiates a certain drop. Example: "<code>supplydrop briefing-disabled</code>" initiates the supply drop that contains the Sector Zero briefing.
{{cc|supplydrop [NAME]|Initiates a certain drop. Example: "<code>supplydrop briefing-disabled</code>" initiates the supply drop that contains the Sector Zero briefing.
Line 155: Line 157:
*Supply Drops:
*Supply Drops:
** ''drop_bioscannersupplydrop''
** ''drop_bioscannersupplydrop''
***Contains the Bioscanner.
*** Contains the Bioscanner.
** ''droplifepod''
** ''droplifepod''
***Drop a [[Drop Pod]] at [[Outpost Zero]].
*** Drop a [[Drop Pod]] at [[Outpost Zero]].
** ''precursorscan_level_1''
***Contains 2 [[Power Cell (Below Zero)|Power Cell]]s, 2 [[Disinfected Water (Below Zero)|Disinfected Water]]s, and 2 [[First Aid Kit (Below Zero)|First Aid Kit]]s
** ''precursorscan_level_2''
***Contains 2 [[Ion Cube (Below Zero)|Ion Cube]]s and a [[Precursor Tether]]
** ''supplydropforbase''
** ''supplydropforbase''
***Drops a [[Drop Pod]] in the [[Shallow Twisty Bridges]].
*** Drops a [[Drop Pod]] in the [[Shallow Twisty Bridges]].
** ''log_buildersupplydrop''
** ''log_buildersupplydrop''
***Contains the [[Habitat Builder (Below Zero)|Habitat Builder]].
*** Contains the [[Habitat Builder (Below Zero)|Habitat Builder]].
** ''log_vesper_7''
** ''log_vesper_7''
***Contains 1 [[Filtered Water (Below Zero)|Filtered Water]], 2 [[Nutrient Block (Below Zero)|Nutrient Block]]s, and a [[Data Chip]] containing the [[Seatruck Depth Upgrade MK1]] blueprint.
*** Contains 1 [[Filtered Water (Below Zero)|Filtered Water]], 2 [[Nutrient Block (Below Zero)|Nutrient Block]]s, and a [[Data Chip]] containing the [[Seatruck Depth Upgrade MK1]] blueprint.
** ''log_dropdepthupgrade2''
** ''log_dropdepthupgrade2''
***Contains 1 [[Filtered Water (Below Zero)|Filtered Water]], 2 [[Nutrient Block (Below Zero)|Nutrient Block]]s, and a [[Data Chip]] containing the [[Seatruck Depth Upgrade MK2]] blueprint.
*** Contains 1 [[Filtered Water (Below Zero)|Filtered Water]], 2 [[Nutrient Block (Below Zero)|Nutrient Block]]s, and a [[Data Chip]] containing the [[Seatruck Depth Upgrade MK2]] blueprint.
** ''briefing-disabled''
** ''briefing-disabled''
***Contains 1 [[Filtered Water (Below Zero)|Filtered Water]].
*** Contains 1 [[Filtered Water (Below Zero)|Filtered Water]].
** ''log_spypenguinsupplydrop''
** ''log_spypenguinsupplydrop''
***Contains a bugged [[Data Boxes|Data Box]] containing the [[Spy Pengling]] blueprint and a [[Spy Pengling Remote]].
*** Contains a [[Spy Pengling Remote]].
** ''testdrop''
** ''testdrop''
*** Contains various items.
***Drops a [[Drop Pod]] at [[Outpost Zero]].
** ''testsupplydrop2''
** ''testsupplydrop2''
***Contains 1 [[Power Cell (Below Zero)|Power Cell]].
*** Contains 1 [[Power Cell (Below Zero)|Power Cell]].
** ''test3''
** ''test3''
*** Contains various items.}}
***Contains 9 [[Salt Deposit (Below Zero)|Salt Deposit]]s and 1 [[Nutrient Block (Below Zero)|Nutrient Block]].}}
{{cc|supplydropall|Shows the list of supply drops.}}
{{cc|supplydropall|Shows the list of supply drops.}}
{{cc|takedamage [#]|Damages player's health % amount equal to value. Max health is 100%.}}
{{cc|takedamage [#]|Damages player's health % amount equal to value. Max health is 100%.}}
{{cc|unfreeze|Unfreezes all small fish.}}
{{cc|unfreeze|Unfreezes all small fish.}}
{{cc|unfreezeplayer|Unfreezes the player.}}
{{cc|unfreezeplayer|Unfreezes the player.}}
{{cc|unlock [NAME]|Unlocks a specific [[Blueprints|blueprint]]. Example: "<code>unlock solarpanel</code>" unlocks [[Solar Panel (Below Zero)|Solar Panel]]s. Typing "<code>unlock all</code>" will unlock all blueprints.}}
{{cc|unlock [NAME]|Unlocks a specific [[Blueprints (Below Zero)|blueprint]]. Example: "<code>unlock solarpanel</code>" unlocks [[Solar Panel (Below Zero)|Solar Panel]]s. Typing "<code>unlock all</code>" will unlock all blueprints.}}
{{cc|unlockall|Unlocks all [[blueprints]].}}
{{cc|unlockall|Unlocks all [[Blueprints (Below Zero)|Blueprints]].}}
{{cc|unlockallbuildables|Unlocks every blueprint used by the [[Habitat Builder (Below Zero)|Habitat Builder]].}}
{{cc|unlockallbuildables|Unlocks every blueprint used by the [[Habitat Builder (Below Zero)|Habitat Builder]].}}
{{cc|unlockdoors|Unlocks all forcefields in [[Architect Bases]].}}
{{cc|unlockdoors|Unlocks all forcefields in [[Architect Bases]].}}
Line 195: Line 193:
{{cc|exosuitarms|Gives the player every [[Prawn Suit (Below Zero)|Prawn Suit]] arm.}}
{{cc|exosuitarms|Gives the player every [[Prawn Suit (Below Zero)|Prawn Suit]] arm.}}
{{cc|exosuitupgrades|Gives the player every [[Prawn Suit (Below Zero)|Prawn Suit]] upgrade.}}
{{cc|exosuitupgrades|Gives the player every [[Prawn Suit (Below Zero)|Prawn Suit]] upgrade.}}
{{cc|hatchingtime|Gives the [[Robin Ayou|player]] a [[Seaglide (Below Zero)|Seaglide]], three [[Ion Cube (Below Zero)|Ion Cube]]s, a [[Rebreather (Below Zero)|Rebreather]], [[Fins (Below Zero)|Fins]], a [[Lightweight High Capacity Tank]], and [https://subnautica.fandom.com/wiki/Hatching_Enzymes Hatching Enzymes].}}
{{cc|hatchingtime|Gives the [[Robin Ayou|player]] a [[Seaglide (Below Zero)|Seaglide]], three [[Ion Cube (Below Zero)|Ion Cube]]s, a [[Rebreather (Below Zero)|Rebreather]], [[Ultra Glide Fins]], a [[Lightweight High Capacity Tank]], and [[Hatching Enzymes]].}}
{{cc|madloot|Gives the player a [[Survival Knife (Below Zero)|Survival Knife]], [[Habitat Builder (Below Zero)|Habitat Builder]], [[Scanner (Below Zero)|Scanner]], 3x [[Battery (Below Zero)|Battery]], 4x [[Computer Chip (Below Zero)|Computer Chip]], 10x [[Titanium (Below Zero)|Titanium]] and 10x [[Glass (Below Zero)|Glass]].}}
{{cc|madloot|Gives the player a [[Survival Knife (Below Zero)|Survival Knife]], [[Habitat Builder (Below Zero)|Habitat Builder]], [[Scanner (Below Zero)|Scanner]], 3x [[Battery (Below Zero)|Battery]], 4x [[Computer Chip (Below Zero)|Computer Chip]], 10x [[Titanium (Below Zero)|Titanium]] and 10x [[Glass (Below Zero)|Glass]].}}
{{cc|niceloot|Gives the [[Robin Ayou|player]] an [[Ultra High Capacity Tank (Below Zero)|Ultra High Capacity Tank]], one [[Metal Salvage (Below Zero)|Metal Salvage]], one [[Quartz (Below Zero)|Quartz]], one [[Copper Ore (Below Zero)|Copper Ore]], one [[Lead (Below Zero)|Lead]], one [https://subnautica.fandom.com/wiki/Cut_Content Mercury Ore], a [[Rebreather (Below Zero)|Rebreather]], a [[Reinforced Dive Suit (Below Zero)|Reinforced Dive Suit]], one [[Salt Deposit (Below Zero)|Salt Deposit]], one [[Gold (Below Zero)|Gold]], one [[Crystalline Sulfur (Below Zero)|Crystalline Sulfur]], one [[Silver Ore (Below Zero)|Silver Ore]], a [[Stasis Rifle]], a [[Stillsuit (Below Zero)|Stillsuit]], a [https://subnautica.fandom.com/wiki/Radiation_Suit Radiation Suit], a [[Compass (Below Zero)|Compass]], a [[Standard O₂ Tank (Below Zero)|Standard O₂ Tank]], a [[Uraninite Crystal (Below Zero)|Uraninite Crystal]], one [https://subnautica.fandom.com/wiki/Cave_Sulfur Cave Sulfur], one [[Kyanite (Below Zero)|Kyanite]], one [[Diamond (Below Zero)|Diamond]], one [[Nickel Ore (Below Zero)|Nickel Ore]], one [[Lithium (Below Zero)|Lithium]], one [[Table Coral Sample (Below Zero)|Table Coral Sample]], one [[Ruby (Below Zero)|Ruby]], one [https://subnautica.fandom.com/wiki/Coral_Tube_Sample Coral Tube Sample], one [[Magnetite (Below Zero)|Magnetite]], and one [https://subnautica.fandom.com/wiki/Stalker_Teeth Stalker Tooth].}}
{{cc|niceloot|Gives the [[Robin Ayou|player]] an [[Ultra High Capacity Tank (Below Zero)|Ultra High Capacity Tank]], one [[Metal Salvage (Below Zero)|Metal Salvage]], one [[Quartz (Below Zero)|Quartz]], one [[Copper Ore (Below Zero)|Copper Ore]], one [[Lead (Below Zero)|Lead]], one [[Cut Content (Subnautica)#Mercury Ore|Mercury Ore]], a [[Rebreather (Below Zero)|Rebreather]], a [[Reinforced Dive Suit (Below Zero)|Reinforced Dive Suit]], one [[Salt Deposit (Below Zero)|Salt Deposit]], one [[Gold (Below Zero)|Gold]], one [[Crystalline Sulfur (Below Zero)|Crystalline Sulfur]], one [[Silver Ore (Below Zero)|Silver Ore]], a [[Water Filtration Suit (Below Zero)|Water Filtration Suit]], a [[Radiation Suit]], a [[Compass (Below Zero)|Compass]], a [[Standard O₂ Tank (Below Zero)|Standard O₂ Tank]], a [[Uraninite Crystal (Below Zero)|Uraninite Crystal]], one [[Cave Sulfur]], one [[Kyanite (Below Zero)|Kyanite]], one [[Diamond (Below Zero)|Diamond]], one [[Nickel Ore (Below Zero)|Nickel Ore]], one [[Lithium (Below Zero)|Lithium]], one [[Table Coral Sample (Below Zero)|Table Coral Sample]], one [[Ruby (Below Zero)|Ruby]], one [[Coral Tube Sample]], one [[Magnetite (Below Zero)|Magnetite]], and one [[Stalker Tooth]].}}
{{cc|precursorkeys|Gives the [[Robin Ayou|player]] one of each color precursor key.}}
{{cc|precursorkeys|Gives the [[Robin Ayou|player]] one of each color precursor key.}}
{{cc|seatruckupgrades|Gives the player every [[Seatruck]] upgrade.}}
{{cc|seatruckupgrades|Gives the player every [[Seatruck]] upgrade.}}
{{cc|spawnloot|Spawns [[Quartz (Below Zero)|Quartz]], [[Copper Ore (Below Zero)|Copper Ore]], [https://subnautica.fandom.com/wiki/Cut Content Magnesium], [[Salt Deposit (Below Zero)|Salt Deposit]], [[Gold (Below Zero)|Gold]] and 4x [[Metal Salvage (Below Zero)|Metal Salvage]].}}
{{cc|spawnloot|Spawns [[Quartz (Below Zero)|Quartz]], [[Copper Ore (Below Zero)|Copper Ore]], [[Cut Content (Subnautica)#Magnesium|Magnesium]], [[Salt Deposit (Below Zero)|Salt Deposit]], [[Gold (Below Zero)|Gold]] and 4x [[Metal Salvage (Below Zero)|Metal Salvage]].}}
{{cc|tools|Gives the player a [[Propulsion Cannon (Below Zero)|Propulsion Cannon]], [[Survival Knife (Below Zero)|Survival Knife]], [[Flashlight (Below Zero)|Flashlight]], [[Habitat Builder (Below Zero)|Habitat Builder]], [[Air Bladder (Below Zero)|Air Bladder]], [[Pathfinder Tool (Below Zero)|Pathfinder Tool]], [[Scanner (Below Zero)|Scanner]], [[Repair Tool (Below Zero)|Repair Tool]], [[Laser Cutter (Below Zero)|Laser Cutter]], [[Flare (Below Zero)|Flare]], and [[Light Stick (Below Zero)|Light Stick]].}}
{{cc|tools|Gives the player a [[Propulsion Cannon (Below Zero)|Propulsion Cannon]], [[Survival Knife (Below Zero)|Survival Knife]], [[Flashlight (Below Zero)|Flashlight]], [[Habitat Builder (Below Zero)|Habitat Builder]], [[Air Bladder (Below Zero)|Air Bladder]], [[Pathfinder Tool (Below Zero)|Pathfinder Tool]], [[Scanner (Below Zero)|Scanner]], [[Repair Tool (Below Zero)|Repair Tool]], [[Laser Cutter (Below Zero)|Laser Cutter]], [[Flare (Below Zero)|Flare]], and [[Light Stick (Below Zero)|Light Stick]].}}
{{cc|vehicleupgrades|Gives the player all upgrades}}
{{cc|vehicleupgrades|Gives the player all upgrades}}
Line 232: Line 230:
{{cc|collect|Performs a garbage collection script.}}
{{cc|collect|Performs a garbage collection script.}}
{{cc|debughoverbike|Toggles the [[Snowfox]] debug menu. Only visible while riding a Snowfox.}}
{{cc|debughoverbike|Toggles the [[Snowfox]] debug menu. Only visible while riding a Snowfox.}}
{{cc|debugmusic|Lists music currently playing, if one is playing. See <code>listmusic</code> command for more information.}}
{{cc|debugmusic|Lists music currently playing, if one is playing.}}
{{cc|debugstartmap|Places 1000 black cubes at the starting area.}}
{{cc|debugstartmap|Places 1000 black cubes at the starting area.}}
{{cc|entreset|Resets all loaded entities.}}
{{cc|entreset|Resets all loaded entities.}}
Line 246: Line 244:
{{cc|limitshadow [#]|Limits shadows to a certain radius around the player.}}
{{cc|limitshadow [#]|Limits shadows to a certain radius around the player.}}
{{cc|listambience|Lists all ambience files implemented in the game, as well as the biome ID they are associated with. Typing the command returns this list:
{{cc|listambience|Lists all ambience files implemented in the game, as well as the biome ID they are associated with. Typing the command returns this list:
* arctic_caldera (arcticCaldera*)

* east_arctic (eastArctic*)
*lilly_pads (lilyPads*)
* iceberg_interior_loop (EastArctic_IceBerg_Cave*)
*sanctuary (TwistyBridges_InnerCave*)
* iceberg_interior_loop (WestArctic_IceBerg_Cave*)
*normal_cave (NormalCave*)
* glacial_basin_bunker_loop (GlacialBasin_Bunker*)
*ice_cave (IntroIceCave*)
* glacial_basin_dark_cave_loop (GlacialBasin_DarkCave*)
*arctic_surface (arctic*)
* fabricator_exterior (fabricatorcaverns*)
*kelp_caves (arcticKelp*)
* marg_base_exterior (margBase*)
*kelp_background (kelpForest*)
* deep_purplevents_amb (purpleVents_Deep*)
*surface_generic_background (*)
* purple_vents (purpleVents*)
*twisty_bridges (twistyBridges*)}}
* crashed_ship (wreck*)
{{cc|listmusic|Lists all music files implemented in the game, as well as the biome ID they are associated with. Typing the command returns this list:
* crystal_caves (CrystalCave*)

* frozen_creature_amb (GlacialBasin_CreatureCave*)
*arctic_background_music (arctic*)
* mining_site (MiningSite*)
*kelp_background_music (kelpForest*)}}
* tree_spires (treeSpires*)
* thermal_zone (thermalSpires*)
* lilly_pads (lilyPads*)
* sanctuary (TwistyBridges_InnerCave*)
* normal_cave (NormalCave*)
* ice_cave (IntroIceCave*)
* arctic_surface (arctic*)
* kelp_caves (arcticKelp*)
* kelp_background (kelpForest*)
* surface_generic_background (*)
* twisty_bridges (twistyBridges*)}}
{{cc|nobloom|Removes bloom. Game restart needed to re-apply.}}
{{cc|nobloom|Removes bloom. Game restart needed to re-apply.}}
{{cc|noshadows|Removes shadows. Game restart needed to re-apply.}}
{{cc|noshadows|Removes shadows. Game restart needed to re-apply.}}
{{cc|pcannon|Gives all objects that can be picked up by the propulsion cannon a blue glow, similar to the effect while scanning an object. Also enables the <code>noenergy</code> command.}}
{{cc|pcannon|Gives all objects that can be picked up by the propulsion cannon a blue glow, similar to the effect while scanning an object. Also enables the <code>noenergy</code> command.}}
{{cc|printbiome|Shows on screen what biome the player is currently in.}}
{{cc|printbiome|Shows on screen what biome the player is currently in.}}
{{cc|resetachievements|Resets all achievements.}}
{{cc|rib|Toggles background running for the game.}}
{{cc|rib|Toggles background running for the game.}}
{{cc|scene [NAME]|Loads a scene based on the NAME parameter. Currently known scene filenames are...
{{cc|scene [NAME]|Loads a scene based on the NAME parameter. Currently known scene filenames are...
Line 271: Line 281:
*dbc
*dbc
*debugcreatures|Toggles the creature debugger.}}
*debugcreatures|Toggles the creature debugger.}}
{{cc|sizeref|Spawns the "Wasabi One" diver. Can be used as a size reference. Must be looking at terrain.}}
{{cc|sizeref|Spawns a model of [[Robin Ayou]]. Can be used as a size reference. Must be looking at terrain.}}
{{cc|skiptrack|Ends the current playing track and moves onto the next.}}
{{cc|skiptrack|Ends the current playing track and moves onto the next.}}
{{cc|spikeytraphunt|Forces all spawned [[Spike Trap]]s into hunting mode.}}
{{cc|spikeytraphunt|Forces all spawned [[Spike Trap]]s into hunting mode.}}
Line 288: Line 298:
===Teleports===
===Teleports===
{{CCTable|
{{CCTable|
{{cc|biome [NAME]| Teleports the player to a specific [[Biomes|Biome]]. Example: "<code>biome shallowtwistybridges</code>" teleports the player to the [[Shallow Twisty Bridges]].
{{cc|biome [NAME]| Teleports the player to a specific [[Biomes (Below Zero)|Biome]]. Example: "<code>biome shallowtwistybridges</code>" teleports the player to the [[Shallow Twisty Bridges]].
Type ''biome'' without a biome name to see the following list:
Type ''biome'' without a biome name to see the following list:
* Biomes:
* Biomes:
Line 405: Line 415:
{{cc|animculloff|Turns animation culling off.}}
{{cc|animculloff|Turns animation culling off.}}
{{cc|animstat|Displays status of animations.}}
{{cc|animstat|Displays status of animations.}}
{{cc|attacksub|Affects the [[w:c:subnautica:Cyclops|Cyclops]] submarine.}}
{{cc|attacksub|Affects the [[Cyclops]] submarine.}}
{{cc|autogctime [#]|Sets auto garbage collection time.}}
{{cc|autogctime [#]|Sets auto garbage collection time.}}
{{cc|biomemusic [NAME]|Changes current music to chosen biome's track.}}
{{cc|biomemusic [NAME]|Changes current music to chosen biome's track.}}
Line 412: Line 422:
{{cc|clearhistory|Clears console history.}}
{{cc|clearhistory|Clears console history.}}
{{cc|commands|Lists all commands.}}
{{cc|commands|Lists all commands.}}
{{cc|countdownship|Initiates the countdown for the explosion of the [[w:c:subnautica:Aurora|Aurora's]] dark matter reactor.}}
{{cc|countdownship|Initiates the countdown for the explosion of the [[Aurora|Aurora's]] dark matter reactor.}}
{{cc|create [NAME]|Creates a instance of the desired prefab.}}
{{cc|create [NAME]|Creates a instance of the desired prefab.}}
{{cc|crush|Damages all damageable vehicles.}}
{{cc|crush|Damages all damageable vehicles.}}
{{cc|cure|Cures the [[w:c:subnautica:player|player]] and all creatures in a specified range of the [[w:c:subnautica:Kharaa Bacterium|Kharaa Bacterium]].}}
{{cc|cure|Cures the [[Ryley Robinson|player]] and all creatures in a specified range of the [[Kharaa Bacterium]].}}
{{cc|cureplayergoaltrigger|Completes the "cure" story goal.}}
{{cc|cureplayergoaltrigger|Completes the "cure" story goal.}}
{{cc|cyclopsupgrades|Gives the player every upgrade for the [[w:c:subnautica:Cyclops|Cyclops]].}}
{{cc|cyclopsupgrades|Gives the player every upgrade for the [[Cyclops]].}}
{{cc|damagesub|Damages all damageable submarines.}}
{{cc|damagesub|Damages all damageable submarines.}}
{{cc|dbbf|Debugging tool for base flooding.}}
{{cc|dbbf|Debugging tool for base flooding.}}
Line 427: Line 437:
{{cc|debugtemp|Debugging tool for temperature.}}
{{cc|debugtemp|Debugging tool for temperature.}}
{{cc|decontaminate|Removes radiation from the map.}}
{{cc|decontaminate|Removes radiation from the map.}}
{{cc|destroycyclops|Destroys all [[w:c:subnautica:Cyclops|Cyclops]].}}
{{cc|destroycyclops|Destroys all [[Cyclops]].}}
{{cc|dig [#]|Removes all terrain around the player in a sphere with a diameter of # meters (max value: 100). This command can put a severe strain on the gameplay performance.}}
{{cc|disablepoolpurge|Stops garbage collection.}}
{{cc|disablepoolpurge|Stops garbage collection.}}
{{cc|doormode [#]|
{{cc|doormode [#]|
Line 444: Line 455:
{{cc|entityslot [NAME]|Creates a desired entity slot.}}
{{cc|entityslot [NAME]|Creates a desired entity slot.}}
{{cc|entstats|Outputs entity statistics.}}
{{cc|entstats|Outputs entity statistics.}}
{{cc|equipment|Gives the player [[Fins (Below Zero)|Fins]], a [[Standard O₂ Tank (Below Zero)|Standard O₂ Tank]], a [[Compass (Below Zero)|Compass]], and a full set of [[w:c:subnautica:Radiation Suit|radiation gear]].}}
{{cc|equipment|Gives the player [[Fins (Below Zero)|Fins]], a [[Standard O₂ Tank (Below Zero)|Standard O₂ Tank]], a [[Compass (Below Zero)|Compass]], and a full set of [[Radiation Suit|radiation gear]].}}
{{cc|erupt|Forces all geysers to erupt.}}
{{cc|erupt|Forces all geysers to erupt.}}
{{cc|evdb|No effect.}}
{{cc|evdb|No effect.}}
{{cc|evprof|Activates event profiling.}}
{{cc|evprof|Activates event profiling.}}
{{cc|explodeforce|Creates an explosive force on the [[w:c:subnautica:Aurora|Aurora]].}}
{{cc|explodeforce|Creates an explosive force on the [[Aurora]].}}
{{cc|explodeship|Initiates the explosion of the [[w:c:subnautica:Aurora|Aurora's]] dark matter reactor.}}
{{cc|explodeship|Initiates the explosion of the [[Aurora|Aurora's]] dark matter reactor.}}
{{cc|exportbytepooljson|Exports JSON file of the byte pool.}}
{{cc|exportbytepooljson|Exports JSON file of the byte pool.}}
{{cc|fishes|Gives the player a [[w:c:subnautica:Holefish|Holefish]], an [[Arctic Peeper]], a [[Bladderfish (Below Zero)|Bladderfish]], a [[w:c:subnautica:Garryfish|Garryfish]], a [[w:c:subnautica:Hoverfish|Hoverfish]], a [[w:c:subnautica:Reginald|Reginald]], a [[w:c:subnautica:Spadefish|Spadefish]], a [[Boomerang (Below Zero)|Boomerang]], a [[w:c:subnautica:Eyeye|Eyeye]], and a [[w:c:subnautica:Oculus|Oculus]].}}
{{cc|fishes|Gives the player a [[Holefish]], an [[Arctic Peeper]], a [[Bladderfish (Below Zero)|Bladderfish]], a [[Garryfish]], a [[Hoverfish]], a [[Reginald]], a [[Spadefish]], a [[Boomerang (Below Zero)|Boomerang]], a [[Eyeye]], and an [[Oculus]].}}
{{cc|fixleaks|Fixes all seabase leaks.}}
{{cc|fixleaks|Fixes all seabase leaks.}}
{{cc|flood|Floods every [[w:c:subnautica:Cyclops|Cyclops]] on the map.}}
{{cc|flood|Floods every [[Cyclops]] on the map.}}
{{cc|forcerocketready|Allows the [[w:c:subnautica:Neptune Escape Rocket|Neptune Escape Rocket]] to be launched without disabling the [[w:c:subnautica:Quarantine Enforcement Platform|Quarantine Enforcement Platform]].}}
{{cc|forcerocketready|Allows the [[Neptune Escape Rocket]] to be launched without disabling the [[Quarantine Enforcement Platform|Quarantine Enforcement Platform]].}}
{{cc|
*freedom
*creative
*survival
*hardcore|Changes [[Game Modes|game mode]] to chosen type.}}
{{cc|gcc|Forces garbage collection.}}
{{cc|gcc|Forces garbage collection.}}
{{cc|hellofish|Allows the player to re-activate the [[w:c:subnautica:Cuddlefish|Cuddlefish's]] "goodbye" interaction.}}
{{cc|hellofish|Allows the player to re-activate the [[Cuddlefish|Cuddlefish's]] "goodbye" interaction.}}
{{cc|infect [#]|Infects the player and all creatures in a specified range with the [[w:c:subnautica:Kharaa Bacterium|Kharaa Bacterium]].}}
{{cc|infect [#]|Infects the player and all creatures in a specified range with the [[Kharaa Bacterium]].}}
{{cc|infectionreveal|Plays the animation of the player realizing they are infected with the [[w:c:subnautica:Kharaa Bacterium|Kharaa Bacterium]].}}
{{cc|infectionreveal|Plays the animation of the player realizing they are infected with the [[Kharaa Bacterium]].}}
{{cc|killent [NAME]]|Kills certain entities.}}
{{cc|killent [NAME]]|Kills certain entities.}}
{{cc|language [NAME]|Sets language.}}
{{cc|language [NAME]|Sets language.}}
{{cc|launchrocket|Forces the [[Exchanger Rocket]] to launch.}}
{{cc|lldetach|Detaches all [[w:c:subnautica:Lava Larva|Lava Larvas]].}}
{{cc|listmusic|Lists all music files implemented in the game, as well as the biome ID they are associated with. Typing the command returns this list:
{{cc|lock [NAME]|Locks a specific [[Blueprints|blueprint]]. Example: "<code>lock solarpanel</code>" locks [[Solar Panel (Below Zero)|Solar Panel]]s.}}

*arctic_background_music (arctic*)
*kelp_background_music (kelpForest*)}}
{{cc|lldetach|Detaches all [[Lava Larva]]e.}}
{{cc|lock [NAME]|Locks a specific [[Blueprints (Below Zero)|blueprint]]. Example: "<code>lock solarpanel</code>" locks [[Solar Panel (Below Zero)|Solar Panel]]s.}}
{{cc|logpendingitems|Logs all pending items.}}
{{cc|logpendingitems|Logs all pending items.}}
{{cc|lootprobability [NAME] [#]|Shows loot probability for a given biome, a given number of times.}}
{{cc|lootprobability [NAME] [#]|Shows loot probability for a given biome, a given number of times.}}
Line 479: Line 500:
{{cc|phototour [#]|Starts a photo tour.}}
{{cc|phototour [#]|Starts a photo tour.}}
{{cc|playerinfection [#]|Advances the infection to a certain point.}}
{{cc|playerinfection [#]|Advances the infection to a certain point.}}
{{cc|playsunbeamfx|Plays the second part of the [[w:c:subnautica:Quarantine Enforcement Platform|Quarantine Enforcement Platform]] shooting down the [[w:c:subnautica:Sunbeam|Sunbeam]] event.}}
{{cc|playsunbeamfx|Plays the second part of the [[Quarantine Enforcement Platform]] shooting down the [[Sunbeam]] event.}}
{{cc|precursorgunaim|Plays the entire [[w:c:subnautica:Quarantine Enforcement Platform|Quarantine Enforcement Platform]] shooting down the [[w:c:subnautica:Sunbeam|Sunbeam]] event.}}
{{cc|precursorgunaim|Plays the entire [[Quarantine Enforcement Platform]] shooting down the [[Sunbeam]] event.}}
{{cc|printstorygoals|Outputs all completed story goals.}}
{{cc|printstorygoals|Outputs all completed story goals.}}
{{cc|pulseradio|Forces the [[Radio]] to pulse.}}
{{cc|pulseradio|Forces the [[Radio]] to pulse.}}
{{cc|radiation|Toggles radiation.}}
{{cc|radiation|Toggles radiation.}}
{{cc|randomstart|Teleports the player into [[w:c:subnautica:Lifepod 5|Lifepod 5]] and respawns Lifepod 5 at one of its initial spawn point locations at random.}}
{{cc|randomstart|Teleports the player into [[Lifepod 5]] and respawns Lifepod 5 at one of its initial spawn point locations at random.}}
{{cc|recordtour [#]|Records the active photo tour.}}
{{cc|recordtour [#]|Records the active photo tour.}}
{{cc|resetachievements|Resets all achievements.}}
{{cc|resizestorage [#] [#]|Resizes the inventory to the desired dimensions.}}
{{cc|resizestorage [#] [#]|Resizes the inventory to the desired dimensions.}}
{{cc|resstats|Outputs RES statistics.}}
{{cc|resstats|Outputs RES statistics.}}
{{cc|restorecyclops|Converts every [[w:c:subnautica:Cyclops|Cyclops]] wreck on the map to a functional (but damaged) state.}}
{{cc|restorecyclops|Converts every [[Cyclops]] wreck on the map to a functional (but damaged) state.}}
{{cc|restoreship|Returns the [[w:c:subnautica:Aurora|Aurora]] to its original form. Turns on radiation.}}
{{cc|restoreship|Returns the [[Aurora]] to its original form. Turns on radiation.}}
{{cc|rigids|Outputs a count of all rigidbodies in the scene.}}
{{cc|rigids|Outputs a count of all rigidbodies in the scene.}}
{{cc|savestartmap|Outputs a copy of the start map to the ''Subnautica: Below Zero'' folder.}}
{{cc|savestartmap|Outputs a copy of the start map to the ''Subnautica: Below Zero'' folder.}}
Line 496: Line 516:
{{cc|schoolfishrepulsor|Toggles shoal repulsor.}}
{{cc|schoolfishrepulsor|Toggles shoal repulsor.}}
{{cc|seal|Sets player to 5x speed.}}
{{cc|seal|Sets player to 5x speed.}}
{{cc|seamothupgrades|Gives the player every [[w:c:subnautica:Seamoth|Seamoth]] upgrade.}}
{{cc|seamothupgrades|Gives the player every [[Seamoth]] upgrade.}}
{{cc|seeall|Disables fog of war.}}
{{cc|seeall|Disables fog of war.}}
{{cc|setwpcage [#]|Sets the age of a creature in the [[Alien Containment (Below Zero)|Alien Containment]].}}
{{cc|setwpcage [#]|Sets the age of a creature in the [[Alien Containment (Below Zero)|Alien Containment]].}}
Line 505: Line 525:
{{cc|spark [#]|Places the player exactly where they currently are.}}
{{cc|spark [#]|Places the player exactly where they currently are.}}
{{cc|spawnperf [#]|Performance related command.}}
{{cc|spawnperf [#]|Performance related command.}}
{{cc|startsunbeamstoryevent|Activates the [[w:c:subnautica:Sunbeam|Sunbeam]] story event.}}
{{cc|startsunbeamstoryevent|Activates the [[Sunbeam]] story event.}}
{{cc|stopphototour|Stops the current active photo tour.}}
{{cc|stopphototour|Stops the current active photo tour.}}
{{cc|stoprecording|Stops recording the current photo tour.}}
{{cc|stoprecording|Stops recording the current photo tour.}}
{{cc|stopwatch [NAME]|Toggles the stopwatch profiler.}}
{{cc|stopwatch [NAME]|Toggles the stopwatch profiler.}}
{{cc|subtitles [NAME]|Adds subtitled text.}}
{{cc|subtitles [NAME]|Adds subtitled text.}}
{{cc|sunbeamcountdownstart|Activates the [[w:c:subnautica:Sunbeam|Sunbeam]] countdown.}}
{{cc|sunbeamcountdownstart|Activates the [[Sunbeam]] countdown.}}
{{cc|swimx [#]|Sets the swim speed multiplier.}}
{{cc|swimx [#]|Sets the swim speed multiplier.}}
{{cc|textexception|Tests a Unity Exception error.}}
{{cc|textexception|Tests a Unity Exception error.}}
Line 519: Line 539:
{{cc|translationkey [NAME]|Shows the translation key for the given string.}}
{{cc|translationkey [NAME]|Shows the translation key for the given string.}}
{{cc|unlockforced [NAME]|Forces the unlock of a blueprint.}}
{{cc|unlockforced [NAME]|Forces the unlock of a blueprint.}}
{{cc|vfx|Toggles [[w:c:subnautica:Cyclops|Cyclops]] smoke.}}
{{cc|vfx|Toggles [[Cyclops]] smoke.}}
{{cc|viewmodels|Lists all models in the layer.}}
{{cc|viewmodels|Lists all models in the layer.}}
{{cc|warpme|Warps the player to the last safe zone.}}
{{cc|warpme|Warps the player to the last safe zone.}}
}}
}}
[[fr:Console de commandes]]
[[es:Consola de comandos]]
[[pt-br:Debug Console Commands]]
[[pl:Komendy konsoli debugowania]]
[[ru:Отладочные команды консоли (Below Zero)]]
[[Category:Mechanics]]
[[Category:Mechanics]]

Latest revision as of 03:18, 25 February 2024

This article is about {{#explode:Console Commands (Below Zero)|(}} in Subnautica. [[{{#explode:Console Commands (Below Zero)|(}} (Below Zero)|Click here]] for information on this subject in Below Zero.

Console Commands are a group of tools that adjust the player's experience outside the normal scope of Subnautica: Below Zero. These commands can be used for debugging purposes, to view partially-implemented content, or simply for player enjoyment.

Using these commands will disable all achievements and potentially impair the in-game experience! Make sure to save the game before using them!

How to Use

PC/Mac

The Console can be opened by pressing the Shift and Enter keys simultaneously.

Consoles

The input box for Console Commands can be brought up by pressing several buttons on the controller at the same time.

Xbox
PlayStation
XBOX Left Bumper + XBOX A + XBOX Right Bumper
PS4 L1.png + Combops4x.png + PS4 R1.png

Console Commands are not currently available on the Nintendo Switch.

Developer Menu

In the Pause Menu

Action
Xbox One
PlayStation 4
Enable the Developer option
XBOX Left Bumper+XBOX Right Bumper
PS4 L1.png+PS4 R1.png

Developer Menu is also disabled on Nintendo Switch.

Input box Use

  • Pressing Shift and Enter or the tilde (~) key will open the console.
  • Once a command is entered, press Enter to execute the chosen command.
  • Pressing Uparrow.png or Downarrow.png will display previously entered commands, moving backwards and forwards respectively through that list.

List of Commands

Basics

[NAME] Represents a variable text input that depends on the command.
[#] Represents a number value of the player's choice.
[x] [y] [z] Represent coordinates.
  • [x] East & West
  • [y] Altitude
  • [z] North & South

General

item [NAME] [#]

Adds a specified amount of a certain item to the player's inventory. Default number is 1.

  • Example: "item titanium 5" will add 5 Titanium to the player's inventory.
  • Not all items' spawn IDs are the same as their name. A complete list of items and their spawn IDs can be found here.
spawn [NAME] [#]

Spawns a specified amount of a certain object in front of the player. Default number is 1.

  • Example: "spawn hoopfish 5" spawns 5 Hoopfish in front of the player.
  • * Not all entities' spawn IDs are the same as their name. A complete list of entities/items and their spawn IDs can be found here.
baseflood [#] Floods all player-built seabases to designated percentage (meaning water level). 0 means not flooded and 1 means completely flooded.
bobthebuilder

Enables:

bubbles Spawns several air bubbles around the player.
charge [#] Charges all batteries in inventory to given percentage. 0 means completely uncharged and 1 means fully charged.
clearinventory Deletes everything in the inventory.
cold Toggles the effect of cold on the player.
damage [#] Sets universal damage multiplier to player's choice.
damagebase Breaches all Seabases.
ency [NAME]

Unlocks a specific data base entry. Example: "ency hoopfish" will unlock the Hoopfish entry.

Doing "ency all" will give the player all of the data bank entries, even ones not acquirable in-game yet.

fastbuild Allows the player to build modules quickly with the Habitat Builder.
fastgrow Plantable flora will grow within a few moments when placed in any type of planter.
fasthatch Eggs will hatch within a few moments after being placed in an Alien Containment.
fastscan Reduces the scanning time when using the Scanner.
fastswim Toggles fastswim mode, which allows you to gain a large speed boost while holding Left Shift.
filterfast Reduces the time Water Filtration Machines take to filter.
filtersalt Causes every Water Filtration Machine on the map to instantly fabricate Salt.
filterwater Causes every Water Filtration Machine on the map to instantly fabricate a Large Filtered Water.
fly Allows the player to jump continuously while in the air.
freeze Freezes all small fish similarly to the Brinewing.
freezeplayer Freezes the player similarly to the effect of the Brinewing.
goal [NAME] [NAME] Triggers the desired Story Goal. Each type of Story Goal has a different effect but the names of specific goals are only found in the game files. There are four types of goals: PDA, Radio, Encyclopedia, and Story. To use the command, write the type of goal as the first parameter and the name of the story goal as the second parameter. Note that if the desired goal is not of the PDA type or is not recognized at all, typing it under the PDA type will simply show dialogue text containing the name.

Usage: goal pda helloworld

goalreset [NAME] Unchecks a given Story Goal. Uses the same Story Goals as the goal command.
hoverbikevariant1 Changes all spawned Snowfoxes to variant 1, meaning they have infinite boost and increased jump height. Additionally, there is no maximum speed when using the boost; the Snowfox keeps accelerating without limit.
hoverbikevariant2 Changes all spawned Snowfoxes to variant 2, meaning they have infinite boost and increased jump height.
hypnosison Enables the Lily Paddler's hypnosis effect.
hypnosisoff Disables the Lily Paddler's hypnosis effect.
icewormhuntmodeoff Turns off Ice Worm hunt mode.
icewormhuntmodeon Turns on Ice Worm hunt mode.
instagib Toggles instagib mode, which allows to player to one-hit kill all killable creatures.
invisible Creatures will ignore the player completely. Additionally, Vehicles will not take any hull damage from any source.
kill Respawns the player instantly inside the drop pod. Useful as a "teleport" feature. Do NOT use on Hardcore game setting.
noblueprints Allows the player to play with all Blueprints unlocked.
nobubbles Disables the player's breath bubbles.
nocost Toggles unlimited, free use of the Fabricator, Habitat Builder, Mobile Vehicle Bay, Vehicle Upgrade Console and Modification Station whether the player has the required items or not.
nodamage Toggles damage.
noenergy Toggles power usage for all vehicles, tools as well as the Seabases.
nohints Toggles game hints.
nopressure Toggles pressure effects on Seabases and Vehicles.
nosurvival Disables the player's Food & Water requirements and removes sustenance value on items. Only applicable for Survival and Hardcore modes.
ongoal [NAME] Completes a specified Story Goal. See the goal command for more details. Typing ongoal all will complete all Story Goals instantly.
oxygen Gives the player an unlimited supply of oxygen. If used after Oxygen has reached 0, it won't save you from dying.
resetmotormode Forces the player into swim mode while in an underwater Architect Base.
resourcesfor [NAME] Provides resources for any specific craftable items. Example: "resourcesfor knife" will give the player Silicone Rubber and Titanium.
rotfood Rots all the food in the player's inventory.
schoolfishrepulsedbyplayer Toggles shoals fleeing from the player.
seaglide Spawns an unpowered Seaglide in front of the player.
shotgun Toggles shotgun mode, which allows the player to kill creatures by right clicking on them.
startexchangerquest Gives you a Repair Tool and two Thermoses.
story [NAME] Advances the current story to a designated point. The story command uses pre-made parameters to skip to specific points in the story, and the full list of commands is viewable when typing story on its own. A description of each command can be seen using the story help command.

The list of commands and appropriate description is as follows:

  • marg1
    • Walk uphill and out of the entrance of the cave to trigger the first encounter with Marguerit Maida.
  • buildalan
    • Go to the terminal and press the button to build Al-An.
  • sanctuary
    • Swim into Sanctuary Zero to hear the Architect talk to you for the first time. Head to the room at the back for the download sequence.
  • body1
  • body2
  • body3
  • fabricatorintro
    • Enter the fabricator base to hear the dialog for the first time. What you hear will depend on how many parts have been scanned so far and whether Al-An has been downloaded already.
  • endgame
  • downloadalan
    • Run this to complete all goals associated with playing through the Sanctuary.
  • marg2
    • enter the base from underneath the moonpool, go to the bulkhead door, open and enter
  • frozencreature
  • radiosalvage
    • use the laser cutter to open compartments to find the item you need to scan to get the PPU recipe, which is required for building the TOM
  • marg3
    • Enter the Greenhouse to get Marg's congratulations.
  • hackradiotower
    • Climb the ladder to the upper level of the tower to attach the TOM, then head back down and press the Test Mode button on the terminal.
  • repairbridge
    • Head to the bridge, place the hydraulic fluid in the empty slot, press the button on the screen to extend the bridge.
story help [NAME] Shows the help description for given story command. See story command for list of commands and their descriptions.
supplydrop [NAME] Initiates a certain drop. Example: "supplydrop briefing-disabled" initiates the supply drop that contains the Sector Zero briefing.
supplydropall Shows the list of supply drops.
takedamage [#] Damages player's health % amount equal to value. Max health is 100%.
unfreeze Unfreezes all small fish.
unfreezeplayer Unfreezes the player.
unlock [NAME] Unlocks a specific blueprint. Example: "unlock solarpanel" unlocks Solar Panels. Typing "unlock all" will unlock all blueprints.
unlockall Unlocks all Blueprints.
unlockallbuildables Unlocks every blueprint used by the Habitat Builder.
unlockdoors Unlocks all forcefields in Architect Bases.

Item-Providing Commands

eggs Gives the player every creature egg in the game.
exosuitarms Gives the player every Prawn Suit arm.
exosuitupgrades Gives the player every Prawn Suit upgrade.
hatchingtime Gives the player a Seaglide, three Ion Cubes, a Rebreather, Ultra Glide Fins, a Lightweight High Capacity Tank, and Hatching Enzymes.
madloot Gives the player a Survival Knife, Habitat Builder, Scanner, 3x Battery, 4x Computer Chip, 10x Titanium and 10x Glass.
niceloot Gives the player an Ultra High Capacity Tank, one Metal Salvage, one Quartz, one Copper Ore, one Lead, one Mercury Ore, a Rebreather, a Reinforced Dive Suit, one Salt Deposit, one Gold, one Crystalline Sulfur, one Silver Ore, a Water Filtration Suit, a Radiation Suit, a Compass, a Standard O₂ Tank, a Uraninite Crystal, one Cave Sulfur, one Kyanite, one Diamond, one Nickel Ore, one Lithium, one Table Coral Sample, one Ruby, one Coral Tube Sample, one Magnetite, and one Stalker Tooth.
precursorkeys Gives the player one of each color precursor key.
seatruckupgrades Gives the player every Seatruck upgrade.
spawnloot Spawns Quartz, Copper Ore, Magnesium, Salt Deposit, Gold and 4x Metal Salvage.
tools Gives the player a Propulsion Cannon, Survival Knife, Flashlight, Habitat Builder, Air Bladder, Pathfinder Tool, Scanner, Repair Tool, Laser Cutter, Flare, and Light Stick.
vehicleupgrades Gives the player all upgrades
item jukeboxdisksall Drops a single Jukebox Disk that allows the player to unlock all the Jukebox tracks.

Weather/Daytime

day Sets time to day (12:00 noon).
night Sets time to night (00:00 midnight).
accelweather [#] Accelerates future weather event to the given number.
daynight [#] Sets the time of day. 0 and 1 are midnight, and 0.5 is noon. Numbers above or below 1 or 0 will be rounded down or up, respectively.
daynightspeed [#] Sets the day/night cycle speed multiplier (default 1). A # of "2" would be a day/night cycle twice as fast (shorter day and shorter night). A float such as 0.1 will make the day/night cycle 10x slower.
forcenextweather Advances current weather to next one on the timeline.
lightning Toggles lightning.
precipitation Toggles rain.
resetweather Re-rolls all weather for the next 24 in-game hours.
skiptime [#] Skips a number of seconds. One day is equal to 1200 seconds.
weather Toggles weather.
weatherevent [NAME]

Sets the current weather to the given name. See Weather System#Triggering Weather through Commands for more info.

wind Toggles wind.

Technical

  • cambob
  • camerabobbing
Toggles camera bobbing.
camshake Initates a camera shake.
collect Performs a garbage collection script.
debughoverbike Toggles the Snowfox debug menu. Only visible while riding a Snowfox.
debugmusic Lists music currently playing, if one is playing.
debugstartmap Places 1000 black cubes at the starting area.
entreset Resets all loaded entities.
farplane [#] Changes your viewing distance. 1000 is default.
fog Toggles in-game fog.
fps Shows FPS.
freecam Allows you to freely leave your character and roam the terrain, even fly through solid objects. Use the command again to go back to your character. (WARNING: Very sensitive movements, cannot open menu or inventory while in freecam. DO NOT use while seated in/on a chair or vehicle, this will make an irreversible bug, forcing you to reload to your last save, or saving, then reloading the save and then exiting the vehicle in order to fix it.) To manipulate freecam movement, use shift to accelerate. Pressing the numbers 1-5 also changes the speed at which you move.
gamereset Resets the terrain. WARNING! Do not use command while you are inside of a vehicle
ghost Same as freecam, except player model is teleported to camera position when cancelled rather than vice versa. Very useful for making size references.
iceworm Forces all spawned Ice Worms to start their ground-exit animation, wait a few seconds, and subsequently return into the ground.
interpolate Toggles interpolation of player movement.
killvehicle Makes all Seatrucks and their modules explode.
limitshadow [#] Limits shadows to a certain radius around the player.
listambience Lists all ambience files implemented in the game, as well as the biome ID they are associated with. Typing the command returns this list:
  • arctic_caldera (arcticCaldera*)
  • east_arctic (eastArctic*)
  • iceberg_interior_loop (EastArctic_IceBerg_Cave*)
  • iceberg_interior_loop (WestArctic_IceBerg_Cave*)
  • glacial_basin_bunker_loop (GlacialBasin_Bunker*)
  • glacial_basin_dark_cave_loop (GlacialBasin_DarkCave*)
  • fabricator_exterior (fabricatorcaverns*)
  • marg_base_exterior (margBase*)
  • deep_purplevents_amb (purpleVents_Deep*)
  • purple_vents (purpleVents*)
  • crashed_ship (wreck*)
  • crystal_caves (CrystalCave*)
  • frozen_creature_amb (GlacialBasin_CreatureCave*)
  • mining_site (MiningSite*)
  • tree_spires (treeSpires*)
  • thermal_zone (thermalSpires*)
  • lilly_pads (lilyPads*)
  • sanctuary (TwistyBridges_InnerCave*)
  • normal_cave (NormalCave*)
  • ice_cave (IntroIceCave*)
  • arctic_surface (arctic*)
  • kelp_caves (arcticKelp*)
  • kelp_background (kelpForest*)
  • surface_generic_background (*)
  • twisty_bridges (twistyBridges*)
nobloom Removes bloom. Game restart needed to re-apply.
noshadows Removes shadows. Game restart needed to re-apply.
pcannon Gives all objects that can be picked up by the propulsion cannon a blue glow, similar to the effect while scanning an object. Also enables the noenergy command.
printbiome Shows on screen what biome the player is currently in.
resetachievements Resets all achievements.
rib Toggles background running for the game.
scene [NAME] Loads a scene based on the NAME parameter. Currently known scene filenames are...
  • Main
  • dbc
  • debugcreatures
Toggles the creature debugger.
sizeref Spawns a model of Robin Ayou. Can be used as a size reference. Must be looking at terrain.
skiptrack Ends the current playing track and moves onto the next.
spikeytraphunt Forces all spawned Spike Traps into hunting mode.
spikeytraprest Forces all spawned Spike Traps into resting mode.
target Toggles target debug.
targetframerate [#] Sets maximum game framerate.
techtype [NAME] Prints the techtype for a given name.

Example: "techtype rock puncher" returns: "TechType for 'rock puncher' string is RockPuncher". Can be useful for acquiring debug spawn commands.

Note: if the command is successful, the given techtype will be placed into your clipboard.

vranim Toggles VR animations.
vsync Toggles VSync.
weathergui Toggles the weather debug GUI.

Teleports

biome [NAME] Teleports the player to a specific Biome. Example: "biome shallowtwistybridges" teleports the player to the Shallow Twisty Bridges.

Type biome without a biome name to see the following list:

goto [NAME] Teleports the player to a specific location. Example: "goto rocket" teleports the player to the Communications Tower at the top of the Delta Island.

Type goto with no location name to show the following list:

warp [x] [y] [z] Warps the player to the coordinates of their choice. Example: "warp 1 1 1".
batch [x] [y] [z] Warps the player to the center of a batch of their choice. Batches do not use the same co-ordinate system as the warp command.
chunk [x] [y] [z] Teleports the player to the chunk of their choice. Chunk -400 -400 -400 is the approximate middle of Sector Zero.
gotofast [NAME] Same as goto command, except teleports the player instead of moving them quickly.
gotospam Teleports the player between two locations until the game is exited or the gotostop command is used.
gotostop If the player has used gotospam, this stops the loop.
spawnnearby Teleports the player half a meter in a random direction. Good for getting unstuck. Does not work while in vehicles.
warpforward [#] Warps the player forward by [#] meters. Does not work while in vehicles.

Legacy Commands

These commands are no-longer functional, have no apparent in-game effect, or affect only something relevant to Subnautica and not Subnautica: Below Zero. All of these commands can still be found in the game's code. Descriptions of these commands may be guesswork, as their effects are often derived from game code.

abflip Changes Stopwatch profiler variant.
addlocked [NAME] [#] Unlocks a partially-scanned blueprint. # refers to number of scanned fragments.
animculloff Turns animation culling off.
animstat Displays status of animations.
attacksub Affects the Cyclops submarine.
autogctime [#] Sets auto garbage collection time.
biomemusic [NAME] Changes current music to chosen biome's track.
buoyoff Disables buoyancy.
buoyon Enables buoyancy.
clearhistory Clears console history.
commands Lists all commands.
countdownship Initiates the countdown for the explosion of the Aurora's dark matter reactor.
create [NAME] Creates a instance of the desired prefab.
crush Damages all damageable vehicles.
cure Cures the player and all creatures in a specified range of the Kharaa Bacterium.
cureplayergoaltrigger Completes the "cure" story goal.
cyclopsupgrades Gives the player every upgrade for the Cyclops.
damagesub Damages all damageable submarines.
dbbf Debugging tool for base flooding.
dblit Camera effect debugging tool.
dbregion Outputs info about the current region.
dbslots Enables debug slots.
dcstats Outputs DC and entity statistics into the Subnautica: Below Zero folder.
debugsound Debugging tool for sounds.
debugtemp Debugging tool for temperature.
decontaminate Removes radiation from the map.
destroycyclops Destroys all Cyclops.
dig [#] Removes all terrain around the player in a sphere with a diameter of # meters (max value: 100). This command can put a severe strain on the gameplay performance.
disablepoolpurge Stops garbage collection.
doormode [#]

Toggles Seatruck door mode.

  • 0 - None
  • 1 - Left
  • 2 - Right
  • 3 - Middle
drones Spawns 40 test drones.
dummy [NAME] Creates and manipulates a dummy.
dumpgameobjectpool Creates a text file containing all loaded GameObjects.
ecoevent No effect.
ecostats Outputs number of certain entities.
enablepoolpurge Enables garbage collection.
endsession Outputs "endsession cmd" in the debug log.
entityslot [NAME] Creates a desired entity slot.
entstats Outputs entity statistics.
equipment Gives the player Fins, a Standard O₂ Tank, a Compass, and a full set of radiation gear.
erupt Forces all geysers to erupt.
evdb No effect.
evprof Activates event profiling.
explodeforce Creates an explosive force on the Aurora.
explodeship Initiates the explosion of the Aurora's dark matter reactor.
exportbytepooljson Exports JSON file of the byte pool.
fishes Gives the player a Holefish, an Arctic Peeper, a Bladderfish, a Garryfish, a Hoverfish, a Reginald, a Spadefish, a Boomerang, a Eyeye, and an Oculus.
fixleaks Fixes all seabase leaks.
flood Floods every Cyclops on the map.
forcerocketready Allows the Neptune Escape Rocket to be launched without disabling the Quarantine Enforcement Platform.
  • freedom
  • creative
  • survival
  • hardcore
Changes game mode to chosen type.
gcc Forces garbage collection.
hellofish Allows the player to re-activate the Cuddlefish's "goodbye" interaction.
infect [#] Infects the player and all creatures in a specified range with the Kharaa Bacterium.
infectionreveal Plays the animation of the player realizing they are infected with the Kharaa Bacterium.
killent [NAME]] Kills certain entities.
language [NAME] Sets language.
launchrocket Forces the Exchanger Rocket to launch.
listmusic Lists all music files implemented in the game, as well as the biome ID they are associated with. Typing the command returns this list:
  • arctic_background_music (arctic*)
  • kelp_background_music (kelpForest*)
lldetach Detaches all Lava Larvae.
lock [NAME] Locks a specific blueprint. Example: "lock solarpanel" locks Solar Panels.
logpendingitems Logs all pending items.
lootprobability [NAME] [#] Shows loot probability for a given biome, a given number of times.
magic Enables nocost, gives the player a Habitat Builder, and unlocks all blueprints.
nitrogen Enables the experimental nitrogen mode, which was an attempt to simulate the Bends.
notificationadd [NAME] Adds a notification.
notificationlist Outputs a list of notifications.
notificationremove [NAME] Removes a notification.
octrees Outputs total size of voxel data.
osgui Toggles large world streamer GUI.
pdaintro Plays the PDA intro sequence.
pdalog [NAME] Adds text to the PDA log.
pendingitem [NAME] Adds a pending item.
perf Outputs lighting data.
photoprofile [#] Starts the Stopwatch profiler.
phototour [#] Starts a photo tour.
playerinfection [#] Advances the infection to a certain point.
playsunbeamfx Plays the second part of the Quarantine Enforcement Platform shooting down the Sunbeam event.
precursorgunaim Plays the entire Quarantine Enforcement Platform shooting down the Sunbeam event.
printstorygoals Outputs all completed story goals.
pulseradio Forces the Radio to pulse.
radiation Toggles radiation.
randomstart Teleports the player into Lifepod 5 and respawns Lifepod 5 at one of its initial spawn point locations at random.
recordtour [#] Records the active photo tour.
resizestorage [#] [#] Resizes the inventory to the desired dimensions.
resstats Outputs RES statistics.
restorecyclops Converts every Cyclops wreck on the map to a functional (but damaged) state.
restoreship Returns the Aurora to its original form. Turns on radiation.
rigids Outputs a count of all rigidbodies in the scene.
savestartmap Outputs a copy of the start map to the Subnautica: Below Zero folder.
schoolfishai Toggles shoal AI.
schoolfishrepulsor Toggles shoal repulsor.
seal Sets player to 5x speed.
seamothupgrades Gives the player every Seamoth upgrade.
seeall Disables fog of war.
setwpcage [#] Sets the age of a creature in the Alien Containment.
shaderkw Sets the shader keyword.
shark Sets player to 10x speed.
showresources Outputs a list of resources.
sonic Sets player to 50x speed.
spark [#] Places the player exactly where they currently are.
spawnperf [#] Performance related command.
startsunbeamstoryevent Activates the Sunbeam story event.
stopphototour Stops the current active photo tour.
stoprecording Stops recording the current photo tour.
stopwatch [NAME] Toggles the stopwatch profiler.
subtitles [NAME] Adds subtitled text.
sunbeamcountdownstart Activates the Sunbeam countdown.
swimx [#] Sets the swim speed multiplier.
textexception Tests a Unity Exception error.
togglewaterfrustumcull Toggles water frustum cull.
togglewatershadowcast Toggles shadow from water.
togglewatershadowreceive Toggles shadow water receive.
trace Tests a raycast.
translationkey [NAME] Shows the translation key for the given string.
unlockforced [NAME] Forces the unlock of a blueprint.
vfx Toggles Cyclops smoke.
viewmodels Lists all models in the layer.
warpme Warps the player to the last safe zone.