Update cs2/autoexec.cfg
+ c4 drop command
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
|
|
||||||
|
|
||||||
//Movement Keys
|
//Movement Keys
|
||||||
bind "a" "+left"
|
bind "a" "+left"
|
||||||
bind "d" "+right"
|
bind "d" "+right"
|
||||||
@@ -8,22 +7,11 @@ bind "s" "+back"
|
|||||||
bind "ctrl" "+duck"
|
bind "ctrl" "+duck"
|
||||||
bind "shift" "+sprint"
|
bind "shift" "+sprint"
|
||||||
bind "mwheeldown" "+jump"
|
bind "mwheeldown" "+jump"
|
||||||
|
//Bomb drop
|
||||||
//Unbinds
|
alias "+dropc4" "slot5"
|
||||||
unbind "alt"
|
alias "-dropc4" "drop"
|
||||||
unbind "mouse4"
|
bind "H" "+dropc4"
|
||||||
unbind "mwheelup"
|
bind "space" "switchhands"
|
||||||
unbind "k"
|
|
||||||
unbind "m"
|
|
||||||
unbind "p"
|
|
||||||
unbind "i"
|
|
||||||
unbind "z"
|
|
||||||
unbind "/"
|
|
||||||
unbind "f1"
|
|
||||||
unbind "f2"
|
|
||||||
unbind "f3"
|
|
||||||
unbind "f4"
|
|
||||||
unbind "f5"
|
|
||||||
|
|
||||||
//Binds
|
//Binds
|
||||||
bind "mouse3" "toggle cl_crosshairsize 999 0"
|
bind "mouse3" "toggle cl_crosshairsize 999 0"
|
||||||
@@ -53,27 +41,6 @@ bind "PAUSE" "pause"
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
//Crosshairs
|
|
||||||
bind "8" "cl_crosshairalpha 255; cl_crosshairstyle 4;cl_crosshaircolor 4;cl_crosshair_outlinethickness 1; cl_crosshair_drawoutline 1; cl_crosshairthickness 1.5; cl_crosshairgap -5; cl_crosshairdot 1; cl_crosshairsize 0;cl_crosshaircolor_b 255; cl_crosshaircolor_g 255; cl_crosshaircolor_r 255"
|
|
||||||
|
|
||||||
bind "9" "cl_crosshairalpha 255; cl_crosshairstyle 4;cl_crosshaircolor 4;cl_crosshair_outlinethickness 1; cl_crosshair_drawoutline 1; cl_crosshairthickness 1; cl_crosshairgap -5; cl_crosshairdot 1; cl_crosshairsize 0;cl_crosshaircolor_b 255; cl_crosshaircolor_g 255; cl_crosshaircolor_r 255"
|
|
||||||
|
|
||||||
|
|
||||||
bind "0" "cl_crosshairalpha 255;cl_crosshairthickness 1.5; cl_crosshairgap -5; cl_crosshairsize 1; cl_crosshair_drawoutline 0; cl_crosshairdot 0; cl_crosshaircolor 2; cl_crosshaircolor_b 0;cl_crosshaircolor_r 0; cl_crosshaircolor_g 0; cl_crosshair_outlinethickness 0;"
|
|
||||||
|
|
||||||
|
|
||||||
bind "-" "cl_crosshairalpha 255;cl_crosshairstyle 4;cl_crosshaircolor 0;cl_crosshair_outlinethickness 1; cl_crosshair_drawoutline 1; cl_crosshairthickness 1; cl_crosshairgap -5; cl_crosshairdot 1; cl_crosshairsize 1;cl_crosshaircolor_b 255; cl_crosshaircolor_g 255; cl_crosshaircolor_r 255"
|
|
||||||
|
|
||||||
bind "=" "cl_crosshairalpha 255;cl_crosshairstyle 4;cl_crosshairdot 0; cl_crosshairgap -7; cl_crosshairthickness 0; cl_crosshairsize 2; cl_crosshair_outlinethickness .5; cl_crosshair_drawoutline 1; cl_crosshaircolor 1;cl_crosshaircolor_b 255; cl_crosshaircolor_g 255; cl_crosshaircolor_r 255"
|
|
||||||
|
|
||||||
|
|
||||||
//[RED CROSS ZEEQ] bind 9 "cl_crosshairstyle 4;cl_crosshairdot 0; cl_crosshairsize 2.5; cl_crosshairgap -7; cl_crosshairthickness 0; cl_crosshaircolor 0; cl_crosshair_outlinethickness 2; cl_crosshair_drawoutline 1;cl_crosshaircolor_b 255; cl_crosshaircolor_g 255; cl_crosshaircolor_r 255"
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
//Settings
|
//Settings
|
||||||
r_fullscreen_gamma "2.1"
|
r_fullscreen_gamma "2.1"
|
||||||
rate 1000000
|
rate 1000000
|
||||||
@@ -93,7 +60,7 @@ cl_showloadout 1
|
|||||||
cl_teamcounter_playercount_instead_of_avatars 1
|
cl_teamcounter_playercount_instead_of_avatars 1
|
||||||
engine_low_latency_sleep_after_client_tick 1
|
engine_low_latency_sleep_after_client_tick 1
|
||||||
r_show_build_info "0"
|
r_show_build_info "0"
|
||||||
fps_max 999
|
fps_max 0
|
||||||
viewmodel_fov "68"
|
viewmodel_fov "68"
|
||||||
viewmodel_offset_x "2.50"
|
viewmodel_offset_x "2.50"
|
||||||
viewmodel_offset_y "2.00"
|
viewmodel_offset_y "2.00"
|
||||||
@@ -133,3 +100,5 @@ snd_voipvolume 0.5
|
|||||||
|
|
||||||
clear
|
clear
|
||||||
|
|
||||||
|
echo mx !config loaded!
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user