Last active
October 22, 2015 22:32
-
-
Save pfirsich/b2a417af7b6798082b3a to your computer and use it in GitHub Desktop.
CS:GO practice config
This file contains 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
sv_cheats 1 | |
bot_kick | |
bot_stop 1 | |
mp_autokick 0 | |
mp_freezetime 0 | |
mp_roundtime 60 | |
mp_roundtime_defuse 60 | |
mp_roundtime_hostage 60 | |
mp_limitteams 0 | |
mp_autoteambalance 0 | |
mp_respawn_on_death_t 1 | |
mp_respawn_on_death_ct 1 | |
mp_maxmoney 60000 | |
mp_startmoney 60000 | |
mp_buytime 9999 | |
mp_buy_anywhere 1 | |
sv_grenade_trajectory 1 | |
sv_grenade_trajectory_thickness 1 | |
sv_grenade_trajectory_time 7 | |
sv_showimpacts 1 | |
sv_showimpacts_time 2 | |
ammo_grenade_limit_flashbang 1 | |
ammo_grenade_limit_total 5 | |
sv_infinite_ammo 2 | |
ff_damage_reduction_grenade 0 | |
ff_damage_reduction_bullets 0 | |
ff_damage_reduction_other 0 | |
ff_damage_reduction_grenade_self 0 | |
mp_ct_default_grenades "weapon_hegrenade weapon_flashbang weapon_smokegrenade weapon_molotov weapon_decoy" | |
mp_t_default_grenades "weapon_hegrenade weapon_flashbang weapon_smokegrenade weapon_molotov weapon_decoy" | |
mp_ct_default_secondary "weapon_p250" | |
mp_ct_default_primary "weapon_m4a1_silencer" | |
mp_t_default_secondary "weapon_p250" | |
mp_t_default_primary "weapon_ak47" | |
impulse 101 | |
god | |
buddha | |
mp_warmuptime 0 | |
mp_warmup_end | |
mp_restartgame 1 | |
give weapon_hegrenade | |
give weapon_flashbang | |
give weapon_smokegrenade | |
give weapon_molotov | |
give weapon_decoy | |
// Save locations | |
bind "F5" "con_logfile cfg\F5.cfg; getpos_exact; con_logfile 0" | |
bind "F6" "con_logfile cfg\F6.cfg; getpos_exact; con_logfile 0" | |
bind "F7" "con_logfile cfg\F7.cfg; getpos_exact; con_logfile 0" | |
bind "F8" "con_logfile cfg\F8.cfg; getpos_exact; con_logfile 0" | |
// Load locations | |
bind "F1" "exec F5.cfg" | |
bind "F2" "exec F6.cfg" | |
bind "F3" "exec F7.cfg" | |
bind "F4" "exec F8.cfg" | |
// Capslock bound to noclip in autoexec.cfg | |
// Controls for bot_add_ct, bot_add_t, bot_place, bot_kick are in radiopanel |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment