cs2: update practice.cfg, use unix encoding
This commit is contained in:
parent
688162b497
commit
ecbf7eb07d
|
@ -3,7 +3,7 @@ sv_cheats 1
|
||||||
// server setup
|
// server setup
|
||||||
cl_versus_intro false
|
cl_versus_intro false
|
||||||
mp_team_intro_time 0
|
mp_team_intro_time 0
|
||||||
mp_freezetime 0
|
mp_freezetime 4
|
||||||
mp_roundtime 60
|
mp_roundtime 60
|
||||||
mp_roundtime_defuse 60
|
mp_roundtime_defuse 60
|
||||||
mp_limitteams 0
|
mp_limitteams 0
|
||||||
|
@ -12,6 +12,10 @@ mp_maxmoney 60000
|
||||||
mp_startmoney 60000
|
mp_startmoney 60000
|
||||||
mp_buytime 9999
|
mp_buytime 9999
|
||||||
mp_buy_anywhere 1
|
mp_buy_anywhere 1
|
||||||
|
mp_death_drop_gun 0
|
||||||
|
|
||||||
|
// map guides
|
||||||
|
sv_allow_annotations 1
|
||||||
|
|
||||||
bot_kick
|
bot_kick
|
||||||
|
|
||||||
|
@ -36,7 +40,8 @@ bind f2 "sv_rethrow_last_grenade"
|
||||||
bind f3 "ent_fire smokegrenade_projectile kill; stopsound"
|
bind f3 "ent_fire smokegrenade_projectile kill; stopsound"
|
||||||
|
|
||||||
bind "n" "noclip"
|
bind "n" "noclip"
|
||||||
bind "m" "bot_crouch"
|
bind "m" "toggle bot_crouch 1 0"
|
||||||
|
alias prac_buy_all "buy m4a1; buy ak47; buy smokegrenade; buy hegrenade; buy flashbang; buy molotov; buy incgrenade; buy decoy; buy vesthelm"
|
||||||
|
|
||||||
// exec
|
// exec
|
||||||
mp_warmup_end
|
mp_warmup_end
|
||||||
|
|
Loading…
Reference in New Issue