From b9b84c0fa77d3b712dcf2c67545fa26164db96fc Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Sun, 22 Jan 2023 21:50:32 -0400 Subject: [PATCH] Update tab and right alt config --- Configs/cfg/overrides/autoexec.cfg | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/Configs/cfg/overrides/autoexec.cfg b/Configs/cfg/overrides/autoexec.cfg index 374b549..7572328 100644 --- a/Configs/cfg/overrides/autoexec.cfg +++ b/Configs/cfg/overrides/autoexec.cfg @@ -164,10 +164,18 @@ bind e "+e" alias +e "voicemenu 0 0; +use" alias -e "-use" -alias +pinger "+score; net_graph 1" -alias -pinger "-score; net_graph 0" +// Disable tab to stop me from losing interest in the game +//alias +pinger "+score; net_graph 1" +//alias -pinger "-score; net_graph 0" +// +//bind tab "+pinger" -bind tab "+pinger" +bind ralt "+score" + +alias +showinfo "cl_showfps 1; net_graph 1; cl_showpos 1" +alias -showinfo "cl_showfps 0; net_graph 0; cl_showpos 0" + +bind tab "+showinfo" bind - "kill" bind = "explode" @@ -230,7 +238,7 @@ sv_allow_wait_command 1 -cl_showfps 1 +cl_showfps 0 cl_hud_minmode 1 echo "Done config"