-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathengineer.cfg
More file actions
37 lines (30 loc) · 1.29 KB
/
engineer.cfg
File metadata and controls
37 lines (30 loc) · 1.29 KB
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
27
28
29
30
31
32
33
34
35
36
37
//Engineer
exec allclasses
bind "backspace" "exec engineer" // Reload
//--------------------------------------------------------------------------------------------
// Build commands with automatic destruction
alias reset "bind 1 slot1; bind 2 slot2; bind 3 slot3; bind 4 slot4"
alias sentry "destroy 2 0; build 2 0; reset"
alias dispenser "destroy 0 0; build 0 0; reset"
alias entrance "destroy 1 0; build 1 0; reset"
alias buildExit "destroy 1 1; build 1 1; reset"
alias buildon "bind 1 sentry; bind 2 dispenser; bind 3 entrance; bind 4 buildExit"
//--------------------------------------------------------------------------------------------
//Sentry q
alias +fastbuildsentry "build 2 0; +attack"
alias -fastbuildsentry "-attack"
//--------------------------------------------------------------------------------------------
//"Dammit" lol script
alias +dammit "voicemenu 2 5; +attack; spec_next"
alias -dammit -attack
//--------------------------------------------------------------------------------------------
//Binds
bind mwheelup slot1
bind mwheeldown slot3
bind mouse3 slot2
bind mouse5 buildon
bind mouse1 +dammit
//alias special "bind q +fastbuildsentry"
alias mark_ds "ds_mark Engineer"
ds_dir demos_engineer
echo #-#-# Engineer config has been loaded. #-#-#