Add files via upload
This commit is contained in:
@@ -1,13 +1,19 @@
|
|||||||
//CROSSHAIR
|
w//CROSSHAIR
|
||||||
//sensitivity is 500*1.4
|
//sensitivity is 500*1.4
|
||||||
|
|
||||||
|
cl_crosshairalpha 200;
|
||||||
|
cl_crosshaircolor 1;
|
||||||
|
cl_crosshairdot 0;
|
||||||
|
cl_crosshairgap -2;
|
||||||
|
cl_crosshairsize 2;
|
||||||
|
cl_crosshairstyle 4;
|
||||||
|
cl_crosshairusealpha 1;
|
||||||
|
cl_crosshairthickness .5;
|
||||||
|
cl_crosshair_drawoutline 0;
|
||||||
|
|
||||||
//OVERVIEW
|
//OVERVIEW
|
||||||
cl_radar_always_centered "1"
|
cl_radar_always_centered "1"
|
||||||
alias +shownet "+showscores; net_graphheight 64"
|
|
||||||
alias -shownet "-showscores; net_graphheight 9999"
|
|
||||||
net_graph 1
|
|
||||||
bind "TAB" "+shownet"
|
|
||||||
|
|
||||||
//PRINT DAMAGE
|
//PRINT DAMAGE
|
||||||
con_filter_enable "2"
|
con_filter_enable "2"
|
||||||
@@ -16,7 +22,7 @@ con_filter_text_out "Player:"
|
|||||||
developer "1"
|
developer "1"
|
||||||
|
|
||||||
//KEYBINDS
|
//KEYBINDS
|
||||||
unbindall
|
unbindall;
|
||||||
bind "w" "+forward; r_cleardecals"
|
bind "w" "+forward; r_cleardecals"
|
||||||
bind "a" "+moveleft"
|
bind "a" "+moveleft"
|
||||||
bind "s" "+back"
|
bind "s" "+back"
|
||||||
@@ -42,9 +48,14 @@ bind "m" "teammenu"
|
|||||||
bind "v" "+voicerecord"
|
bind "v" "+voicerecord"
|
||||||
bind "y" "messagemode"
|
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" "-attack;+jump"
|
||||||
alias "-jumpthrow" "-jump"
|
alias "-jumpthrow" "-jump"
|
||||||
bind "kp_pgup" "+jumpthrow"
|
bind "x" "+jumpthrow"
|
||||||
|
|
||||||
|
|
||||||
//COSMETICS
|
//COSMETICS
|
||||||
@@ -59,7 +70,7 @@ cl_bob_lower_amt "5"
|
|||||||
cl_bobamt_lat "0.1"
|
cl_bobamt_lat "0.1"
|
||||||
cl_bobamt_vert "0.1"
|
cl_bobamt_vert "0.1"
|
||||||
cl_bobcycle "0.98"
|
cl_bobcycle "0.98"
|
||||||
fps_max "0"
|
fps_max 120
|
||||||
|
|
||||||
clear
|
clear
|
||||||
host_writeconfig
|
host_writeconfig
|
||||||
|
|||||||
Reference in New Issue
Block a user