Skip to content

Instantly share code, notes, and snippets.

@shirishp
Last active October 25, 2018 03:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shirishp/f7733d6e0d5d29ddcded1a41b4bafb75 to your computer and use it in GitHub Desktop.
Save shirishp/f7733d6e0d5d29ddcded1a41b4bafb75 to your computer and use it in GitHub Desktop.
Counter Strike : Global Offensive practice configuration
// Launch Options
// -novid -high -threads 8 +fps_max 0 -freq 60 -refresh 60 +cl_forcepreload 1 -nod3d9ex -nojoy
// On Mac, save this file in ~/Library/Application\ Support/Steam/steamapps/common/Counter-Strike\ Global\ Offensive/csgo/cfg/ folder
sv_cheats 1;
bot_kick;
mp_warmup_end;
mp_freezetime 0;
mp_roundtime_defuse 60;
sv_grenade_trajectory 1;
sv_grenade_trajectory_time 10;
sv_showimpacts 1;
ammo_grenade_limit_total 5;
sv_infinite_ammo 1;
mp_buy_anywhere 1;
mp_maxmoney 50000;
mp_startmoney 50000;
mp_restartgame 1;
bind c noclip;
// In game console, type:
// map de_dust2 (replace this with any map)
// exec practice (name of the file)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment