Cvarlist: Difference between revisions
Jump to navigation
Jump to search

Bug:All (or most) console variables with description longer than ~128 characters will get it's description cut-off when generated. This issues affected most Source 1 games, but was fixed in some games such as Counter-Strike: Source, and in all Source 2 games (example: Counter-Strike 2)
No edit summary |
Thunder4ik (talk | contribs) m (→See also: Unicodifying, replaced: See Also → See also) |
||
Line 19: | Line 19: | ||
}} | }} | ||
== See | == See also == | ||
*[[Console Command List]] | *[[Console Command List]] | ||
**[[:Category:Lists of console commands and variables]] - List of console commands and variables for specific games. | **[[:Category:Lists of console commands and variables]] - List of console commands and variables for specific games. |
Revision as of 08:44, 8 January 2024


This console command generates a list of all console commands for the game it is run from. Parameters allow the generation of a partial list and saving the list to a file.
For instance:
Will display a list of all console commands beginning with "ai", and will record that list to "ai_commands.txt" (in the game's root directory). Not all games will have this however, or they might be non-functional.

See the issue below:
See the example from the game that was not affected:
However, the ~128 character limit is not affected if the help command was used instead.
[todo tested in ?]See also
- Console Command List
- Category:Lists of console commands and variables - List of console commands and variables for specific games.