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 8: | Line 8: | ||
</nowiki>}} | </nowiki>}} | ||
'''See the example from the game that was not affected:''' | '''See the example from the game that was not affected:''' | ||
{{codeblock|src=From {{css|1}} - console.log|<nowiki>cl_clock_correction_adjustment_max_amount : 200 : , "cheat" : Sets the maximum number of milliseconds per second it is allowed to correct the client clock. | {{codeblock|src=From {{css|1}} - console.log|<nowiki>cl_clock_correction_adjustment_max_amount : 200 : , "cheat" : Sets the maximum number of milliseconds per second it is allowed to correct the client clock. | ||
It will only correct this amount if the difference between the client and server clock is equal to or larger than cl_clock_correction_adjustment_max_offset. | |||
</nowiki>}} | </nowiki>}} | ||
}} | }} |
Revision as of 00:22, 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.

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