fix for cs2 again

This commit is contained in:
Mylloon 2023-09-28 12:21:38 +02:00
parent aabe437ccb
commit e5202397c0
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
2 changed files with 13 additions and 15 deletions

View file

@ -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"

View file

@ -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! ======================================================================"