Skip to content

Commit

Permalink
HNS and KZ
Browse files Browse the repository at this point in the history
  • Loading branch information
Gelmo committed Feb 9, 2018
1 parent ad61ee8 commit 416226a
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 7 deletions.
21 changes: 21 additions & 0 deletions hns.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
unbind "capslock"
unbind m
bind "m" "teammenu"
unbind "o"
unbind "p"
unbind "SHIFT"
bind "SHIFT" "+speed"
//bind "KP_pgup" "exec kz"
//bind "KP_del" "exec autoexec"
//bind "KP_plus" "exec surf"
//bind "KP_slash" "exec combatsurf"
voice_enable "1"
volume "0.9"
voice_scale "0.6"
sensitivity "1.2"
//alias +fast "sensitivity 1.2"
//alias -fast "sensitivity 1.2"
//alias +slow "sensitivity 1.2"
//alias -slow "sensitivity 1.2"

echo hns loaded
14 changes: 7 additions & 7 deletions kz.cfg
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
alias +fast "sensitivity 0.25"
alias -fast "sensitivity 0.7"
alias +fast "sensitivity 1"
alias -fast "sensitivity 1.2"
alias +med "sensitivity 0.1"
alias -med "sensitivity 0.7"
alias -med "sensitivity 1.2"
alias +slow "sensitivity 0.1"
alias -slow "sensitivity 0.7"
alias +vfast "sensitivity 0.7"
alias -vfast "sensitivity 0.7"
alias -slow "sensitivity 1.2"
alias +vfast "sensitivity 1.3"
alias -vfast "sensitivity 1.2"
alias +cjump "+jump; +duck"
alias -cjump "-jump; -duck"
alias +tnc "sm_nc"
alias -tnc "sm_nc"
sensitivity "0.7"
sensitivity "1.2"
volume "0.1"
voice_enable "1"
voice_scale "1.0"
Expand Down
27 changes: 27 additions & 0 deletions spectator.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
// General
sv_cheats "1"
tv_nochat "1"

// Mat
mat_disable_bloom "1"
mat_force_tonemap_scale "1.2"
mat_postprocess_enable "0"
mat_colorcorrection 0

// Fog
fog_override "1"
fog_enable "0"

// Viewmodel
cl_wpn_sway_scale "0"
cl_use_new_headbob "0"
cl_obs_interp_enable 0

// Keys
unbind z
unbind x
unbind c
bind "z" "radio1"
bind "x" "radio2"
bind "c" "radio3"
echo spectator loaded

0 comments on commit 416226a

Please sign in to comment.