Category:Console variables: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(→‎Usage: A workaround if the console doesn't work.)
Line 2: Line 2:
Press the [[Wikipedia:Tilde|~]] key to open console, and enter in any of the following commands to change your game. In the Source Engine, you must activate the console by going into '''Options''' -> '''Keyboard''' -> '''Advanced...''' and checking the box next to '''Enable developer console (~)'''.
Press the [[Wikipedia:Tilde|~]] key to open console, and enter in any of the following commands to change your game. In the Source Engine, you must activate the console by going into '''Options''' -> '''Keyboard''' -> '''Advanced...''' and checking the box next to '''Enable developer console (~)'''.


'' '''Note:''' The [[Wikipedia:Tilde|~]] key may not work on some keyboards, in which case you must manually set another key by opening the ''cfg/config.cfg'' file of the game/mod and inserting this line:
'''Note:''' The [[Wikipedia:Tilde|~]] key may not work on some keyboards, in which case you must manually set another key by opening the ''cfg/config.cfg'' file of the game/mod and changing this line:


<code>bind "<key-you-want-to-use>" "toggleconsole"</code>''
<code>bind "<key-you-want-to-use>" "toggleconsole"</code>


For a complete list of console commands and variables, see [[Console Command List]].
For a complete list of console commands and variables, see [[Console Command List]].

Revision as of 15:54, 14 February 2006

Usage

Press the ~ key to open console, and enter in any of the following commands to change your game. In the Source Engine, you must activate the console by going into Options -> Keyboard -> Advanced... and checking the box next to Enable developer console (~).

Note: The ~ key may not work on some keyboards, in which case you must manually set another key by opening the cfg/config.cfg file of the game/mod and changing this line:

bind "<key-you-want-to-use>" "toggleconsole"

For a complete list of console commands and variables, see Console Command List.

See Also

Subcategories

This category has the following 2 subcategories, out of 2 total.