CS2 HUD Commands

This category contains all of the Counter-Strike 2 console commands that can be used to edit and optimize your heads-up display (HUD), such as changing its color or size.

cl_ragdoll_limit

CS2 Only

Command

cl_ragdoll_limit

<Maximum Number of Ragdolls>

Sets the maximum number of ragdolls (dead player models) displayed in the game. Use -1 to show unlimited ragdolls, which may affect performance.

Command Details

cl_ragdoll_lru_debug

CS2 Only

Command

cl_ragdoll_lru_debug

<0 / 1>

Toggle ragdoll physics debug mode to display information about the game’s least recently used ragdolls.

Command Details

cl_rebuy

CS2 and CSGO

Command

cl_rebuy

<Item Order>

Sets the order in which your game client automatically repurchases gear after each round. Adjust the priorities to customize what items—like weapons, armor, defuse kits, and grenades—are bought first based on your available cash.

Command Details

cl_removedecals

CS2 and CSGO

Command

cl_removedecals

This command does not function correctly. Use **r_cleardecals** instead to clear blood stains and bullet hole decals from the map.

Command Details

cl_sanitize_player_names

CS2 Only

Command

cl_sanitize_player_names

<0 / 1>

Replaces other players' names with safe, non-offensive placeholders in the game.

Command Details

cl_save_animgraph_recording

CS2 Only

Command

cl_save_animgraph_recording

Saves all active animation graph recordings to your disk for debugging or analyzing animations.

Command Details

cl_script_add_debug_filter

CS2 Only

Command

cl_script_add_debug_filter

<Filter name>

Adds a filter to the game's debug overlay to help focus on specific debugging information.

Command Details

cl_script_add_watch

CS2 Only

Command

cl_script_add_watch

<Command>

Adds a command or variable to the in-game debug watch list, allowing you to monitor it on the HUD while developing or debugging scripts.

Command Details

cl_script_add_watch_pattern

CS2 Only

Command

cl_script_add_watch_pattern

<Pattern>

Adds a watch pattern to the game's debug overlay for real-time monitoring and debugging of specific events or values.

Command Details

cl_script_attach_debugger

CS2 Only

Command

cl_script_attach_debugger

Attaches the VScript Virtual Machine to the script debugger, allowing you to debug game scripts.

Command Details