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.

animated_material_attributes

CS2 Only

Command

animated_material_attributes

<0 / 1>

Toggle animation of material attributes, mainly used for debugging and development.

Command Details

animevents_dump

CS2 Only

Command

animevents_dump

Lists all registered animation events currently available in the game.

Command Details

animgraph_debug

CS2 Only

Command

animgraph_debug

<0 / 1>

Turns the animation graph debug view on or off to help develop and debug animation sequences in the game.

Command Details

animgraph_debug_entindex

CS2 Only

Command

animgraph_debug_entindex

<Entity ID>

Use this command to debug the animation graph of a specific entity by entering its entity index.

Command Details

animgraph_footlock_ik_enable

CS2 Only

Command

animgraph_footlock_ik_enable

<0 / 1>

Toggle foot lock Inverse Kinematics (IK) to control foot placement in player animations.

Command Details

animgraph_record_all

CS2 Only

Command

animgraph_record_all

<0 / 1>

Automatically start recording AnimGraphs when they are created and save them to disk when destroyed.

Command Details

animgraph_set_parameter_bool

CS2 Only

Command

animgraph_set_parameter_bool

<Entity selector><Boolean parameter name><0 / 1>

Set a specific boolean parameter on chosen entities to true or false. This helps animators test individual animations more easily.

Command Details

animgraph_set_parameter_enum

CS2 Only

Command

animgraph_set_parameter_enum

<Entity ID><Parameter Name><Value>

Sets a specified enum parameter to a given value on one or more entities, primarily used by animators for testing.

Command Details

animgraph_set_parameter_float

CS2 Only

Command

animgraph_set_parameter_float

<Entity ID><Parameter Name><Value>

Sets a specific float parameter for designated entities, helping animators test and adjust animations easily.

Command Details

animgraph_set_parameter_int

CS2 Only

Command

animgraph_set_parameter_int

<Entity Name><Parameter Name><Value>

Sets an integer parameter for specified entities to a given value. Useful for animators to test changes quickly.

Command Details