ShowGlobalVars Console Command

Documentation and detailed help with working examples.

ShowGlobalVars Command

Global Variable
ShowGlobalVars

This command displays all current game variables.

In-Depth Description

The ShowGlobalVars command provides players with a detailed insight into the game's internal settings and variables.

If we input the ShowGlobalVars in the console, we will get a list of all the variables that are currently active in the game.

The output will look something like this:

LoadElevatorDoorControlTimerSeconds = 0.2500
LoadElevatorArrivalSequenceWaitSeconds = 1.50000
MissionBoardAccessAllowed_Constellation = 0.0000
EVN_TutorialAllowed = 1.0000
SE_AF02_DestroyShip = 0.0000

To set any of these variables to a difference value, use the Set command. For example to set LoadElevatorDoorControlTimerSeconds to 0.5, we would use the following command: Set LoadElevatorDoorControlTimerSeconds 0.5.

By understanding and altering these variables, players can tweak gameplay elements, address potential issues, or customize their gaming experience to a more granular level.

Looking for Starfield commands?

Search our complete list!

Quick Overview

This command displays a comprehensive list of all current game variables.

Once you've viewed the variables, you can modify them using the set command. To navigate through the list, use the 'PgUp' and 'PgDown' keys.

Examples

ShowGlobalVars

This is the only way to use the ShowGlobalVars command.

Help

  • Open the console: Press the tilde key ~ to open the console. This key is generally near the 1 and Esc keys.
  • Case insensitive: Commands are not case sensitive. This means you can enter them using lowercase or uppercase letters.
  • Target commands: Commands that are highlighted as a 'target' command can be used to target your own character or an NPC/object. To target your own character, type player. followed by the command. To target an NPC/object, click on the it and then type the command.
  • Leading zeros: All IDs, reference IDs, base IDs, etc. can be entered without the leading zeros. For example 00003348 can be entered as 3348.
  • Additional help: For more help on using console commands in Starfield go here.
Was this helpful?