Created
June 1, 2017 03:14
-
-
Save eduardohertz/6bb830100517351dd18848d1e37de3d8 to your computer and use it in GitHub Desktop.
CS:GO configuration file for training
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
exec hz | |
// 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 "h" "noclip" | |
bind "j" "give weapon_hegrenade;give weapon_flashbang;give weapon_smokegrenade;give weapon_incgrenade;give weapon_molotov;give weapon_decoy" | |
bind "k" "cast_ray" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment