@@ -129,10 +129,8 @@ snd_mute_losefocus "0" // mute game when alt-tabbed
129129dsp_enhance_stereo " 0"
130130dsp_slow_cpu " 0"
131131snd_menumusic_volume " 0"
132- //lobby_voice_chat_enabled " 0" // voice chat in lobby
133132cl_mute_all_but_friends_and_party " 0"
134133snd_tensecondwarning_volume " 0.5"
135- //snd_musicvolume " 0.2"
136134snd_roundend_volume " 0.2"
137135snd_roundstart_volume " 0"
138136snd_async_flush
@@ -318,7 +316,7 @@ bind enter "messagemode"
318316bind \ "messagemode2"
319317bind del "echo Executing autoexec; exec autoexec"
320318bind 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 < "
322320bind 0 "slot10"
323321bind 4 "slot4"
324322bind 5 "slot5"
@@ -342,9 +340,7 @@ bind F1 "noclip;nadepractice"
342340bind F2 "noclip;practice"
343341bind F3 "autobuy"
344342bind F4 "rebuy"
345-
346- // bind F5 "jpeg_quality 100;jpeg"
347-
343+ // F5 thru F8 are used in watchdemo.cfg
348344bind F9 "perf_monitoring"
349345bind F10 "disconnect"
350346bind 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"
441436alias 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
444439alias " +alt0" " bind 0 VoiceToggle"
445440alias " -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.
487482alias "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
492488alias +kduck "+duck; -klook"
493489alias -kduck "-duck"
0 commit comments