blob: de8d53b52ded55710140dd2735e0ea85ffde50f4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
slot2 // start with medigun
tf_medigun_autoheal "1" // heal without holding down mouse1
// *** chat binds for uber ***
bind "MOUSE2" "+charge"
bind "MOUSE5" "charge_ready"
bind "MOUSE4" "+reload"
alias +charge "slot2; +attack2; charge_used"
alias -charge "-attack2"
// *** medigun-specific chat messages ***
alias loadouts.cfg.A "exec overrides/medic/uber.cfg"
alias loadouts.cfg.B "exec overrides/medic/kritz.cfg"
alias loadouts.cfg.C "exec overrides/medic/quickfix.cfg"
alias loadouts.cfg.D "exec overrides/medic/vaccinator.cfg"
loadouts.medic
|