CS2 Server Commands

Commands to enhance cs2 server features of Counter-Strike game

cast_cylinder

CS2 Only

Command

cast_cylinder

Use this command to test cylinder-based collision detection on the server, helping developers debug and verify collision in the game.

Command Details

changelevel

CS2 and CSGO

Command

changelevel

<Map Name>

Switches the map you are currently playing on to another specified map.

Command Details

cl_avatar_convert_png

CS2 Only

Command

cl_avatar_convert_png

Converts all RGB-format avatars in the avatars directory to PNG files.

Command Details

cl_clockdrift_max_ticks

CS2 Only

Command

cl_clockdrift_max_ticks

<Maximum Clock Drift Ticks>

Sets the maximum number of ticks the client's clock can differ from the server's clock before automatically syncing back. Useful for debugging and cheat testing.

Command Details

cl_ent_setang

CS2 Only

Command

cl_ent_setang

<Entity ID><Pitch><Yaw><Roll>

Sets the pitch, yaw, and roll angles of a specified in-game entity using its ID.

Command Details

cl_ent_ungrab

CS2 Only

Command

cl_ent_ungrab

Releases any objects the player is currently holding in the game. Useful for developers or testers to reset object interactions quickly.

Command Details

cl_phys_debug_callback_entities

CS2 Only

Command

cl_phys_debug_callback_entities

<0 / 1>

Shows all entities that receive physics touch callbacks, printing each entity once. Use this to debug physics interactions.

Command Details

cl_phys_sleep_enable

CS2 Only

Command

cl_phys_sleep_enable

<0 / 1>

Enables or disables sleeping for dynamic physics objects to improve performance by pausing simulation for non-moving objects.

Command Details

cl_rr_reloadresponsesystems

CS2 Only

Command

cl_rr_reloadresponsesystems

Reloads all response system scripts to update character reactions and in-game responses.

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