From e5202397c0ec1c03dec9aaf4ef31de8ef4662d48 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Thu, 28 Sep 2023 12:21:38 +0200 Subject: [PATCH] fix for cs2 again --- games/cs2/autoexec.cfg | 12 +++--------- games/cs2/myconfig.cfg | 16 ++++++++++------ 2 files changed, 13 insertions(+), 15 deletions(-) diff --git a/games/cs2/autoexec.cfg b/games/cs2/autoexec.cfg index d4d7b2d..4a6f6fc 100644 --- a/games/cs2/autoexec.cfg +++ b/games/cs2/autoexec.cfg @@ -8,15 +8,9 @@ exec myconfig unbind "KP_MINUS" bind "KP_MINUS" "disconnect" -// Change hand -unbind "a" -bind "a" "toggle cl_righthand 0 1" - -// jumpthrow -alias "+jumpthrow" "+jump; -attack" -alias "-jumpthrow" "-jump" -unbind "x" -bind "x" "+jumpthrow" +// Change hand - CS2 doesn't support left hand yet +// unbind "a" +// bind "a" "toggle cl_righthand 0 1" // FPS in tab alias "+scorenet" "+showscores; cl_showfps 1 1" diff --git a/games/cs2/myconfig.cfg b/games/cs2/myconfig.cfg index 9a1e5f5..6c5ff27 100644 --- a/games/cs2/myconfig.cfg +++ b/games/cs2/myconfig.cfg @@ -7,17 +7,17 @@ unbind "q" unbind "s" unbind "d" bind "z" "+forward" -bind "q" "+moveleft" +bind "q" "+left" bind "s" "+back" -bind "d" "+moveright" +bind "d" "+right" // Crouch unbind "c" bind "c" "+duck" -// Reload and clear residuals +// Reload unbind "r" -bind "r" "+reload; r_cleardecals" +bind "r" "+reload" // Inspect + Drop unbind "f" @@ -26,8 +26,8 @@ bind "f" "drop" bind "g" "+lookatweapon" // Console -unbind "'" -bind "'" "toggleconsole" +unbind "=" +bind "=" "toggleconsole" con_enable "1" // Random weapons in DM @@ -68,6 +68,10 @@ alias "arthur" "apply_crosshair_code CSGO-GU2Ox-a2vCW-Md7sk-5Mo9e-LwAkE" // Use to open shop disabled cl_use_opens_buy_menu "0" +// Left and right +alias "+ll" "+turnleft" +alias "+rr" "+turnright" + // Debug message echo "========================================================================================================================================================================" echo "====================================================================== LOADED GAME CONFIGURATION! ======================================================================"