Use your own config to create a grenade practice server

With your own practice config you can fast and easily set up a server where you can train your grenade lineups. This guide will show what commands you need to create your own CS:GO practice server.

You can use the copy paste method or the config method to create the server. The config method is preferable because you can fully customize the commands and it’s easier to create because you don’t need to go to the website to copy paste the commands.

The config method

Step 1
Download this config

Step 2
Copy the smokepractice.cfg file into the cfg folder
C:\Program Files (x86)\Steam\userdata\STEAMID\730\local\cfg

Step 3
Open CS:GO and start a server with bots on the map you want to practice grenades on

Step 4
Open your console and write exec smokepractice.cfg

The copy paste method

Copy and paste the server commands into the console is an easy way to set up a practice server. Simply copy paste the commands below after starting a game with bots on the map you want to play. You need to copy two times because the console character limit is set to 255. This is why the config method is better of using in the long run.

mp_warmup_end; mp_freezetime 0; mp_roundtime 60; mp_roundtime_defuse 60; mp_maxmoney 60000; mp_startmoney 60000; mp_buytime 9999; mp_buy_anywhere 1; mp_restartgame 1
Copy to clipboard Copied!
sv_cheats 1; sv_infinite_ammo 1; sv_grenade_trajectory; sv_grenade_trajectory_time 10; ammo_grenade_limit_total 5; bind c ”noclip”; bind v ”sv_rethrow_last_grenade”
Copy to clipboard Copied!

Commands explanation 

sv_cheats 1
Enable cheats

sv_infinite_ammo 1
Gives infinite ammunition

sv_grenade_trajectory 1
Shows the grenade line

sv_grenade_trajectory_time 10
Sets the time before the trajectory disappear

Ammo_grenade_limit_total 5
Sets the amount of grenades you can carry to 5

bind c ”noclip”
Gives you the ability to fly around the map

bind v ”sv_rethrow_last_grenade”
Throws the last grenade when pushing V

mp_warmup_end
Ends warmup

mp_freezetime 0
Removes the time unable to move at the start of the round

mp_roundtime 60
Makes the round last 60 min

mp_roundtime_defuse 60
Makes the round last 60 min on defuse maps

mp_maxmoney 60000
Sets maximum money to 60.000$

mp_startmoney 60000
Sets the amount of money you start with to 60.000$

mp_buytime 9999
Gives infinite time to buy from the buy menu

mp_buy_anywhere 1
Makes you able to buy anywhere on the map

mp_restartgame 1
Restarts the game

Play on the server with friends

Practicing smokes and other grenades with some of your friends on the server can be more fun. If you want to play with your friends, invite them to a lobby, start up a map with bots and either copy the commands or load the config in the console.

You might also like