Skip to content

Instantly share code, notes, and snippets.

@leobrines
Created April 23, 2019 17:37
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 leobrines/6e6948db4fafa0bf76c0ca78e6d61c8a to your computer and use it in GitHub Desktop.
Save leobrines/6e6948db4fafa0bf76c0ca78e6d61c8a to your computer and use it in GitHub Desktop.
Pregame CFG for practice with grenades
// Server configuration
sv_cheats 1
mp_limitteams 0
mp_autoteambalance 0
mp_freezetime 0
mp_roundtime 60
mp_roundtime_defuse 60
mp_roundtime_hostage 60
mp_maxmoney 99999
mp_startmoney 99999
mp_buytime 9999
mp_buy_anywhere 1
ammo_grenade_limit_total 5
bot_stop 1;
sv_infinite_ammo 1
bot_kick
mp_warmup_end
// Grenade trajectory commands. Note – these don't work on dedicated servers.
// For dedicated servers, use SourceMod plugin "Nade tails" instead.
sv_grenade_trajectory 1
sv_grenade_trajectory_time 10
// Show bullet impacts
sv_showimpacts 1
sv_showimpacts_time 10
mp_restartgame 1
bind n noclip
// Print out so we know the config has been executed.
Say "Practice config enabled"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment