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. This issues affects in most Source games, but was fixed in some games such as Counter-Strike: Source, and in all Source 2 games (example: Counter-Strike 2)
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{Entity|type=convar|cvarlist}}{{confirm}} 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. | {{Entity|type=convar|cvarlist}}{{confirm}} 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: | |||
{{codeblock|cvarlist ai log ai_commands.txt}} | |||
{{Bug|since=src04|fixed=src13-except-l4d|All (or most) console variables with description longer than ~128 characters will get it's description cut-off. This issues affects in most {{source|1}} games, but was fixed in some games such as {{css|1}}, and in all {{source2|1}} games (example: {{cs2|1}})<br> | {{Bug|since=src04|fixed=src13-except-l4d|All (or most) console variables with description longer than ~128 characters will get it's description cut-off. This issues affects in most {{source|1}} games, but was fixed in some games such as {{css|1}}, and in all {{source2|1}} games (example: {{cs2|1}})<br> | ||
Line 13: | Line 16: | ||
}} | }} | ||
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). | 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). |
Revision as of 00:25, 5 October 2023
Template:Entity[confirm] 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:

See the issue below:
See the example from the game that was not affected:
[todo tested in ?]
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).