Upvote Upvoted 3 Downvote Downvoted
Medic autocallers
posted in Q/A Help
1
#1
0 Frags +

My medic autocaller doesn't seem find everyone on my team. I've heard of people using different settings to get a fuller effect, but I don't know which is better.

Here's the config I came up with

// BINDS
// M1   = Primary weapon
// M2   = Heal
// M3   = Melee
// M4   = Ubercharge, drops intell, masks GO GO GO call
// M5   = Radar
// Mup  = Fake Uber
// Mdn  = Mask Uber

// ----------------------------------------------------------------------------

// ----------------------------------------------------------------------------
// Uber Call
// ----------------------------------------------------------------------------
bind MWHEELUP "voicemenu 1 7;say_team -= UBER FAKED =-"
bind MWHEELDOWN "voicemenu 0 0;say_team -= UBER READY =-"

// ----------------------------------------------------------------------------
// Weapon Aliases
// ----------------------------------------------------------------------------
alias +heal "slot2; r_drawviewmodel 0; viewmodel_fov 1; +attack; spec_next"
alias -heal "-attack"
alias +needles "slot1; r_drawviewmodel 0; +attack; spec_prev"
alias -needles "-attack"
alias +saw "slot3; r_drawviewmodel 1; viewmodel_fov 90; +attack"
alias -saw "-attack"

// ----------------------------------------------------------------------------
// Ubercharge
// ----------------------------------------------------------------------------
alias +uber "+attack2;slot2;r_drawviewmodel 0;dropitem;say_team "-= UBER DEPLOYED =-";voicemenu 0 0"
alias -uber "-attack2"

// ----------------------------------------------------------------------------
// Radar
// ----------------------------------------------------------------------------
hud_medicautocallers 1
alias autocall_default "hud_medicautocallersthreshold 50"
alias autocall_all     "hud_medicautocallersthreshold 150"
alias +radar "autocall_all"
alias -radar "autocall_default"

// ----------------------------------------------------------------------------
// Binds
// ----------------------------------------------------------------------------

bind mouse1 "+needles"
bind mouse2 "+heal"
bind mouse3 "+saw"
bind mouse4 "+uber"
bind mouse5 "+radar"

This is the autocaller that supposedly works better

hud_medicautocallers 1

bind <key>    +radar

alias +radar "hud_medicautocallersthreshold 300"
alias -radar "hud_medicautocallersthreshold 75"
-radar

I would love to know your opinion

My medic autocaller doesn't seem find everyone on my team. I've heard of people using different settings to get a fuller effect, but I don't know which is better.

Here's the config I came up with

[code]// BINDS
// M1 = Primary weapon
// M2 = Heal
// M3 = Melee
// M4 = Ubercharge, drops intell, masks GO GO GO call
// M5 = Radar
// Mup = Fake Uber
// Mdn = Mask Uber

// ----------------------------------------------------------------------------

// ----------------------------------------------------------------------------
// Uber Call
// ----------------------------------------------------------------------------
bind MWHEELUP "voicemenu 1 7;say_team -= UBER FAKED =-"
bind MWHEELDOWN "voicemenu 0 0;say_team -= UBER READY =-"

// ----------------------------------------------------------------------------
// Weapon Aliases
// ----------------------------------------------------------------------------
alias +heal "slot2; r_drawviewmodel 0; viewmodel_fov 1; +attack; spec_next"
alias -heal "-attack"
alias +needles "slot1; r_drawviewmodel 0; +attack; spec_prev"
alias -needles "-attack"
alias +saw "slot3; r_drawviewmodel 1; viewmodel_fov 90; +attack"
alias -saw "-attack"

// ----------------------------------------------------------------------------
// Ubercharge
// ----------------------------------------------------------------------------
alias +uber "+attack2;slot2;r_drawviewmodel 0;dropitem;say_team "-= UBER DEPLOYED =-";voicemenu 0 0"
alias -uber "-attack2"

// ----------------------------------------------------------------------------
// Radar
// ----------------------------------------------------------------------------
hud_medicautocallers 1
alias autocall_default "hud_medicautocallersthreshold 50"
alias autocall_all "hud_medicautocallersthreshold 150"
alias +radar "autocall_all"
alias -radar "autocall_default"

// ----------------------------------------------------------------------------
// Binds
// ----------------------------------------------------------------------------

bind mouse1 "+needles"
bind mouse2 "+heal"
bind mouse3 "+saw"
bind mouse4 "+uber"
bind mouse5 "+radar"[/code]

This is the autocaller that supposedly works better
[code]hud_medicautocallers 1

bind <key> +radar

alias +radar "hud_medicautocallersthreshold 300"
alias -radar "hud_medicautocallersthreshold 75"
-radar[/code]

I would love to know your opinion
2
#2
4 Frags +

gotta hold down m5 for a couple seconds. if you just tap it it won't work.

gotta hold down m5 for a couple seconds. if you just tap it it won't work.
3
#3
1 Frags +

so it's just me then. Thanks anyway :D

so it's just me then. Thanks anyway :D
Please sign in through STEAM to post a comment.