diff options
author | André Glüpker <git@wgmd.de> | 2016-11-13 15:41:25 +0100 |
---|---|---|
committer | André Glüpker <git@wgmd.de> | 2016-11-13 15:41:25 +0100 |
commit | 02657e5bbb11e9c4bf8b8e2ca5e25ad937713eff (patch) | |
tree | 8b17595d0d04d1b218b42de5c148a5406d6830d6 /bindings.cfg | |
parent | 16cc9ed6972a8e67dae3d529037654d2b97bcf42 (diff) | |
download | config-csgo-02657e5bbb11e9c4bf8b8e2ca5e25ad937713eff.tar.gz config-csgo-02657e5bbb11e9c4bf8b8e2ca5e25ad937713eff.tar.bz2 config-csgo-02657e5bbb11e9c4bf8b8e2ca5e25ad937713eff.zip |
Push some updates again :)
Diffstat (limited to 'bindings.cfg')
-rw-r--r-- | bindings.cfg | 8 |
1 files changed, 7 insertions, 1 deletions
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 |