Skip to content

Commit a01b477

Browse files
author
dek
committed
Local deathmatch command fixed
1 parent b2efdbe commit a01b477

1 file changed

Lines changed: 6 additions & 10 deletions

File tree

autoexec.cfg

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,8 @@ snd_mute_losefocus "0" // mute game when alt-tabbed
129129
dsp_enhance_stereo "0"
130130
dsp_slow_cpu "0"
131131
snd_menumusic_volume "0"
132-
//lobby_voice_chat_enabled "0" // voice chat in lobby
133132
cl_mute_all_but_friends_and_party "0"
134133
snd_tensecondwarning_volume "0.5"
135-
//snd_musicvolume "0.2"
136134
snd_roundend_volume "0.2"
137135
snd_roundstart_volume "0"
138136
snd_async_flush
@@ -318,7 +316,7 @@ bind enter "messagemode"
318316
bind \ "messagemode2"
319317
bind del "echo Executing autoexec; exec autoexec"
320318
bind ins "echo Warmup; warmup" // bot warmup
321-
bind home "echo Starting local Deatchmatch!; local_dm"
319+
bind home "echo Starting local Deatchmatch!; local_dm;local_dm_bots;mp_restartgame 1; say > LOCAL DEATMATCH NOW LIVE <"
322320
bind 0 "slot10"
323321
bind 4 "slot4"
324322
bind 5 "slot5"
@@ -342,9 +340,7 @@ bind F1 "noclip;nadepractice"
342340
bind F2 "noclip;practice"
343341
bind F3 "autobuy"
344342
bind F4 "rebuy"
345-
346-
// bind F5 "jpeg_quality 100;jpeg"
347-
343+
// F5 thru F8 are used in watchdemo.cfg
348344
bind F9 "perf_monitoring"
349345
bind F10 "disconnect"
350346
bind F11 "connect_dm"
@@ -437,9 +433,8 @@ alias "-togglevoice" "voice_enable 0; playvol buttons\blip1 0.5;echo voice_enabl
437433
// Unconvential naming of drop_weapon so its easy to remember and change in conosole.
438434
// Just do "alias drop_weapon buy fiveseven" for example in console and then alt+9 to drop those weapons. Default is p250.
439435

440-
bind n "echo alias drop_weapon buy p250;alias drop_weapon buy p250"
441436
alias drop_weapon "buy p250"
442-
alias "PistolDrop" "use weapon_knife;drop_weapon;drop;say_team alias drop_weapon buy [param];use weapon_knife:drop_weapon;drop"
437+
alias "PistolDrop" "use weapon_knife;drop_weapon;drop;say_team drop_weapon"
443438

444439
alias "+alt0" "bind 0 VoiceToggle"
445440
alias "-alt0" "default0"
@@ -486,8 +481,9 @@ alias "surf" "bind mouse4 +left;bind mouse5 +right;fps_max 300"
486481
// Practice config for practice of nades. Press F1 to enable it. It also toggles noclip.
487482
alias "nadepractice" "sv_cheats 1;bot_zombie 1;sv_infinite_ammo 1;ammo_grenade_limit_total 6;mp_warmup_end;mp_freezetime 0;mp_roundtime 60;mp_roundtime_defuse 60;sv_grenade_trajectory 1;sv_grenade_trajectory_dash 1;sv_grenade_trajectory_thickness 0.5;sv_grenade_trajectory_time 10;sv_showimpacts 1;mp_limitteams 0;mp_autoteambalance 0;mp_maxmoney 60000;mp_startmoney 60000;mp_buytime 9999;mp_buy_anywhere 1;mp_weapons_allow_typecount 5;"
488483
489-
// nice and simple deathmatch
490-
alias "local_dm" "bot_kick;sv_cheats 1;mp_warmup_end;mp_randomspawn 1;mp_freezetime 0;mp_autoteambalance 0;mp_limitteams 0;bot_add_ct;bot_add_ct;bot_add_ct;bot_add_ct;bot_add_ct;bot_add_ct;bot_add_ct;bot_add_ct;bot_add_ct;bot_add_ct;bot_dont_shoot 1;god;bot_difficulty 3;mp_respawn_on_death_ct 1;mp_spawnprotectiontime 0;mp_respawn_immunitytime 0;mp_buytime 9999;mp_maxrounds 100;mp_roundtime 45;sv_infinite_ammo 1;mp_teammates_are_enemies 1;mp_restartgame 1; say > LOCAL DEATMATCH NOW LIVE <"
484+
// nice and simple local deathmatch
485+
alias "local_dm_bots" "bot_add_t;bot_add_t;bot_add_t;bot_add_t;bot_add_t;bot_add_ct;bot_add_ct;bot_add_ct;bot_add_ct"
486+
alias "local_dm" "bot_kick;sv_cheats 1;mp_warmup_end;mp_randomspawn 1;mp_buy_anywhere 1;mp_free_armor 2;mp_freezetime 0;mp_autoteambalance 0;mp_limitteams 0;mp_maxmoney 60000;mp_startmoney 60000;bot_randombuy 1;bot_dont_shoot 0;bot_difficulty 2;mp_respawn_on_death_ct 1;mp_respawn_on_death_t 1;mp_spawnprotectiontime 0;mp_respawn_immunitytime 0;mp_buytime 9999;mp_maxrounds 100;mp_roundtime_defuse 60;mp_roundtime 60;sv_infinite_ammo 1;mp_teammates_are_enemies 1"
491487
492488
alias +kduck "+duck; -klook"
493489
alias -kduck "-duck"

0 commit comments

Comments
 (0)