blob: d259701083e424476cd1c379ba675af12dca381a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
slot 2 // start with medigun
tf_medigun_autoheal "1" // heal without holding down mouse1
// *** chat binds for uber ***
bind "MOUSE2" "+charge"
bind "MOUSE5" "charge_ready"
alias +charge "+attack2; slot2; charge_used"
alias -charge "-attack2"
// *** medigun loadouts ***
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
|