fix: characters, remove commands from csgo
This commit is contained in:
32
autoexec.cfg
32
autoexec.cfg
@@ -23,19 +23,20 @@ con_filter_text "Damage Given"
|
||||
con_filter_text_out "Player:"
|
||||
developer "1"
|
||||
|
||||
//
|
||||
//KEYBINDS
|
||||
unbindall;
|
||||
bind “X_AXIS” “rightleft”
|
||||
bind “Y_AXIS” “!forwardback”
|
||||
bind “MOUSE_X” “yaw”
|
||||
bind “MOUSE_Y” “pitch”
|
||||
bind “U_AXIS” “yaw”
|
||||
bind “R_AXIS” “pitch”
|
||||
bind “a” “+left”
|
||||
bind “s” “+back”
|
||||
bind “d” “+right”
|
||||
bind “w” “+forward”
|
||||
bind “shift” “+sprint”
|
||||
bind "X_AXIS" "rightleft"
|
||||
bind "Y_AXIS" "!forwardback"
|
||||
bind "MOUSE_X" "yaw"
|
||||
bind "MOUSE_Y" "pitch"
|
||||
bind "U_AXIS" "yaw"
|
||||
bind "R_AXIS" "pitch"
|
||||
bind "a" "+left"
|
||||
bind "s" "+back"
|
||||
bind "d" "+right"
|
||||
bind "w" "+forward"
|
||||
bind "shift" "+sprint"
|
||||
bind "SPACE" "+jump"
|
||||
bind "CTRL" "+duck"
|
||||
|
||||
@@ -57,15 +58,6 @@ bind "m" "teammenu"
|
||||
bind "v" "+voicerecord"
|
||||
bind "y" "messagemode"
|
||||
|
||||
alias "+shownet" "+showscores; net_graphheight 64"
|
||||
alias "-shownet" "-showscores; net_graphheight 9999"
|
||||
net_graph 1;
|
||||
bind "TAB" "+shownet"
|
||||
|
||||
alias "+jumpthrow" "-attack;+jump"
|
||||
alias "-jumpthrow" "-jump"
|
||||
bind "x" "+jumpthrow"
|
||||
|
||||
|
||||
//COSMETICS
|
||||
cl_viewmodel_shift_left_amt "1.5"
|
||||
|
||||
Reference in New Issue
Block a user