From c28acc21819674d72a63f4dabc46367f6d493333 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sat, 14 Sep 2024 15:34:01 +0200 Subject: [PATCH] change scan code --- games/cs2/autoexec.cfg | 10 ++++++++-- games/cs2/myconfig.cfg | 6 ------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/games/cs2/autoexec.cfg b/games/cs2/autoexec.cfg index df33f56..e841d7f 100644 --- a/games/cs2/autoexec.cfg +++ b/games/cs2/autoexec.cfg @@ -24,12 +24,18 @@ bind "scancode20" "switchhands" unbind "scancode19" bind "scancode19" "sv_cheats 1; noclip" +// Left and right +alias "+ll" "+turnleft" +alias "-ll" "-turnleft" +alias "+rr" "+turnright" +alias "-rr" "-turnright" + // Load custom game script alias "cg" "exec customgame" // Reload script -unbind "scancode54" -bind "scancode54" "exec autoexec" +unbind "scancode78" +bind "scancode78" "exec autoexec" // Save settings host_writeconfig diff --git a/games/cs2/myconfig.cfg b/games/cs2/myconfig.cfg index 47bac7e..9da28b8 100644 --- a/games/cs2/myconfig.cfg +++ b/games/cs2/myconfig.cfg @@ -80,12 +80,6 @@ alias "arthur" "cl_crosshairgap -3; cl_crosshairsize 500; cl_crosshaircolor "5"; // Use to open shop disabled cl_use_opens_buy_menu "0" -// Left and right -alias "+ll" "+turnleft" -alias "-ll" "-turnleft" -alias "+rr" "+turnright" -alias "-rr" "-turnright" - // Debug message echo "========================================================================================================================================================================" echo "====================================================================== LOADED GAME CONFIGURATION! ======================================================================"