New bunnyhop confg.
Hotfix cfg and re-added smokes "unbind" before
This commit is contained in:
parent
d6a9c3e2f5
commit
956c05080f
18
autoexec-bh.cfg
Normal file
18
autoexec-bh.cfg
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
//exec McCaffe | https://steamcommunity.com/id/johnmccaffe
|
||||
|
||||
|
||||
//GENERAL GAME SETTINGS
|
||||
|
||||
//NETWORKING
|
||||
|
||||
|
||||
|
||||
|
||||
//KEY BINDS
|
||||
//CHANGE MAP SIZE
|
||||
bind q "say !cp"
|
||||
bind z "say !tp"
|
||||
bind x "say !prevcp"
|
||||
bind z "say !nextcp"
|
||||
|
||||
//exec McCaffe | https://steamcommunity.com/id/johnmccaffe
|
||||
17
autoexec.cfg
17
autoexec.cfg
|
|
@ -35,9 +35,20 @@ viewmodel_fov "60"
|
|||
|
||||
//KEY BINDS
|
||||
//CHANGE MAP SIZE
|
||||
unbind q
|
||||
bind q "toggle cl_radar_scale 0.8 0.4"
|
||||
|
||||
//SMOKES
|
||||
unbind z;unbind x;unbind c;unbind 4
|
||||
bind z "slot7"
|
||||
bind x "slot6"
|
||||
bind c "slot8"
|
||||
bind 4 "slot10"
|
||||
|
||||
|
||||
//JUMPTHROW RUNTHROW
|
||||
unbind v
|
||||
unbind h
|
||||
alias "+jumpaction" "+jump;"
|
||||
alias "+throwaction" "-attack; -attack2"
|
||||
alias "-jumpaction" "-jump"
|
||||
|
|
@ -47,6 +58,7 @@ alias "-runthrow" "-jump;-forward"
|
|||
bind h "+runthrow;+throwaction"
|
||||
|
||||
//BIND MOUSE WHEEL JUMP
|
||||
unbind mwheelup
|
||||
bind mwheelup +jump;bind mwheeldown +jump;bind space +jump
|
||||
|
||||
//BIND NOCLIP
|
||||
|
|
@ -54,15 +66,18 @@ unbind "mouse5"
|
|||
bind "mouse5" "noclip"
|
||||
|
||||
//BIND FPS COUNTER
|
||||
unbind n
|
||||
cl_showfps "0"
|
||||
bind "n" "toggle net_graph 0 1; toggle cl_showfps 0 4"
|
||||
|
||||
//BRIGTHNESS
|
||||
unbind l
|
||||
bind "l" "toggle r_fullscreen_gamma 1.857301 2.013074";
|
||||
|
||||
//ENABLE CONSOLE
|
||||
con_enable 1
|
||||
unbind f8; bind f8 "toggleconsole"
|
||||
unbind f8
|
||||
bind f8 "toggleconsole"
|
||||
|
||||
|
||||
host_writeconfig
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user