-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathengineer.cfg
More file actions
47 lines (40 loc) · 1.92 KB
/
Copy pathengineer.cfg
File metadata and controls
47 lines (40 loc) · 1.92 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
38
39
40
41
42
43
44
45
46
47
// Engineer Scripting
exec binds
exec cleanup
exec settingS
// Sentry Quickbuilder (DESTROYS SENTRY)
alias +quickbuild_sentry "destroy 2 0; build 2 0; +attack;"
alias -quickbuild_sentry "-attack;lastinv;"
// Sentry Builder (NO SENTRY DESTRUCTION)
alias +sentry_build "build 2 0; +attack;"
alias -sentry_build "-attack"
// SQBuild Buffer
// Only enables the Sentry Quickbuilder when on the Gunslinger class
alias yes_sq "bind mouse4 +quickbuild_sentry; bind 4 slot4; bind CTRL +oldfuncsq"
alias no_sq "bind mouse4 +sentry_build; bind 4 slot4; bind CTRL +oldfunc"
bind KP_END "yes_sq; load_itempreset 0" // A
bind KP_DOWNARROW "no_sq; load_itempreset 1" // B
bind KP_PGDN "no_sq; load_itempreset 2" // C
bind KP_LEFTARROW "no_sq; load_itempreset 3" // D
yes_sq
// Pootis Quickbuilder
alias +quickbuild_pootis "slot3; build 0 0; +attack;"
alias -quickbuild_pootis "-attack"
bind mouse5 "+quickbuild_pootis"
// Old Function Script
// Allows use of previous functions by using Control
//alias +oldfuncsq "bind z voice_menu_1; bind x voice_menu_2; bind c voice_menu_3; bind f inspect"
//alias -oldfuncsq "bind z voice_menu_1; bind x voice_menu_2; bind c +quickbuild_pootis; bind f +quickbuild_sentry"
//alias +oldfunc "bind z voice_menu_1; bind x voice_menu_2; bind c voice_menu_3; bind f inspect"
//alias -oldfunc "bind z voice_menu_1; bind x voice_menu_2; bind c +quickbuild_pootis; bind f +sentry_build"
// Flight of the Engineer (COMMENTED DUE TO LACK OF RELIABILITY)
// Alias +rfire "Slot2; +jump; +duck; +attack2"
// Alias -rfire "Slot3; -jump; -duck; -attack2"
// Alias +sentry_grab "+attack2"
// Alias -sentry_grab "-attack2"
// Alias mbinds "bind mouse1 +attack; bind mouse2 +attack2"
// Alias sentry_jump "bind mouse1 +rfire; bind mouse2 +sentry_grab"
// Alias flight_toggle "sentry_jump_t"
// Alias sentry_jump_t "sentry_jump; alias flight_toggle mbinds_t"
// Alias mbinds_t "mbinds; alias flight_toggle sentry_jump_t"
// bind t "flight_toggle"