Created
October 5, 2019 13:38
-
-
Save NicolasBizzozzero/438730c92948666fe2077fcf869d11c7 to your computer and use it in GitHub Desktop.
Counter Strike : Global Offensive config file for utility 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
/** | |
* utility_training.cfg for Counter Strike : Global Offensive | |
* | |
* For it to works, you need to put this file in the following directory : | |
* $STEAM_DIRECTORY\steamapps\common\Counter-Strike Global Offensive\csgo\cfg | |
* Usually (but not always), it is : | |
* C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Global Offensive\csgo\cfg | |
* Thereafter, start a game then type the following command : | |
* exec utility_training | |
* | |
* Author : | |
* - BIZZOZZERO Nicolas | |
* | |
* Links : | |
* - https://www.nadeking.com/csgo-practice-config | |
**/ | |
/** | |
* Commands | |
**/ | |
sv_cheats 1 | |
sv_infinite_ammo 1 | |
sv_grenade_trajectory 1 | |
sv_grenade_trajectory_time 11 | |
sv_grenade_trajectory_thickness 1 | |
sv_showimpacts 1 | |
sv_showimpacts_time 9 | |
sv_grenade_trajectory 1 | |
bot_kick all | |
bot_stop 1 | |
ammo_grenade_limit_total 5 | |
mp_roundtime_defuse 60 | |
mp_roundtime_hostage 60 | |
mp_limitteams 0 | |
mp_roundtime 999 | |
mp_autoteambalance 0 | |
mp_freezetime 0 | |
mp_maxmoney 99999 | |
mp_startmoney 99999 | |
mp_buytime 3600 | |
mp_buy_anywhere 1 | |
ammo_grenade_limit_total 5 | |
mp_restartgame 1 | |
mp_warmup_end | |
/** | |
* Binds | |
**/ | |
bind "p" "noclip" | |
bind "o" "give weapon_hegrenade;give weapon_flashbang;give weapon_smokegrenade;give weapon_incgrenade;give weapon_molotov;give weapon_decoy" | |
bind "i" "cast_ray" | |
say "Utility training config loaded." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment