Skip to content

Commit

Permalink
Remove unsupported binds.
Browse files Browse the repository at this point in the history
  • Loading branch information
reitermarkus authored Oct 6, 2024
1 parent 4590bcd commit 200b2b6
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions lib/tasks/cs2.rake
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ task :cs2 do
gameinstructor_enable 0
ui_mainmenu_bkgnd_movie1 "blacksite"
cl_autowepswitch 0
alias +djump "+jump;+duck"
alias -djump "-jump;-duck"
bind ALT +djump
// Matchmaking
cl_color 2
Expand Down Expand Up @@ -86,14 +83,6 @@ task :cs2 do
sensitivity 0.7
unbind MWHEELUP
unbind MWHEELDOWN
alias +jumpthrow "exec jumpthrow"
alias -jumpthrow "-jump"
bind j "exec jumpthrow"
bind MOUSE4 +jumpthrow
alias +forwardjumpthrow "+forward;+jumpthrow"
alias -forwardjumpthrow "-forward;-jumpthrow"
bind h +forwardjumpthrow
bind MOUSE5 +forwardjumpthrow
// Sound
snd_mapobjective_volume 0.0
Expand All @@ -109,10 +98,6 @@ task :cs2 do
host_writeconfig
CFG

(csgo_config_dir/'jumpthrow.cfg').write <<~CFG
-attack;-attack2;+jump;-jump
CFG

(csgo_config_dir/'training.cfg').write <<~CFG
sv_cheats 1
mp_maxmoney 100000
Expand Down

0 comments on commit 200b2b6

Please sign in to comment.