Enable the developer console:
Go to Settings > Game Settings and set "Enable Developer Console" to "Yes".
Press ` or ~ on your keyboard.
Enter a command and hit ENTER on your keyboard to run it!
Commands List
Command | Description | More | Syntax |
---|---|---|---|
cl_crosshair_friendly_warning | This command configures whether a visual indication is shown on the crosshair when it is aimed at friendly players or not. |
Examples, Generator & More | cl_crosshair_friendly_warning
<0 / 1>
|
cl_deathnotices_show_numbers | This command controls whether numbers are displayed in the death notices (kill feed) in CS2. |
Examples, Generator & More | cl_deathnotices_show_numbers
<0 / 1>
|
cl_drawcross | This command draws a cross at the specified location in the game world. It's used primarily for debugging purposes to mark specific points of interest or locations during game development or analysis. |
Examples, Generator & More | cl_drawcross
|
clear | This console command clears all of the previous entries and data from the developer console. It is good to do every so often to make the console more readable. |
Examples, Generator & More | clear
|
cl_observed_bot_crosshair | Controls the display of a crosshair when observing a bot. Setting this to 0 hides the crosshair. |
Examples, Generator & More | cl_observed_bot_crosshair
<0 / 1>
|
cl_pitchdown | This fun command controls how many degrees down from eye level you can move your camera. That means you can edit this command to allow you to look under you, effectively looking through your character model's legs at what is behind you. |
Examples, Generator & More | cl_pitchdown
<Degrees>
|
cl_pitchup | This fun console command controls how many degrees from eye level you can look up into the sky. This can be adjusted to let you look so far around that you end up seeing behind you. |
Examples, Generator & More | cl_pitchup
<Degrees>
|
cl_radar_icon_scale_min | This console command changes how large your character dot appears on the radar. |
Examples, Generator & More | cl_radar_icon_scale_min
<Icon Scale>
|
cl_radial_radio_tab_0_text_1 | Assigns a specific action or message to a slot in the player's radial radio menu. |
Examples, Generator & More | cl_radial_radio_tab_0_text_1
<Message>
|
cl_radial_radio_tab_0_text_2 | This command is used to configure the text displayed for the second option in the first tab of the radial radio (communication wheel) in the game. The value is specified by a reference ID that corresponds to a predefined text in the game's language files. |
Examples, Generator & More | cl_radial_radio_tab_0_text_2
<Reference ID>
|
cl_radial_radio_tab_0_text_3 | This command is used to customize the text displayed on the third slot of the first tab in the radial radio menu. |
Examples, Generator & More | cl_radial_radio_tab_0_text_3
<Text Identifier>
|
cl_radial_radio_tab_0_text_4 | This command sets the text displayed for the 4th slot in the first radial radio menu. |
Examples, Generator & More | cl_radial_radio_tab_0_text_4
<Text>
|
cl_radial_radio_tab_0_text_5 | This command customizes the text displayed for the fifth option in the first tab of the radial radio (chat wheel) menu. |
Examples, Generator & More | cl_radial_radio_tab_0_text_5
<Custom Text>
|
cl_radial_radio_tab_0_text_6 | This command sets the text displayed on the 6th position of the first tab in the radial radio chat wheel to a custom value. |
Examples, Generator & More | cl_radial_radio_tab_0_text_6
<Custom Text>
|
cl_radial_radio_tab_0_text_7 | Configures the text displayed for the seventh option in the first tab of the radial radio menu to a predefined chat message. |
Examples, Generator & More | cl_radial_radio_tab_0_text_7
<Chatwheel Command>
|
cl_radial_radio_tab_0_text_8 | Sets the text for a specific chat wheel slot, often used for quick communication in-game. |
Examples, Generator & More | cl_radial_radio_tab_0_text_8
<Text Identifier>
|
cl_radial_radio_tab_1_text_1 | Sets the text that is displayed for the first option in the first tab of the radial radio menu, typically used for quick communication in-game. |
Examples, Generator & More | cl_radial_radio_tab_1_text_1
<Text>
|
cl_radial_radio_tab_1_text_2 | This command sets the text displayed for the second chat message in the first tab of the radial radio menu, allowing customization of quick communication options. |
Examples, Generator & More | cl_radial_radio_tab_1_text_2
<Text>
|
cl_radial_radio_tab_1_text_3 | This command sets the text displayed for the third slot of the first tab in the radial radio menu, often used for quick communication in-game. |
Examples, Generator & More | cl_radial_radio_tab_1_text_3
<Text>
|
cl_radial_radio_tab_1_text_4 | Sets the custom text displayed for a specific option in the radial radio command menu, specifically for the first tab's fourth option. |
Examples, Generator & More | cl_radial_radio_tab_1_text_4
<Custom Text>
|