fix for cs2 again
This commit is contained in:
parent
aabe437ccb
commit
e5202397c0
2 changed files with 13 additions and 15 deletions
|
@ -8,15 +8,9 @@ exec myconfig
|
||||||
unbind "KP_MINUS"
|
unbind "KP_MINUS"
|
||||||
bind "KP_MINUS" "disconnect"
|
bind "KP_MINUS" "disconnect"
|
||||||
|
|
||||||
// Change hand
|
// Change hand - CS2 doesn't support left hand yet
|
||||||
unbind "a"
|
// unbind "a"
|
||||||
bind "a" "toggle cl_righthand 0 1"
|
// bind "a" "toggle cl_righthand 0 1"
|
||||||
|
|
||||||
// jumpthrow
|
|
||||||
alias "+jumpthrow" "+jump; -attack"
|
|
||||||
alias "-jumpthrow" "-jump"
|
|
||||||
unbind "x"
|
|
||||||
bind "x" "+jumpthrow"
|
|
||||||
|
|
||||||
// FPS in tab
|
// FPS in tab
|
||||||
alias "+scorenet" "+showscores; cl_showfps 1 1"
|
alias "+scorenet" "+showscores; cl_showfps 1 1"
|
||||||
|
|
|
@ -7,17 +7,17 @@ unbind "q"
|
||||||
unbind "s"
|
unbind "s"
|
||||||
unbind "d"
|
unbind "d"
|
||||||
bind "z" "+forward"
|
bind "z" "+forward"
|
||||||
bind "q" "+moveleft"
|
bind "q" "+left"
|
||||||
bind "s" "+back"
|
bind "s" "+back"
|
||||||
bind "d" "+moveright"
|
bind "d" "+right"
|
||||||
|
|
||||||
// Crouch
|
// Crouch
|
||||||
unbind "c"
|
unbind "c"
|
||||||
bind "c" "+duck"
|
bind "c" "+duck"
|
||||||
|
|
||||||
// Reload and clear residuals
|
// Reload
|
||||||
unbind "r"
|
unbind "r"
|
||||||
bind "r" "+reload; r_cleardecals"
|
bind "r" "+reload"
|
||||||
|
|
||||||
// Inspect + Drop
|
// Inspect + Drop
|
||||||
unbind "f"
|
unbind "f"
|
||||||
|
@ -26,8 +26,8 @@ bind "f" "drop"
|
||||||
bind "g" "+lookatweapon"
|
bind "g" "+lookatweapon"
|
||||||
|
|
||||||
// Console
|
// Console
|
||||||
unbind "'"
|
unbind "="
|
||||||
bind "'" "toggleconsole"
|
bind "=" "toggleconsole"
|
||||||
con_enable "1"
|
con_enable "1"
|
||||||
|
|
||||||
// Random weapons in DM
|
// Random weapons in DM
|
||||||
|
@ -68,6 +68,10 @@ alias "arthur" "apply_crosshair_code CSGO-GU2Ox-a2vCW-Md7sk-5Mo9e-LwAkE"
|
||||||
// Use to open shop disabled
|
// Use to open shop disabled
|
||||||
cl_use_opens_buy_menu "0"
|
cl_use_opens_buy_menu "0"
|
||||||
|
|
||||||
|
// Left and right
|
||||||
|
alias "+ll" "+turnleft"
|
||||||
|
alias "+rr" "+turnright"
|
||||||
|
|
||||||
// Debug message
|
// Debug message
|
||||||
echo "========================================================================================================================================================================"
|
echo "========================================================================================================================================================================"
|
||||||
echo "====================================================================== LOADED GAME CONFIGURATION! ======================================================================"
|
echo "====================================================================== LOADED GAME CONFIGURATION! ======================================================================"
|
||||||
|
|
Loading…
Reference in a new issue