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.

ent_text_sticky_dump

CS2 Only

Command

ent_text_sticky_dump

Displays a list of entity names for which text debugging information appears above them. This helps developers and testers diagnose issues by showing relevant text data directly on entities.

Command Details

ent_text_sticky_remove

CS2 Only

Command

ent_text_sticky_remove

Removes overlay text from selected entities to clear debug information, helping developers and testers reduce screen clutter.

Command Details

ent_ungrab

CS2 Only

Command

ent_ungrab

Releases all currently held entities, allowing them to be interacted with or grabbed by others.

Command Details

ent_vcollide_wireframe

CS2 Only

Command

ent_vcollide_wireframe

<0 / 1>

Toggle the display of VCollide wireframes on entities to help debug collision detection.

Command Details

ent_visibility_traces

CS2 Only

Command

ent_visibility_traces

<Entity ID>

Use this cheat command to show visibility traces for a specific entity. It's helpful for debugging on servers where cheats are enabled.

Command Details

eom_local_player_defeat_anim_enabled

CS2 Only

Command

eom_local_player_defeat_anim_enabled

<0 / 1>

Toggle the end-of-match defeat animation for the local player on or off.

Command Details

escape

CS2 and CSGO

Command

escape

Triggers the same event as pressing the Escape key.

Command Details

exec

CS2 and CSGO

Command

exec

<File Name>

Runs the specified script file to execute a list of commands. Place your script files in the \Steam\steamapps\common\Counter-Strike Global Offensive\csgo\cfg\ folder. You only need to provide the file name without the .cfg extension.

Command Details

exec_async

CS2 Only

Command

exec_async

<File Name>

Runs the commands in a cfg file gradually to avoid sudden gameplay disruptions.

Command Details

execifexists

CS2 and CSGO

Command

execifexists

<File Name>

Executes a specified script file only if it exists, avoiding errors caused by missing files when using exec.

Command Details