cs2: remove desubtick files

This commit is contained in:
fanyx 2025-10-01 14:22:12 +02:00
parent 002614f62f
commit 2df8d7cb10
Signed by: fanyx
SSH key fingerprint: SHA256:Gwc2cuQkLEIzOapSR+R8raHvC1bSAkPsYuPqlPoFlD8
15 changed files with 0 additions and 54 deletions

View file

@ -40,32 +40,6 @@ bind "space" "+jump"
bind "ctrl" "+duck" bind "ctrl" "+duck"
bind "shift" "+sprint" 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 "mouse3" "player_ping" bind "mouse3" "player_ping"
bind "mouse4" "toggleradarscale" bind "mouse4" "toggleradarscale"
bind "mouse5" "+voicerecord" bind "mouse5" "+voicerecord"