Compare commits

..

3 commits

Author SHA1 Message Date
65cea1adfc
disable build info 2024-07-22 12:37:59 +08:00
3f5c9b351c
add null binds 2024-07-22 12:35:45 +08:00
ee5490db47
treewide: fix permissions 2024-07-22 12:35:45 +08:00
5 changed files with 22 additions and 2 deletions

1
autoexec.cfg Executable file → Normal file
View file

@ -136,6 +136,7 @@ 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; do
for i in autoexec jumpthrow prac null; do
ln -sf $PWD/$i.cfg "$gamePath"
done
done

0
jumpthrow.cfg Executable file → Normal file
View file

19
null.cfg Normal file
View file

@ -0,0 +1,19 @@
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 Executable file → Normal file
View file