Skip to content

Commit

Permalink
Adjustments
Browse files Browse the repository at this point in the history
Fix smoke crosshair bind
Update KZ config
Adjust buy bind
  • Loading branch information
Gelmo committed Dec 4, 2017
1 parent b792f13 commit 23f4d17
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 8 deletions.
12 changes: 6 additions & 6 deletions autoexec.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,14 @@ bind "MWHEELUP" "+jump"
bind "MWHEELDOWN" "+jump"
bind "KP_ins" "buy vesthelm"
bind "KP_end" "buy m4a1; buy ak47"
bind "KP_downarrow" "buy flashbang; buy flashbang"
bind "KP_downarrow" "buy flashbang; buy smoke; buy flashbang"
bind "KP_pgdn" "buy mp9; buy mac10"
bind "KP_leftarrow" "ch1"
bind "KP_leftarrow" "ch4"
bind "KP_5" "ch2"
bind "KP_rightarrow" "ch6"
bind "KP_home" "ch5"
bind "KP_rightarrow" "ch5"
bind "KP_home" "ch6"
bind "KP_uparrow" "ch3"
bind "KP_pgup" "ch4"
bind "KP_pgup" "exec kz"
bind "KP_del" "exec autoexec"
bind "KP_plus" "exec surf"
bind "KP_slash" "exec combatsurf"
Expand Down Expand Up @@ -220,7 +220,7 @@ alias -shiftloud "-speed; volume 0.9; voice_scale 0.25; cl_mute_enemy_team 0; cl
alias +cjump "+jump; +duck"
alias -cjump "-jump; -duck"
alias "+crosshairmax" "cl_crosshairsize 5000; cl_crosshairgap -10; cl_crosshairthickness 1; cl_crosshair_drawoutline 0"
alias "-crosshairmax" "ch5"
alias "-crosshairmax" "ch6"
alias "fix" "mat_setvideomode 1920 1080 1; mat_setvideomode 1920 1080 0"
alias "+bombf" "+use; gameinstructor_enable 1"
alias "-bombf" "-use; gameinstructor_enable 0"
Expand Down
2 changes: 1 addition & 1 deletion combatsurf.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ bind "KP_5" "ch5"
bind "KP_rightarrow" "ch6"
bind "KP_home" "sm_redie;sm_ghost"
bind "KP_uparrow" "ch3"
bind "KP_pgup" "ch4"
bind "KP_pgup" "exec kz"
bind "KP_del" "exec autoexec"
bind "KP_plus" "exec surf"
bind "KP_slash" "exec combatsurf"
Expand Down
16 changes: 15 additions & 1 deletion kz.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ alias -cjump "-jump; -duck"
alias +tnc "sm_nc"
alias -tnc "sm_nc"
sensitivity "0.5"
volume "0.15"
volume "0.1"
voice_enable "1"
voice_scale "1.0"
cl_disablehtmlmotd "0"
Expand Down Expand Up @@ -69,5 +69,19 @@ bind "MOUSE4" "+attack"
bind "MOUSE5" "+slow"
bind "MWHEELUP" "+jump"
bind "MWHEELDOWN" "+jump"
bind "KP_ins" "say !menu"
bind "KP_end" "say !options"
bind "KP_downarrow" "say !route"
bind "KP_pgdn" "say !next"
bind "KP_leftarrow" "say !prev"
bind "KP_5" "say !pause"
bind "KP_rightarrow" "say !undo"
bind "KP_home" "say !gocheck"
bind "KP_uparrow" "say !ljblock"
bind "KP_pgup" "exec kz; say !speed; say !sync"
bind "KP_del" "exec autoexec"
bind "KP_plus" "exec surf"
bind "KP_slash" "exec combatsurf"
bind "KP_enter" "disconnect"

echo kz loaded

0 comments on commit 23f4d17

Please sign in to comment.