42 lines
853 B
INI
42 lines
853 B
INI
// Smoke Bind
|
|
bind "MOUSE4" "use weapon_smokegrenade"
|
|
|
|
// jump throw
|
|
//alias "+jumpthrow" "+jump;-attack"
|
|
//alias "-jumpthrow" "-jump"
|
|
//bind "h" +jumpthrow
|
|
//unbind "MOUSE5"
|
|
//bind "MOUSE5" +jumpthrow
|
|
|
|
// jump throw cs2
|
|
alias "+jumpaction" "+jump;"
|
|
alias "+throwaction" "-attack; -attack2"
|
|
alias "-jumpaction" "-jump"
|
|
bind h "+jumpaction;+throwaction;" //Bind Key for Jumpthrow
|
|
unbind "MOUSE5"
|
|
bind "MOUSE5" "+jumpaction;+throwaction;"
|
|
|
|
// crouch jump
|
|
alias +DJUMP "+jump; +duck"
|
|
alias -DJUMP "-JUMP; -DUCK"
|
|
//bind (k) +DJUMP
|
|
|
|
// afk bind
|
|
alias "afk_on" "+speed; +right"
|
|
alias "afk_off" "-speed; -right"
|
|
//bind "F1" "afk_on"
|
|
//bind "F2" "afk_off"
|
|
|
|
// S1mple Settings
|
|
rate "786432"
|
|
cl_interp 0.031000"
|
|
cl_interp_ratio "2"
|
|
cl_cmdrate "128"
|
|
cl_updaterate "128"
|
|
fps_max "400"
|
|
|
|
// Mine
|
|
mat_queue_mode -1
|
|
|
|
Echo "<====== autoexec.cfg geladen ==========>"
|
|
Echo |