Enable the developer console:
Go to Settings > Game Settings and set "Enable Developer Console" to "Yes".
Press ` or ~ on your keyboard.
Enter a command and hit ENTER on your keyboard to run it!
Commands List
Displays the interpolated pivot for the specified entity or entities, with the pivot orientation indicated by colors (y=up=green, z=forward=blue, x=left=red).
Name | Description |
---|---|
Entity ID |
Specifies the ID of the entity or entities whose interpolated pivot is to be displayed. |
This command is used in CS2 to display the skeleton structure for specified entities in the game. It requires enabling cheats and is primarily used for debugging or visual inspection purposes.
Name | Description |
---|---|
Entity ID |
Specifies the ID of the entity whose skeleton will be visualized. |
0 / 1 |
Enables or disables the skeleton display for the specified entity. |
This command is used to set the status text displayed in the ImGui header, primarily for debugging or development purposes within the game's UI framework.
Name | Description |
---|---|
Text |
The text to be displayed as the status in the ImGui header. |
Enables the display of interpolation profile timing, primarily useful for debugging or analyzing the network interpolation.
Name | Description |
---|---|
0 / 1 |
Toggle the interpolation profile timing report on or off. |
This command controls whether item images should be dynamically generated in-game. This might affect performance and loading times for assets.
Name | Description |
---|---|
0 / 1 |
Determines if item images should be dynamically generated. |
This command shows the player debugging information related to the bone physics in NPCs and other character models. It will create light beams showing how each bone is working at that time, so is useful for fixing issues with physics.
Name | Description |
---|---|
0 / 1 |
Use a 1 to turn this command on and display bone information. Use a 0 to turn it off. Default value is 0 (off). |
This command, when enabled, outputs statistics regarding latching processes.
Name | Description |
---|---|
0 / 1 |
Disables or enables the output of the latching processes stats. |
This command adjusts the rate of positional interpolation for observed entities, impacting how smoothly they move in the observer's view.
Name | Description |
---|---|
Interpolation Rate |
The rate of positional interpolation for observed entities. Lower values can reduce potential lag effects but make movements less smooth. |
This command enables or disables the simulation of particles within the game.
Name | Description |
---|---|
0 / 1 |
Disable or Enable Particle Simulation |
Displays the status of the query cache on the client side, including usage and performance statistics. This can be particularly useful for developers and testers to assess the efficiency of data retrieval processes in the game.
Resets the radial radio version to its default value.
Name | Description |
---|---|
Default Value |
The default value to reset the radial radio version to. |
This command outputs help information for script functions available in Counter-Strike 2, useful for developers or those exploring game scripting capabilities.
This command toggles the display of approximate memory usage at the top of the screen.
Name | Description |
---|---|
0 / 1 |
Toggles the memory usage display. |
This command dumps information about serializers to the console. It is primarily used for debugging and development purposes.
This command is used for testing purposes, specifically to list all the entities currently available in the game. It's a cheat command, meaning it can only be executed with cheat permissions enabled.
This command reports the model names of the entities that are currently under the user's crosshair, primarily used for debugging purposes.
This command opens a subtool within the VConsole interface.
Name | Description |
---|---|
cmd |
Specifies the cmd subtool within VConsole to be opened. |
0 / 1 |
Flag to enable or disable the specified behavior. |
Flags |
Control the behavior of the subtool being opened. |
Enables or disables command queue logging of events.
Name | Description |
---|---|
0 / 1 |
Enables or disables command queue logging. |
Sets the interval for logging command queue statistics per player in seconds. Setting it to 0 disables this logging.
Name | Description |
---|---|
Interval in seconds |
Time in seconds between each log. Set to 0 to disable. |
This command is used for debugging purposes. When enabled, it prints every command executed by the game server to the console, helping developers or server administrators troubleshoot issues or monitor server actions.
Name | Description |
---|---|
0 / 1 |
Enable or disable the option to print every command. |