CS2 Server Commands

Commands to enhance cs2 server features of Counter-Strike game

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_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

animgraph_set_parameter_string

CS2 Only

Command

animgraph_set_parameter_string

<Entity ID><Parameter Name><0 / 1>

Set a specific animation graph parameter for a given entity. This command helps developers and animators test and adjust animation states on the server.

Command Details

animgraph_set_parameter_vector

CS2 Only

Command

animgraph_set_parameter_vector

<Target><Parameter Name><Vector Values>

Sets a vector parameter with specific X, Y, and Z values on one or more entities. This helps animators test how different vector values affect entity animations.

Command Details

animgraph_slope_enable

CS2 Only

Command

animgraph_slope_enable

<0 / 1>

Toggle slope calculations in the animation graph to adjust character movement on slopes.

Command Details