├── README.md ├── commands.txt └── convars.txt /README.md: -------------------------------------------------------------------------------- 1 | # Counter-Strike-2-Command-List 2 | This repository contains a comprehensive list of all commands, cvars, and convars available in the newly released Counter-Strike 2. 3 | 4 | It aims to help players, server administrators, and modders familiarize themselves with the game's configurable settings and controls to optimize gameplay, customize user experience, and manage servers. 5 | 6 | Please join if you're interested in learning more about the technical details of Counter-Strike 2. 7 | 8 | If you want a nice front end where you can quickly search commands, then visit this blog post 9 | 10 | ## How to enable sv_cheats? 11 | You can set sv_cheats to 1 on the server, but clients will receive a message saying "[Server] Cheats cannot be enabled on this server," unless they launch the game with the -dev option. 12 | 13 | If launched with -dev, clients will see the message "[Developer] SetConVar: sv_cheats = "true"," and the server will allow cheats like the "give" command to be used. 14 | 15 | However, the client will still believe that sv_cheats is set to 0. 16 | 17 | Thanks to domino_ mod36#3456 for this. 18 | 19 | ## Usage 20 | If you use this table on your website then please link to the repository. 21 | 22 | ## Disclaimer 23 | This repository is a community-driven resource and is not affiliated with the official Counter-Strike 2 developers or the game itself. Please use the information provided at your own risk and always be mindful of potential game updates that may alter the commands or their functions. 24 | 25 | ## All commands current as of 26/3/2023 26 | -------------------------------------------------------------------------------- /commands.txt: -------------------------------------------------------------------------------- 1 | There's: 1094 commands 2 | name$description$flags 3 | find$Find concommands with the specified string in their name/help text.$ 4 | log_dumpchannels$Dumps information about all logging channels.$ dontrecord 5 | log_level$Set the spew level of a logging channel.$ dontrecord 6 | log_verbosity$Set the verbosity of a logging channel.$ dontrecord 7 | log_color$Set the color of a logging channel.$ dontrecord 8 | log_flags$Set the flags on a logging channel.$ dontrecord 9 | differences$Show all convars which are not at their default values (optional restricted to specific flags).$ 10 | cvarlist$Show the list of convars/concommands.$ 11 | help$Find help about a convar/concommand.$ 12 | findflags$Find concommands by flags.$ 13 | Test_ExitProcess$Test_ExitProcess - immediately kill the process.$ cheat 14 | Test_StartLoop$Test_StartLoop - Denote the start of a loop. Really just defines a named point you can jump to.$ 15 | Test_LoopCount$Test_LoopCount - loop back to the specified loop start point the specified # of times.$ 16 | Test_Loop$Test_Loop - loop back to the specified loop start point unconditionally.$ 17 | Test_LoopForNumSeconds$Test_LoopForNumSeconds