Skip to content

Instantly share code, notes, and snippets.

@shikharbhardwaj
Last active January 25, 2019 10:58
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 shikharbhardwaj/b6485f2e536ec087ab45d36c794d6622 to your computer and use it in GitHub Desktop.
Save shikharbhardwaj/b6485f2e536ec087ab45d36c794d6622 to your computer and use it in GitHub Desktop.
// We don't want bots.
bot_kick
// Start warmup (till a player connects).
mp_warmup_start
mp_warmup_pausetimer 1
// These make the rounds end and start faster.
mp_round_restart_delay 2
mp_freezetime 2
// Some friendly banter! :D
sv_talk_enemy_living 1
sv_talk_enemy_dead 1
sv_deadtalk 1
sv_cheats 0
// The server will end the game when a player wins more
// than half of the rounds set below.
mp_maxrounds 30
// JUMPTHROW GRENADES
alias +jumpthrow "+jump;-attack"
alias -jumpthrow "-jump"
bind v +jumpthrow
bind j +jumpthrow
// [0-yellow, 1-purple, 2-green, 3-blue,4-orange]
cl_color 3
bind "space" "+jump"
bind "mwheeldown" "+jump"
bind n noclip
bind e "+use;r_cleardecals"
// Grenade lineup bind
alias +smokealign "cl_crosshairsize 9999"
alias -smokealign "cl_crosshairsize 3.5"
bind mouse5 "+smokealign"
// Network settings
rate 786432
cl_cmdrate 128
cl_updaterate 128
cl_interp 0
cl_interp_ratio 1
// Quick switch
alias +qswitch "slot3"
alias -qswitch "lastinv"
bind "q" +qswitch
// LEAVE THIS ALONE, IT FINALIZES YOUR CONFIG
host_writeconfig
// 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 n "noclip"
bind m "give weapon_hegrenade;give weapon_flashbang;give weapon_smokegrenade;give weapon_incgrenade;give weapon_molotov;give weapon_decoy"
bind l "cast_ray"
echo ""
echo ""
echo ""
echo "########## TOBYS PRACTICE CONFIG LOADED ##########"
echo ""
echo ""
echo ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment