diff options
-rw-r--r-- | bindings-aliases.cfg | 8 | ||||
-rw-r--r-- | bindings-crosshair.cfg | 12 | ||||
-rw-r--r-- | bindings-normal.cfg | 85 | ||||
-rw-r--r-- | bindings-shift.cfg | 2 | ||||
-rw-r--r-- | bindings.cfg | 92 |
5 files changed, 113 insertions, 86 deletions
diff --git a/bindings-aliases.cfg b/bindings-aliases.cfg index 147a84c..e1be9d5 100644 --- a/bindings-aliases.cfg +++ b/bindings-aliases.cfg @@ -11,6 +11,11 @@ alias +score_netgraph "+showscores; net_graph 1;" // cl_showpos 1 //; r_cleardec alias -score_netgraph "-showscores; net_graph 0;" // cl_showpos 0 alias +zoomedoutradar "cl_radar_scale 0.3; cl_radar_always_centered 0"; alias -zoomedoutradar "cl_radar_scale 0.5; cl_radar_always_centered 1"; +alias +walkshift "+walk; exec bindings-shift"; +alias -walkshift "-walk; exec bindings-normal"; + +alias +chshift "+crosshairmax; exec bindings-shift" +alias -chshift "-crosshairmax; exec bindings-normal" // Volume + Microphone alias "+mic" "volume 0.01; +voicerecord" @@ -106,6 +111,7 @@ alias zeus "cl_clanid 10167451" alias dc "disconnect" alias train "unbind ctrl; bind f +duck" // need to get this into my head... -alias "hmretake" "connect 213.239.211.57:4005" +alias "hmretake" "connect 213.239.211.57:4008" +alias "hm1on1" "connect 213.239.211.57:4007" // vim: commentstring=//\ %s diff --git a/bindings-crosshair.cfg b/bindings-crosshair.cfg index 5477f84..0515cfa 100644 --- a/bindings-crosshair.cfg +++ b/bindings-crosshair.cfg @@ -119,7 +119,7 @@ // cl_crosshairusealpha "1" // cl_fixedcrosshairgap "-7" -// Make dynamic +// # Make dynamic // cl_crosshairstyle "3" // cl_crosshairsize "5" // cl_crosshairthickness "1" @@ -140,7 +140,7 @@ // cl_crosshairthickness “1” // cl_crosshairusealpha “1” -// Flusha +// # Flusha // cl_crosshair_drawoutline "0" // cl_crosshairalpha "999" // cl_crosshaircolor "5" @@ -167,7 +167,7 @@ // cl_crosshair_outlinethickness "0" // cl_crosshair_drawoutline "0" -// Fiflaren +// # Fiflaren // cl_crosshairalpha "255" // cl_crosshaircolor "4" // cl_crosshaircolor_b "250" @@ -184,7 +184,7 @@ // cl_crosshair_outline_draw "0" // cl_crosshairdot "1" -// Phils dot +# Phils dot cl_crosshair_drawoutline "1" cl_crosshair_dynamic_maxdist_splitratio "0" cl_crosshair_dynamic_splitalpha_innermod "1" @@ -202,8 +202,10 @@ cl_crosshairgap "-4.5" cl_crosshairgap_useweaponvalue "0" cl_crosshairscale "3" cl_crosshairsize "0.5" -cl_crosshairstyle "4" +cl_crosshairstyle "3" cl_crosshairthickness "1" cl_crosshairusealpha "1" cl_fixedcrosshairgap "-100" cl_crosshair_t "0" + +// vim: commentstring=//\ %s diff --git a/bindings-normal.cfg b/bindings-normal.cfg new file mode 100644 index 0000000..a5e2b49 --- /dev/null +++ b/bindings-normal.cfg @@ -0,0 +1,85 @@ +exec bindings-buyscript + +bind "1" "slot1" +bind "2" "slot2" +bind "3" "use weapon_fists; use weapon_knife; use weapon_melee; use weapon_axe; use weapon_hammer; use weapon_spanner;" + +bind "4" "use weapon_taser;" +bind "5" "slot5" +bind "6" "slot4" +bind "7" "slot7" +bind "8" "slot8" +bind "9" "slot9" +bind "0" "slot10" + +bind "ESCAPE" "cancelselect" +bind "ALT" "+chshift" +# bind "BACKSPACE" "soundboard_c" +bind "BACKSPACE" "teammenu" +bind "CTRL" "+duck" +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" +bind "r" "+reload" +bind "e" "+use" +bind "t" "use weapon_c4; drop; regroup; say_team Dropped the bomb!" +bind "y" "messagemode" +bind "u" "messagemode2" +bind "i" "" +bind "o" "" +bind "p" "exec bindings-arena" + +bind "a" "+moveleft" +bind "s" "+back" +bind "d" "+moveright" +bind "f" "r_cleardecals; player_ping;" +bind "g" "drop" +bind "h" "use weapon_healthshot" +bind "j" "+spray_menu" +bind "k" "decrementvar voice_scale 0 1 0.1" +bind "l" "incrementvar voice_scale 0 1 0.1" + +bind "z" "use weapon_smokegrenade" // smoke +bind "x" "use weapon_flashbang" // flash +bind "c" "use weapon_hegrenade" // grenade +bind "v" "use weapon_incgrenade; use weapon_molotov" // inci +bind "b" "" +bind "n" "buymenu" +bind "m" "teammenu" + +bind "\" "toggleconsole" +bind "/" "kill" // #-Taste +bind "[" "exec bindings-demo" +bind "]" "exec bindings" +bind "." "volume_up" +bind "," "volume_down" +bind "-" "togglevoice" +bind "capslock" "togglevoice" + +// bind "PGUP" "roger; yes_c" +// bind "PGDN" "negative; no_c" + +bind "PGUP" "invnext" +bind "PGDN" "invprev" + +bind "INS" "holdpos" +bind "DEL" "getout" +bind "HOME" "thanks" +bind "END" "coverme" + +bind "MOUSE1" "+attack" +bind "MOUSE2" "+attack2" +bind "MOUSE3" "compliment" //fallback" +bind "MOUSE4" "+mic" +bind "MOUSE5" "+jumpthrow" //fallback" +// bind "MOUSE4" "+jumpthrow" +// bind "MOUSE5" "maybe_c" +bind "MWHEELUP" "" +bind "MWHEELDOWN" "+jump" +bind "KP_MULTIPLY" "+mic" diff --git a/bindings-shift.cfg b/bindings-shift.cfg new file mode 100644 index 0000000..f2ee9c0 --- /dev/null +++ b/bindings-shift.cfg @@ -0,0 +1,2 @@ +bind "MWHEELUP" "invprev" +bind "MWHEELDOWN" "invnext" diff --git a/bindings.cfg b/bindings.cfg index c950112..3981090 100644 --- a/bindings.cfg +++ b/bindings.cfg @@ -4,84 +4,7 @@ // Default Binds unbindall -exec bindings-buyscript - -bind "1" "slot1" -bind "2" "slot2" -bind "3" "use weapon_knife" -bind "4" "use weapon_taser" -bind "5" "slot5" -bind "6" "slot4" -bind "7" "slot7" -bind "8" "slot8" -bind "9" "slot9" -bind "0" "slot10" - -bind "ESCAPE" "cancelselect" -bind "ALT" "+crosshairmax" -# bind "BACKSPACE" "soundboard_c" -bind "BACKSPACE" "teammenu" -bind "CTRL" "+duck" -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" -bind "r" "+reload" -bind "e" "+use" -bind "t" "use weapon_c4; drop; regroup; say_team Dropped the bomb!" -bind "y" "messagemode" -bind "u" "messagemode2" -bind "i" "" -bind "o" "" -bind "p" "exec bindings-arena" - -bind "a" "+moveleft" -bind "s" "+back" -bind "d" "+moveright" -bind "f" "r_cleardecals" -bind "g" "drop" -bind "h" "" -bind "j" "+spray_menu" -bind "k" "decrementvar voice_scale 0 1 0.1" -bind "l" "incrementvar voice_scale 0 1 0.1" - -bind "z" "use weapon_smokegrenade" // smoke -bind "x" "use weapon_flashbang" // flash -bind "c" "use weapon_hegrenade" // grenade -bind "v" "use weapon_incgrenade; use weapon_molotov" // inci -bind "b" "" -bind "n" "buymenu" -bind "m" "teammenu" - -bind "\" "toggleconsole" -bind "/" "kill" // #-Taste -bind "[" "exec bindings-demo" -bind "]" "exec bindings" -bind "." "volume_up" -bind "," "volume_down" -bind "-" "togglevoice" -bind "capslock" "togglevoice" - -bind "PGUP" "roger; yes_c" -bind "PGDN" "negative; no_c" -bind "INS" "holdpos" -bind "DEL" "getout" -bind "HOME" "thanks" -bind "END" "coverme" - -bind "MOUSE1" "+attack" -bind "MOUSE2" "+attack2" -bind "MOUSE3" "compliment" //fallback" -bind "MOUSE4" "+jumpthrow" -bind "MOUSE5" "maybe_c" -bind "MWHEELUP" "" -bind "MWHEELDOWN" "+jump" -bind "KP_MULTIPLY" "+mic" +exec bindings-normal // Variablen // --------- @@ -137,7 +60,7 @@ m_mouseaccel1 0 m_mouseaccel2 0 m_customaccel 0 m_customaccel_scale 0 -sensitivity 1.25 // Should be the same as windows as of 08.01.2016 +sensitivity 0.8 // Should be the same as windows as of 08.01.2016 // FPS (Mehrfache vom Tickrate) fps_max 129 // 129 // lets try 0 for a change :) @@ -191,7 +114,9 @@ snd_deathcamera_volume 0 snd_roundend_volume 0 snd_roundstart_volume 0 snd_mapobjective_volume 0 -snd_tensecondwarning_volume 1 + +snd_tensecondwarning_volume 0.1 +snd_mvp_volume 0.1 // Weapon viewmodel cl_bob_lower_amt 0 @@ -213,6 +138,13 @@ exec bindings-aliases fdefault volume_c +// log_dumpchannels +// log_color "Console" "FFFFFFFF" +log_color General FF3333FF +log_level DownloadManager error +// log_color "Developer" "FFFFFFFF" +// log_color "DeveloperConsole" "FFFFFFFF" +// log_color "LOADING" "FFFFFFFF" host_writeconfig hud_reloadscheme |