-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathengineer.cfg
More file actions
27 lines (23 loc) · 917 Bytes
/
engineer.cfg
File metadata and controls
27 lines (23 loc) · 917 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
exec default_binds.cfg
exec default_settings.cfg
alias buildsentry "build 2 0; vc_goodjob"
alias destroysentry "destroy 2 0"
alias builddisp "build 0 0; vc_goodjob"
alias destroydisp "destroy 0 0"
alias buildteleent "build 1 0; vc_goodjob"
alias destroyteleent "destroy 1 0"
alias buildteleexit "build 1 1; vc_goodjob"
alias destroyteleexit "destroy 1 1"
alias rebuildsentry "destroysentry; buildsentry"
alias +rebuild "+duck; alias sentry rebuildsentry"
alias -rebuild "-duck; alias sentry buildsentry"
alias +modify "alias sentry destroysentry; alias disp destroydisp; alias teleent destroyteleent; alias teleexit destroyteleexit"
alias -modify "alias sentry buildsentry; alias disp builddisp; alias teleent buildteleent; alias teleexit buildteleexit"
bind 1 "sentry"
bind 2 "disp"
bind 3 "teleent"
bind 4 "teleexit"
bind shift "+rebuild"
bind alt "+modify"
-modify
bind 5 "+reload"