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.

dump_panorama_events

CS2 and CSGO

Command

dump_panorama_events

Shows all Panorama event types used in the game and explains how each event is triggered. Designed for users familiar with coding.

Command Details

dumpparticlelist

CS2 Only

Command

dumpparticlelist

Displays information about all particle systems currently in use or available in the game, including their names and key details.

Command Details

echo

CS2 and CSGO

Command

echo

<Text>

Prints a custom message to the console for all players on the server. It is mainly useful in server environments, as sending messages in private games has limited effect.

Command Details

echoln

CS2 Only

Command

echoln

<Text>

Prints the specified text or arguments in the console. Use this command for testing, debugging, or showing messages during gameplay or scripts.

Command Details

enable_boneflex

CS2 Only

Command

enable_boneflex

<0 / 1>

Controls the bone flexing feature, allowing you to enable or disable it to improve performance.

Command Details

endround

CS2 and CSGO

Command

endround

Ends the current round and immediately restarts it without changing the overall scores. No team wins or loses when this command is used.

Command Details

engine_low_latency_sleep_after_client_tick

CS2 Only

Command

engine_low_latency_sleep_after_client_tick

<0 / 1>

Changes when the game sleeps during low latency mode by adjusting the timing relative to the client's simulation when `r_low_latency` is on.

Command Details

engine_no_focus_sleep

CS2 and CSGO

Command

engine_no_focus_sleep

Controls how often the game engine 'sleeps' (pauses processing) when CS:GO or CS2 is not your active window. Adjusting this affects FPS and server responsiveness when tabbed out. Setting to 0 disables sleeping, keeping FPS stable even when the game is in the background.

Command Details

engine_show_frame_pacing

CS2 Only

Command

engine_show_frame_pacing

<0 / 1>

Toggles the display of frame pacing data to help you identify frame timing issues like stuttering or uneven frame delivery.

Command Details

english

CS2 Only

Command

english

<0 / 1>

Enables or disables the use of English language assets in the game.

Command Details