How to Enable Practice Mode in Counter-Strike 2

This guide teaches you how to start practice mode without bots and with unlimited time, money and ammo, so you can just learn the map and test various things, like learn recoil patterns on various weapons, adjust your crosshair or just learn the map itself.

How to enable console

This is easy, go to Settings menu > Game > enable developer console > YES

Now press the tilde (~) key to open console. tilde key is the button that is left from number 1 on your keyboard and below ESCAPE.

How to enter practice mode & change map

You can enter practice mode directly from main menu, but you can also do it via command:

launch_warmup_map

regardless of what some guides say, adding map name to the command doesn’t work. it always loads mirage, but you can change map by using the following command:

changelevel map_name

map names are very simple, but here’s list of current cs2 maps:
de_ancient
de_anubis
de_dust2
de_inferno
cs_italy
de_mirage
de_nuke
cs_office
cs_vertigo

there are also some cs2 specific map names, which i’m not sure about, but just add _vanity to end of map name, like so:

de_ancient_vanity

so full command to change map to Inferno, would be:

changelevel de_inferno

Pause + Kick bots + Time + Buy

Pause match:
mp_pause_match

Unpause match:
mp_unpause_match

NOTE: match can only be paused before round start, if round has already started, the command has no effect and will be applied at start of next round.

Kick Bots:
bot_kick t
bot_kick ct

repeat both commands until there are no bots left.

Change round time:
mp_roundtime_defuse 60;mp_roundtime_hostage 60;mp_roundtime 60;mp_restartgame 1

copy and paste that entire command into console. you can change the time, but i think 1 hour is more than enough, you can always repeat the command to quickly restart match.

Buy anywhere:
mp_buy_anywhere 1;mp_buytime 60000

Cheats & Extras

Max money:
mp_startmoney 16000

regardless what number you enter, max money possible is 16000.
you must restart match afterwards using “mp_restartgame 1”

to enable cheats, such as unlimited ammo, add ammo, weapons, noclip ..etc, you must first enable cheat mode. NO you will NOT get VAC banned as those are console commands that designed to be used within game. If you think “but what if i use them in online game?” they simply won’t work (unless server has enabled them, but all official servers have them disabled).

Enable cheat mode:
sv_cheats 1

Infinite ammo:
sv_infinite_ammo 1

USEFUL TIPS & NOTES:

cheat mode: sometimes it gives error that cheats cannot be enabled, this is due “open party” being selected. to disable this, go to PLAY > PRACTICE and on left side DISABLE the “open party”, then launch a map via practice.

console uses auto-complete, so you can type something you think is correct and it will suggest commands. for example for noclip just type noclip and it will show you the commands available.

for ammo, just type “ammo” and it will give you list of ammo types you can spawn.

In console, you can use up/down arrow keys to quickly browse between previously entered commands, it’s similar to how windows and linux command line works.

This guide about Counter-Strike 2 was written by Sethioz. You can visit the original publication from this link. If you have any concerns about this guide, please don't hesitate to reach us here.

About the author