CS:GO Practice Config

December 13, 2014
one response
11,341 views

Categories: Counter-Strike Global Offensive, Counter-Strike Global Offensive Guides & Tutorials

In this guide we will go through the most common and useful commands for practicing Counter-Strike Global Offensive. You can also just skip to the end of the tutorial, to download or copy the config and apply it to your local server. The most common thing people request is the commands for grenade trajectory, showimpacts and bots. This config have it all + more so you just have to execute the script and start practicing! Use it to practice flashes, smoke throws, nades, molotovs, positions, angles, search for boosts, spray control etc. We have also included some useful binds.

If there is something in the config you don’t want, you can just erase it.

CS:GO Practice Config Guide

 

We made a similar guide before, only difference is that the old was just a grenade practice config.

First, we will start off by explaining, what the different console commands in the config does.

Server config

  • sv_cheats 1
    Enables “cheats”.
  • mp_limitteams 0
    No team limit (e.g. you can have 10 people/bots on CT and 1 guy on T).
  • mp_autoteambalance 0
    Turns auto team balance off.
  • mp_roundtime 60
    Maximum roundtime set to 60 minutes.
  • mp_roundtime_defuse 60
    Same…
  • mp_maxmoney 60000
    Enables your maximum money to be 60.000 instead of 16.000.
  • mp_startmoney 60000
    You will start with 60.000 money.
  • mp_freezetime 0
    No freezetime in the beginning of each round.
  • mp_buytime 9999
    Almost unlimited buytime.
  • mp_buy_anywhere 1
    You can open the buy menu and buy from anywhere on the map.
  • sv_infinite_ammo 1
    Gives you infinite ammo and no reload. When practicing recoil patterns, you might want to set this to sv_infinite_ammo 2. This way you will have to reload but sitll have infinite ammo.
  • ammo_grenade_limit_total 5
    You can now have all 5 grenade types.
  • bot_kick
    Kicks all the bots. If you want to add bots, check the bot commands below.
  • mp_warmup_end
    End warmup.
  • mp_restartgame 1
    After the config is loaded, the server will restart the game after 1 second.

Practice commands

  • sv_grenade_trajectory 1
    Show a trajectory when you throw grenades. Especially useful when practicing nades.
  • sv_grenade_trajectory_time 10
    Expands the time where you can see the trajectory to 10 seconds.
  • sv_showimpacts 1
    Show bullet impacts, especially useful when practicing spread control and recoil patterns.
  • sv_showimpacts_time 10
    Expands the time where you can see the impacts to 10 seconds.

Useful binds

  • bind “KEY” “noclip”
    Toggle fly mode (noclip) on/off.
  • bind “KEY” “give weapon_hegrenade;give weapon_flashbang;give weapon_smokegrenade;give weapon_incgrenade;give weapon_molotov;give weapon_decoy”
    Gives you all the grenades available.
  • bind “KEY” “cast_ray”
    Casts a ray/straight line to test collision detection.

Other useful console commands (not in final config)

  • god
    Toggle god mode on/off.
  • cl_showpos 1
    Show current postion in top right corner of the screen.

Bot console commands (not in final config)

  • bot_add_t
    Add a bot to T team.
  • bot_add_ct
    Add a bot to CT team.
  • bot_kick
    Kicks all the bots from the game.
  • bot_stop 1
    Stops the bots, they will stand still and do nothing.
  • bot_mimic 1
    Bots will mimic your movements and actions, bot_mimic 0 to turn off again.

 

Download full config

Click here to download CS:GO practice config

How to install the config

  • Download the config, file name: practicecfg.zip.
  • Unzip/extract the config file, you should have a file called practicecfg.cfg.
    You will need a program to unzip, we recommend WinRar or 7Zip.
  • Remember to change KEY in the file to the key you wish to assign each bind to.
  • Move the cfg file to your CS:GO cfg folder.
    Normally located in:
    C:\Steam\steamapps\common\Counter-Strike Global Offensive\csgo\cfg
  • When you have started a local game server, open the console and type:
    exec practicecfg
  • The game will restart and all the settings are enabled.

You can also copy the full config below and put it in whatever cfg you like.

Full config to copy/paste:

// Server config
sv_cheats 1
mp_limitteams 0
mp_autoteambalance 0
mp_roundtime 60
mp_roundtime_defuse 60
mp_maxmoney 60000
mp_startmoney 60000
mp_freezetime 0
mp_buytime 9999
mp_buy_anywhere 1
sv_infinite_ammo 1
ammo_grenade_limit_total 5
bot_kick
mp_warmup_end

// Practice
sv_grenade_trajectory 1
sv_grenade_trajectory_time 10
sv_showimpacts 1
sv_showimpacts_time 10

mp_restartgame 1

// Binds
bind “KEY” “noclip”
bind “KEY” “give weapon_hegrenade;give weapon_flashbang;give weapon_smokegrenade;give weapon_incgrenade;give weapon_molotov;give weapon_decoy”
bind “KEY” “cast_ray”

echo “”
echo “”
echo “”
echo “########## TOBYS PRACTICE CONFIG LOADED ##########”
echo “”
echo “”
echo “”

Did we miss any commands or do you have something to add? Then leave a comment below.