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.

cq_logging

CS2 Only

Command

cq_logging

<0 / 1>

Turn command queue event logging on or off.

Command Details

cq_logging_interval

CS2 Only

Command

cq_logging_interval

<Interval in seconds>

Sets how often the server logs command queue stats per player in seconds. Use 0 to turn off the logging.

Command Details

cq_min_queue_size

CS2 Only

Command

cq_min_queue_size

<Size>

Sets the minimum size of the server's buffer queue, affecting how the server manages performance and network traffic.

Command Details

cq_print_every_command

CS2 Only

Command

cq_print_every_command

<0 / 1>

Prints every command executed by the game server to the console. Use this to monitor or troubleshoot server actions.

Command Details

crash

CS2 and CSGO

Command

crash

Use this command to intentionally crash your game client or server. Use with caution.

Command Details

crash_error

CS2 Only

Command

crash_error

Forces the game engine to crash immediately on the main thread using Plat_FatalError. Intended for debugging only.

Command Details

crash_error_job

CS2 Only

Command

crash_error_job

Intentionally crash the game engine on the job thread to help with debugging.

Command Details

crash_error_thread

CS2 Only

Command

crash_error_thread

Forces the engine to crash by triggering a fatal error on a background thread. Use this command for debugging purposes only.

Command Details

crash_job

CS2 Only

Command

crash_job

Forces the engine to crash using a job thread. This is intended for debugging purposes.

Command Details

crash_thread

CS2 Only

Command

crash_thread

Crashes the game engine on a separate thread to help test crash handling. Intended for debugging only and runs outside the main thread.

Command Details