Compare commits

..

No commits in common. "65cea1adfcac8da2a0a935b8e3c2a762d4ec929f" and "7f428baf24eb816b61d0549363403004cba046f9" have entirely different histories.

5 changed files with 2 additions and 22 deletions

1
autoexec.cfg Normal file → Executable file
View file

@ -136,7 +136,6 @@ cl_showloadout "1"
cl_autohelp "1"
gameinstructor_enable "0"
hud_showtargetid "1"
r_show_build_info false

View file

@ -2,6 +2,6 @@
gamePath=~/.local/share/Steam/steamapps/common/Counter-Strike\ Global\ Offensive/game/core/cfg
for i in autoexec jumpthrow prac null; do
for i in autoexec jumpthrow prac; do
ln -sf $PWD/$i.cfg "$gamePath"
done
done

0
jumpthrow.cfg Normal file → Executable file
View file

View file

@ -1,19 +0,0 @@
alias "checkfwd" ""
alias "checkback" ""
alias "checkleft" ""
alias "checkright" ""
alias "+mfwd" "-back; +forward; alias checkfwd +forward"
alias "+mback" "-forward; +back; alias checkback +back"
alias "+mleft" "-right; +left; alias checkleft +left"
alias "+mright" "-left; +right; alias checkright +right"
alias "-mfwd" "-forward; -back; checkback; alias checkfwd"
alias "-mback" "-back; -forward; checkfwd; alias checkback"
alias "-mleft" "-left; -right; checkright; alias checkleft"
alias "-mright" "-right; -left; checkleft; alias checkright"
bind "w" "+mfwd"
bind "s" "+mback"
bind "a" "+mleft"
bind "d" "+mright"

0
prac.cfg Normal file → Executable file
View file