This article's documentation is for anything that uses the Source engine. Click here for more information.

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.)
m (Nesciuse moved page Category:Console variables/en to Category:Console variables without leaving a redirect: Move en subpage to basepage)
 
(31 intermediate revisions by 13 users not shown)
Line 1: Line 1:
==Usage==
{{LanguageBar}}
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 (~)'''.
{{Autocat|This is a}}


'' '''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:


<code>bind "<key-you-want-to-use>" "toggleconsole"</code>''
This category contains [[console variable]]s, which are used by the [[developer console]].


For a complete list of console commands and variables, see [[Console Command List]].
== See also ==
* {{ent|cvar_t}} - the C struct used to create console variables in {{goldsrc|4.1}}
* {{ent|ConVar}} - the C++ class used to create console variables in {{src|4.1}}
* [[Console Command List]] - A complete list of console commands and variables
** For lists of console commands for specific games, see [[:Category:Lists of console commands and variables]]
* [[:Category:Console commands]]


==See Also==
[[Category:Modding]]
* [[Developer Console]]
{{source topicon}}
* [[Console variable]]
* [[:Category:Console Commands]]

Latest revision as of 13:34, 12 July 2024

English (en)Español (es)Русский (ru)中文 (zh)Translate (Translate)

Automatic Category

Please do not manually add pages to this category
This category is automatically added by the {{This is a}} template.
If the page has been added to this category by a template, but does not show up, you can "Purge cache" this page.


This category contains console variables, which are used by the developer console.

See also

Subcategories

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