Other Commands

The commands in this category are not related to any other category. They are either not related to any other category or are not related to any other category.

sc_force_translation_in_projection

CS2 Only

Command

sc_force_translation_in_projection

<0 / 1>

Enables or disables adding the camera's movement to the projection matrix. Useful for debugging rendering and camera behavior in CS2.

Command Details

sc_listworlds

CS2 Only

Command

sc_listworlds

Lists all active sceneworlds in the game. Useful for debugging and checking which sceneworlds are currently running.

Command Details

sc_only_render_opaque

CS2 Only

Command

sc_only_render_opaque

<0 / 1>

Enables rendering of only the opaque parts of in-game models for testing and debugging.

Command Details

sc_only_render_shadowcasters

CS2 Only

Command

sc_only_render_shadowcasters

<0 / 1>

Toggle rendering to show only objects that cast shadows. Useful for debugging lighting and shadows in the game.

Command Details

sc_reject_all_objects

CS2 Only

Command

sc_reject_all_objects

<0 / 1>

Rejects all objects for debugging purposes in a development environment. This cheat command only works when cheats are enabled and is not available in normal gameplay.

Command Details

script_add_debug_filter

CS2 Only

Command

script_add_debug_filter

<Filter name>

Adds a specified filter to the game’s debug overlay to display only the debug information you need.

Command Details

script_add_watch

CS2 Only

Command

script_add_watch

<Variable name>

Adds a watch to the game debug overlay so you can monitor variables or game states in real time.

Command Details

script_add_watch_pattern

CS2 Only

Command

script_add_watch_pattern

<pattern>

Adds a watch to the debug overlay to track specific scripts or commands in real-time. This helps developers and modders monitor script behavior during debugging on the server.

Command Details

script_clear_watches

CS2 Only

Command

script_clear_watches

Removes all debugging watches from the in-game overlay.

Command Details

script_remove_watch_pattern

CS2 Only

Command

script_remove_watch_pattern

<Pattern>

Removes a specific watch from the debug overlay, stopping it from tracking that game variable or behavior.

Command Details