From b5f18ec3a3168ce59ca8d4953c04f5cb73f218f5 Mon Sep 17 00:00:00 2001 From: marvinlehmann Date: Wed, 27 Sep 2023 23:14:56 +0200 Subject: [PATCH] update CS2 config --- cs2/autoexec.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cs2/autoexec.cfg b/cs2/autoexec.cfg index 5e0e24c..6ee8bec 100644 --- a/cs2/autoexec.cfg +++ b/cs2/autoexec.cfg @@ -1,4 +1,4 @@ -// CS2 AUTOEXEC | 2023.09.25 +// CS2 AUTOEXEC | 2023.09.27 // launch options: -console -novid -nojoy -language english echo "/---------------------------------------------------------------------------------\" @@ -13,7 +13,7 @@ alias ".x" "exec autoexec" alias ".swap" "mp_swapteams" alias ".clearsmoke" "ent_fire smokegrenade_projectile kill" alias ".givenades" "give weapon_flashbang; give weapon_hegrenade; give weapon_incgrenade; give weapon_smokegrenade" -alias ".nadeprac" "sv_cheats true; mp_warmup_offline_enabled true; mp_warmup_start; mp_warmup_pausetimer 1; sv_grenade_trajectory_prac_pipreview true; sv_grenade_trajectory_prac_trailtime 8; mp_buy_anywhere 1; sv_infinite_ammo 1; .givenades" +alias ".nadeprac" "game_alias comp; sv_cheats true; mp_warmup_offline_enabled true; mp_warmup_start; mp_warmup_pausetimer 1; sv_grenade_trajectory_prac_pipreview true; sv_grenade_trajectory_prac_trailtime 8; mp_buy_anywhere 1; sv_infinite_ammo 1; .givenades" alias "+radar" "+lookatweapon; cl_radar_always_centered 0; cl_radar_scale 0.30" alias "-radar" "-lookatweapon; cl_radar_always_centered 1; cl_radar_scale 0.55" @@ -88,9 +88,9 @@ bind "F4" "rebuy" bind "F5" "toggle cq_netgraph" // volume = √x -bind "UPARROW" "toggle voice_scale 0.01 0.04 0.09 0.16 0.25 0.36 0.49 0.64 0.81 1 1" +bind "UPARROW" "toggle snd_voipvolume 0.01 0.04 0.09 0.16 0.25 0.36 0.49 0.64 0.81 1 1" bind "LEFTARROW" "voice_modenable true; play sounds/ui/beep07" -bind "DOWNARROW" "toggle voice_scale 0.81 0.64 0.49 0.36 0.25 0.16 0.09 0.4 0.01 0 0" +bind "DOWNARROW" "toggle snd_voipvolume 0.81 0.64 0.49 0.36 0.25 0.16 0.09 0.4 0.01 0 0" bind "RIGHTARROW" "voice_modenable false; play sounds/ui/weapon_cant_buy" bind "KP_PLUS" "toggle volume 0.01 0.04 0.09 0.16 0.25 0.36 0.49 0.64 0.81 1 1"