CS2 Console Commands

Below is CSDB's searchable list of all CS2 console commands. Each command in our database has in-depth insights on each command, with help and argument details. Click (Command Details) to view each specific command in more detail.

cl_scoreboard_mouse_enable_binding

CS2 and CSGO

Command

cl_scoreboard_mouse_enable_binding

<Bind Key>

Set the key that activates mouse selection while the scoreboard is open. By default, this is bound to +attack2 (usually right-click), allowing you to click on player names on the scoreboard.

Command Details

cl_script_add_debug_filter

CS2 Only

Command

cl_script_add_debug_filter

<Filter name>

Adds a filter to the game's debug overlay to help focus on specific debugging information.

Command Details

cl_script_add_watch

CS2 Only

Command

cl_script_add_watch

<Command>

Adds a command or variable to the in-game debug watch list, allowing you to monitor it on the HUD while developing or debugging scripts.

Command Details

cl_script_add_watch_pattern

CS2 Only

Command

cl_script_add_watch_pattern

<Pattern>

Adds a watch pattern to the game's debug overlay for real-time monitoring and debugging of specific events or values.

Command Details

cl_script_attach_debugger

CS2 Only

Command

cl_script_attach_debugger

Attaches the VScript Virtual Machine to the script debugger, allowing you to debug game scripts.

Command Details

cl_script_clear_watches

CS2 Only

Command

cl_script_clear_watches

Removes all watch expressions from the game debug overlay, clearing monitored values used during debugging.

Command Details

cl_script_debug

CS2 Only

Command

cl_script_debug

<0 / 1>

Turns on or off the in-game script debugging tools to help developers debug their scripts during gameplay.

Command Details

cl_script_dump_all

CS2 Only

Command

cl_script_dump_all

Outputs the current state of the virtual machine (VM) to the console. Use this command to debug scripts in Counter-Strike 2.

Command Details

cl_script_find

CS2 Only

Command

cl_script_find

<Key>

Search for a specific key within the Virtual Machine (VM) to help debug scripts and game configurations.

Command Details

cl_script_help

CS2 Only

Command

cl_script_help

Displays help information about script functions available in Counter-Strike 2. Ideal for developers and users exploring game scripting features.

Command Details