cs2: use subtick movement again, some hud changes
This commit is contained in:
parent
cca48176f6
commit
3f6914bee2
1 changed files with 34 additions and 29 deletions
|
@ -29,35 +29,40 @@ bind "y" "messagemode"
|
|||
bind "u" "messagemode2"
|
||||
bind "\" "toggleconsole"
|
||||
|
||||
// bind "space" "+jump"
|
||||
// bind "ctrl" "+duck"
|
||||
// bind "shift" "+sprint"
|
||||
bind "w" "+forward"
|
||||
bind "a" "+left"
|
||||
bind "s" "+back"
|
||||
bind "d" "+right"
|
||||
|
||||
bind "space" "+jump"
|
||||
bind "ctrl" "+duck"
|
||||
bind "shift" "+sprint"
|
||||
|
||||
// De-Subtick Movement
|
||||
|
||||
bind "w" "+forward_"
|
||||
bind "a" "+left_"
|
||||
bind "s" "+back_"
|
||||
bind "d" "+right_"
|
||||
bind "space" "+jump_"
|
||||
bind "ctrl" "+duck_"
|
||||
bind "shift" "+sprint_"
|
||||
|
||||
alias +jump_ "exec workaround_jump_start"
|
||||
alias -jump_ "exec workaround_jump_end"
|
||||
alias +duck_ "exec workaround_duck_start"
|
||||
alias -duck_ "exec workaround_duck_end"
|
||||
alias +sprint_ "exec workaround_sprint_start"
|
||||
alias -sprint_ "exec workaround_sprint_end"
|
||||
|
||||
alias +forward_ "exec workaround_forward_start"
|
||||
alias -forward_ "exec workaround_forward_end"
|
||||
alias +left_ "exec workaround_left_start"
|
||||
alias -left_ "exec workaround_left_end"
|
||||
alias +back_ "exec workaround_back_start"
|
||||
alias -back_ "exec workaround_back_end"
|
||||
alias +right_ "exec workaround_right_start"
|
||||
alias -right_ "exec workaround_right_end"
|
||||
// bind "w" "+forward_"
|
||||
// bind "a" "+left_"
|
||||
// bind "s" "+back_"
|
||||
// bind "d" "+right_"
|
||||
// bind "space" "+jump_"
|
||||
// bind "ctrl" "+duck_"
|
||||
// bind "shift" "+sprint_"
|
||||
//
|
||||
// alias +jump_ "exec workaround_jump_start"
|
||||
// alias -jump_ "exec workaround_jump_end"
|
||||
// alias +duck_ "exec workaround_duck_start"
|
||||
// alias -duck_ "exec workaround_duck_end"
|
||||
// alias +sprint_ "exec workaround_sprint_start"
|
||||
// alias -sprint_ "exec workaround_sprint_end"
|
||||
//
|
||||
// alias +forward_ "exec workaround_forward_start"
|
||||
// alias -forward_ "exec workaround_forward_end"
|
||||
// alias +left_ "exec workaround_left_start"
|
||||
// alias -left_ "exec workaround_left_end"
|
||||
// alias +back_ "exec workaround_back_start"
|
||||
// alias -back_ "exec workaround_back_end"
|
||||
// alias +right_ "exec workaround_right_start"
|
||||
// alias -right_ "exec workaround_right_end"
|
||||
|
||||
bind "mouse3" "player_ping"
|
||||
bind "mouse4" "toggleradarscale"
|
||||
|
@ -76,7 +81,6 @@ unbind "mwheeldown"
|
|||
// mouse settings LINUX
|
||||
sensitivity 0.75
|
||||
|
||||
|
||||
// emulate 4:3 resolution mouse effect, horizontal speed
|
||||
// default is 0.02
|
||||
m_yaw 0.033
|
||||
|
@ -87,10 +91,11 @@ cl_teamid_overhead_fade_near_crosshair 0
|
|||
cl_showloadout 1
|
||||
|
||||
// cl hud settings
|
||||
safezonex 1.00
|
||||
safezonex 0.8
|
||||
cl_radar_scale 0.35
|
||||
cl_radar_always_centered 0
|
||||
cl_radar_rotate 1
|
||||
cl_hud_radar_scale 1
|
||||
|
||||
// volume setings
|
||||
volume 0.4
|
||||
|
|
Loading…
Add table
Reference in a new issue