diff options
-rw-r--r-- | bindings-buyscript.cfg | 4 | ||||
-rw-r--r-- | bindings-crosshair.cfg | 24 | ||||
-rw-r--r-- | bindings.cfg | 8 |
3 files changed, 13 insertions, 23 deletions
diff --git a/bindings-buyscript.cfg b/bindings-buyscript.cfg index 0f98802..f80de42 100644 --- a/bindings-buyscript.cfg +++ b/bindings-buyscript.cfg @@ -6,9 +6,9 @@ bind "F4" "buy p250" bind "F5" "buy m4a1; buy ak47" bind "F6" "buy aug; buy sg556" bind "F7" "buy famas; buy galil" -bind "F8" "say OMG! HACKS!" //buy vesthelm; buy Taser; buy flashbang; buy smokegrenade; buy flashbang; buy hegrenade; buy defuser;" +bind F8 "mat_setvideomode 1024 768 0" -bind "F9" "say Hi :3" //buy elite;" +bind F9 "mat_setvideomode 1680 1050 0" bind "F10" "buy g3sg1; buy scar20" bind "F11" "buy ssg08" bind "F12" "buy awp" diff --git a/bindings-crosshair.cfg b/bindings-crosshair.cfg index 09daf51..38b849d 100644 --- a/bindings-crosshair.cfg +++ b/bindings-crosshair.cfg @@ -70,16 +70,16 @@ cl_crosshair_outlinethickness "1" cl_crosshair_sniper_width "2" cl_crosshairalpha "250" cl_crosshaircolor "5" -cl_crosshaircolor_b "0" +cl_crosshaircolor_b "255" cl_crosshaircolor_g "255" -cl_crosshaircolor_r "0" +cl_crosshaircolor_r "255" cl_crosshairdot "1" cl_crosshairgap "-4.5" cl_crosshairgap_useweaponvalue "0" cl_crosshairscale "3" cl_crosshairsize "0.5" cl_crosshairstyle "3" -cl_crosshairthickness "1" +cl_crosshairthickness "0.5" cl_crosshairusealpha "1" cl_fixedcrosshairgap "-100" @@ -99,7 +99,7 @@ cl_fixedcrosshairgap "-100" // cl_crosshair_outlinethickness "0" // cl_crosshair_drawoutline "0" -// Small cross +// Small pink cross // cl_crosshairgap_useweaponvalue "0" // cl_crosshair_drawoutline "0"; // cl_crosshair_outlinethickness "0"; @@ -133,20 +133,4 @@ cl_fixedcrosshairgap "-100" // cl_crosshairthickness “1”; // cl_crosshairusealpha “1”; -// Crosshair Black/White -// cl_crosshair_drawoutline “1”; -// cl_crosshair_outlinethickness “1”; -// cl_crosshairalpha “255”; -// cl_crosshaircolor “5”; -// cl_crosshaircolor_b “255”; -// cl_crosshaircolor_g “255”; -// cl_crosshaircolor_r “255”; -// cl_crosshairdot “0”; -// cl_crosshairgap “1”; -// cl_crosshairscale “0”; -// cl_crosshairsize “4”; -// cl_crosshairstyle “4”; -// cl_crosshairthickness “1.5”; -// cl_crosshairusealpha “1”; - // vim: commentstring=//\ %s diff --git a/bindings.cfg b/bindings.cfg index be204a1..a4dc289 100644 --- a/bindings.cfg +++ b/bindings.cfg @@ -25,6 +25,8 @@ bind "RCTRL" "toggleafk" bind "SHIFT" "+speed" bind "SPACE" "+jump" bind "TAB" "+score_netgraph"; +// bind "TAB" "+showscores" +// net_graph 1 bind "q" "lastinv" bind "w" "+forward" @@ -43,7 +45,7 @@ bind "d" "+moveright" bind "f" "r_cleardecals" bind "g" "drop" bind "h" "" -bind "j" "" +bind "j" "+spray_menu" bind "k" "decrementvar voice_scale 0 1 0.1" bind "l" "incrementvar voice_scale 0 1 0.1" @@ -94,6 +96,9 @@ option_speed_method 0 player_nevershow_communityservermessage 1 r_drawtracers_firstperson 1 +net_splitrate 2 +net_droponsendoverflow 1 + // Hud cl_autohelp 0 cl_disablefreezecam 1 @@ -150,6 +155,7 @@ cl_interp_ratio 1 // cl_resend 3 // reconnect behaviour // cl_resend_timeout 9 mm_dedicated_search_maxping 80 +net_client_steamdatagram_enable_override 1 // Sound // try snd_debug_panlaw 1 |