Upvote Upvoted 7 Downvote Downvoted
Looking for a good medic script/cfg and hud
1
#1
5 Frags +

I basically use stock medic with the omp hud, but I'd like to know what other people use. Are there any good scripts? I've heard of one that makes the ubercharge pop with M2 no matter what weapon you're on, and hitting another mouse button will automatically switch to mele and fire it, or to the medibeam and fire/use it. It'd be cool if there was some unified medic competitive script or something. Or maybe I'm just stupid and lazy, either way.

But basically what scripts and hud do you guys use? Any available to download=?

I basically use stock medic with the omp hud, but I'd like to know what other people use. Are there any good scripts? I've heard of one that makes the ubercharge pop with M2 no matter what weapon you're on, and hitting another mouse button will automatically switch to mele and fire it, or to the medibeam and fire/use it. It'd be cool if there was some unified medic competitive script or something. Or maybe I'm just stupid and lazy, either way.

But basically what scripts and hud do you guys use? Any available to download=?
2
#2
2 Frags +
alias autocall_initial "hud_medicautocallersthreshold "50""
alias autocall_temp "hud_medicautocallersthreshold "150""
alias +autocall_temp_hit "autocall_temp"
alias -autocall_temp_hit "autocall_initial"
bind x +autocall_temp_hit

Absolutely essential, it makes it so that your whole team autocalls whether they're hurt or not. Borderline wallhacks, spam the hell out of this one. I'd bind it to my movement keys but I can see the beeping to be annoying, anyone know how to get rid of that?

Also here's the uber-with-any-weapon-out script.

alias +charge "+attack2;slot2;dropitem;say_team ": UBERKRITZ :";voicemenu 0 0;autocall_initial;spec_prev"
alias -charge "-attack2"
bind mouse2 +charge
[code]alias autocall_initial "hud_medicautocallersthreshold "50""
alias autocall_temp "hud_medicautocallersthreshold "150""
alias +autocall_temp_hit "autocall_temp"
alias -autocall_temp_hit "autocall_initial"
bind x +autocall_temp_hit
[/code]
Absolutely essential, it makes it so that your whole team autocalls whether they're hurt or not. Borderline wallhacks, spam the hell out of this one. I'd bind it to my movement keys but I can see the beeping to be annoying, anyone know how to get rid of that?

Also here's the uber-with-any-weapon-out script.
[code]alias +charge "+attack2;slot2;dropitem;say_team ": UBERKRITZ :";voicemenu 0 0;autocall_initial;spec_prev"
alias -charge "-attack2"
bind mouse2 +charge
[/code]
3
#3
0 Frags +
hooli
alias autocall_initial "hud_medicautocallersthreshold "50""
alias autocall_temp "hud_medicautocallersthreshold "150""
alias +autocall_temp_hit "autocall_temp"
alias -autocall_temp_hit "autocall_initial"
bind x +autocall_temp_hit
Absolutely essential, it makes it so that your whole team autocalls whether they're hurt or not. Borderline wallhacks, spam the hell out of this one. I'd bind it to my movement keys but I can see the beeping to be annoying, anyone know how to get rid of that?

Also here's the uber-with-any-weapon-out script.
alias +charge "+attack2;slot2;dropitem;say_team ": UBERKRITZ :";voicemenu 0 0;autocall_initial;spec_prev"
alias -charge "-attack2"
bind mouse2 +charge

LOL. That's genius, so that they automatically display that bubble thing above their head? Wow that's great haha. Anything else? I'm kind of just thinking of downloading pyyyour's cfg or something to see what they have.

[quote=hooli][code]alias autocall_initial "hud_medicautocallersthreshold "50""
alias autocall_temp "hud_medicautocallersthreshold "150""
alias +autocall_temp_hit "autocall_temp"
alias -autocall_temp_hit "autocall_initial"
bind x +autocall_temp_hit
[/code]
Absolutely essential, it makes it so that your whole team autocalls whether they're hurt or not. Borderline wallhacks, spam the hell out of this one. I'd bind it to my movement keys but I can see the beeping to be annoying, anyone know how to get rid of that?

Also here's the uber-with-any-weapon-out script.
[code]alias +charge "+attack2;slot2;dropitem;say_team ": UBERKRITZ :";voicemenu 0 0;autocall_initial;spec_prev"
alias -charge "-attack2"
bind mouse2 +charge
[/code][/quote]
LOL. That's genius, so that they automatically display that bubble thing above their head? Wow that's great haha. Anything else? I'm kind of just thinking of downloading pyyyour's cfg or something to see what they have.
4
#4
0 Frags +

Oh, I've also heard of people using scripts to like mask the calls and make team chat things saying 'uber masked' or 'uber faked' 'uber heady' etc. How would I do that?

Oh, I've also heard of people using scripts to like mask the calls and make team chat things saying 'uber masked' or 'uber faked' 'uber heady' etc. How would I do that?
5
#5
0 Frags +
bind "q" "voicemenu 1 7;say_team IF I SPAM FAKE UBER ENOUGH THEY WON'T KNOW WHEN WE ACTUALLY HAVE UBER brad_strats"
bind mouse2 +uber
alias +uber "+attack2; voicemenu 3 3; say_team WE'RE UBERING PLEASE +FORWARD INTO THESE IDIOTS"
alias -uber "-attack2"
bind r "voicemenu 2 6;say_team this is me desperately trying to mask uber"

this is my medic config but i guess i should add what hooli posted

just follow this general pattern to get voicemenu stuff, it doesn't have the "uber on mouse 2 wherever you are" thing though (too paranoid)

the voicemenu numbers correspond to which voicemenu it is (i.e. 1=z, 2=x, 3=c for the first number) and the second number (1-8) refer to what number you press to get a voice command

hope this helps a bit

[quote]bind "q" "voicemenu 1 7;say_team IF I SPAM FAKE UBER ENOUGH THEY WON'T KNOW WHEN WE ACTUALLY HAVE UBER brad_strats"
bind mouse2 +uber
alias +uber "+attack2; voicemenu 3 3; say_team WE'RE UBERING PLEASE +FORWARD INTO THESE IDIOTS"
alias -uber "-attack2"
bind r "voicemenu 2 6;say_team this is me desperately trying to mask uber"[/quote]

this is my medic config but i guess i should add what hooli posted

just follow this general pattern to get voicemenu stuff, it doesn't have the "uber on mouse 2 wherever you are" thing though (too paranoid)

the voicemenu numbers correspond to which voicemenu it is (i.e. 1=z, 2=x, 3=c for the first number) and the second number (1-8) refer to what number you press to get a voice command

hope this helps a bit
6
#6
0 Frags +
bearodactylOh, I've also heard of people using scripts to like mask the calls and make team chat things saying 'uber masked' or 'uber faked' 'uber heady' etc. How would I do that?
alias "fakeuber" "voicemenu 1 7;say_team ">> f a k i n g   u b e r <<"
bind t "fakeuber"

That one's for faking uber. Personally, I wouldn't make a bind that says "uber masked" because in all honesty you should be spamming the hell out of that button, and you don't want that "uber masked" message to show up in team chat every time.

bind r "voicemenu 1 4"

This is one mask you can use. It'll just shout "Put Dispenser Here!" Or just hit your Medic! button. Both are good. Just be sure to hit them a lot.

[quote=bearodactyl]Oh, I've also heard of people using scripts to like mask the calls and make team chat things saying 'uber masked' or 'uber faked' 'uber heady' etc. How would I do that?[/quote]

[code]alias "fakeuber" "voicemenu 1 7;say_team ">> f a k i n g u b e r <<"
bind t "fakeuber"[/code]
That one's for faking uber. Personally, I wouldn't make a bind that says "uber masked" because in all honesty you should be spamming the hell out of that button, and you don't want that "uber masked" message to show up in team chat every time.
[code]bind r "voicemenu 1 4"[/code]
This is one mask you can use. It'll just shout "Put Dispenser Here!" Or just hit your Medic! button. Both are good. Just be sure to hit them a lot.
7
#7
0 Frags +
Saberjust follow this general pattern to get voicemenu stuff, it doesn't have the "uber on mouse 2 wherever you are" thing though (too paranoid)

the voicemenu numbers correspond to which voicemenu it is (i.e. 1=z, 2=x, 3=c for the first number) and the second number (1-8) refer to what number you press to get a voice command

hope this helps a bit

The voice menu is actually from 0-2 and from 0-7, but the rest is right.

[quote=Saber]just follow this general pattern to get voicemenu stuff, it doesn't have the "uber on mouse 2 wherever you are" thing though (too paranoid)

the voicemenu numbers correspond to which voicemenu it is (i.e. 1=z, 2=x, 3=c for the first number) and the second number (1-8) refer to what number you press to get a voice command

hope this helps a bit[/quote]
The voice menu is actually from 0-2 and from 0-7, but the rest is right.
8
#8
1 Frags +
bearodactylOh, I've also heard of people using scripts to like mask the calls and make team chat things saying 'uber masked' or 'uber faked' 'uber heady' etc. How would I do that?
alias maskuber "voicemenu 0 0;say_team ": FULLY CHARGED :""
alias fakeuber "voicemenu 1 7;say_team ": FAKE :""
bind x maskuber
bind c fakeuber

Here's a forward/back spawn script for medic. I haven't tested it but it should work. You have to hold down the key briefly for it to work properly.

alias +spawn "join_class random"
alias -spawn "join_class medic"
bind x +spawn
[quote=bearodactyl]Oh, I've also heard of people using scripts to like mask the calls and make team chat things saying 'uber masked' or 'uber faked' 'uber heady' etc. How would I do that?[/quote]
[code]alias maskuber "voicemenu 0 0;say_team ": FULLY CHARGED :""
alias fakeuber "voicemenu 1 7;say_team ": FAKE :""
bind x maskuber
bind c fakeuber
[/code]
Here's a forward/back spawn script for medic. I haven't tested it but it should work. You have to hold down the key briefly for it to work properly.
[code]alias +spawn "join_class random"
alias -spawn "join_class medic"
bind x +spawn[/code]
9
#9
0 Frags +

Oh yeah I guess I could just use the call for medic button. I binded "E" to be last weapon and "Q" to be call for med but I alwasy do z+1 for medic since I can never reach the Q key (IDK my hands aren't used to hitting it. I'm weird). Could I bind say "r" to repeat the call like 10 times a second to annoy the hell out of people?

Oh yeah I guess I could just use the call for medic button. I binded "E" to be last weapon and "Q" to be call for med but I alwasy do z+1 for medic since I can never reach the Q key (IDK my hands aren't used to hitting it. I'm weird). Could I bind say "r" to repeat the call like 10 times a second to annoy the hell out of people?
10
#10
0 Frags +
hoolibearodactylOh, I've also heard of people using scripts to like mask the calls and make team chat things saying 'uber masked' or 'uber faked' 'uber heady' etc. How would I do that?
alias maskuber "voicemenu 0 0;say_team ": FULLY CHARGED :""
alias fakeuber "voicemenu 1 7;say_team ": FAKE :""
bind x maskuber
bind c fakeuber
Here's a forward/back spawn script for medic. I haven't tested it but it should work.
alias +spawn "join_class random"
alias -spawn "join_class medic"
bind x +spawn

That forward back spawn one looks awesome, never thought you could do that. Nice.

[quote=hooli][quote=bearodactyl]Oh, I've also heard of people using scripts to like mask the calls and make team chat things saying 'uber masked' or 'uber faked' 'uber heady' etc. How would I do that?[/quote]
[code]alias maskuber "voicemenu 0 0;say_team ": FULLY CHARGED :""
alias fakeuber "voicemenu 1 7;say_team ": FAKE :""
bind x maskuber
bind c fakeuber
[/code]
Here's a forward/back spawn script for medic. I haven't tested it but it should work.
[code]alias +spawn "join_class random"
alias -spawn "join_class medic"
bind x +spawn[/code][/quote]
That forward back spawn one looks awesome, never thought you could do that. Nice.
11
#11
1 Frags +
bearodactylCould I bind say "r" to repeat the call like 10 times a second to annoy the hell out of people?

If I'm right you'd need to use the wait command to do that, which is no longer allowed under normal gameplay. I believe sv_cheats needs to be in use for any wait command to execute.

[quote=bearodactyl]Could I bind say "r" to repeat the call like 10 times a second to annoy the hell out of people?[/quote]

If I'm right you'd need to use the wait command to do that, which is no longer allowed under normal gameplay. I believe sv_cheats needs to be in use for any wait command to execute.
12
#12
-1 Frags +

That sucks. but don't they have demoman scripts that hit the m2 like 5 times a second so that it detonates the stickies rapid fire as fast as possible?

That sucks. but don't they have demoman scripts that hit the m2 like 5 times a second so that it detonates the stickies rapid fire as fast as possible?
13
#13
1 Frags +

I believe that's just a constant thing, so you don't need the wait command. I'm not sure how it's done because I've never looked into it, preferring the option to shoot a long range sticky myself.

I believe that's just a constant thing, so you don't need the wait command. I'm not sure how it's done because I've never looked into it, preferring the option to shoot a long range sticky myself.
14
#14
0 Frags +

That demo script did use the wait command and it did allow you to shoot long range stickies.

That demo script did use the wait command and it did allow you to shoot long range stickies.
15
#15
0 Frags +

Oh I guess ill just try downloading it and trying it out.

Oh I guess ill just try downloading it and trying it out.
16
#16
0 Frags +

But it's broken. Nowadays every competitive server has wait disabled.

But it's broken. Nowadays every competitive server has wait disabled.
17
#17
0 Frags +

Oh that sucks then. :/ Can't you get around that and use some other thing? Like maybe just have it constantly doing +attack or something?

Oh that sucks then. :/ Can't you get around that and use some other thing? Like maybe just have it constantly doing +attack or something?
18
#18
2 Frags +

The forward spawn script works because I use it pretty regularly (lazy).

For uber masking, a lot of the time if it's really tense and you're desperately trying to mask (kritz switch) sometimes hitting the key a bunch of times in rapid succession will cause the medic to just say nothing at all.

I would discourage you from using really loud masks like "medic!" etc, because it also lets anybody with surround sound know basically exactly where you are - and that's really never good news. Just browse around the voice menu and pick a nice quiet set.

People put a lot into masking/faking calling, but I'd not put a lot of time and effort into doing it - most people who are any good at this game know more or less exactly when you'll have uber or kritz anyways and no amount of fake calling or masking is going to prevent them from knowing. A lot of new medics feel the need to constantly spam voice binds and end up doing that instead of all the other things they need to do that don't involve pushing voice bind keys lol.

I'd also suggest a text bind somewhere saying that you've made a switch to kritz - because I can't tell you how many hundreds of times I've said "I'm going kritz" loudly and clearly in mumble, and then when I'm all harassing my team to get ready to attack I pop kritz and somebody invariably will say "I didn't know we were on kritz" so just have a bind and hit it the requisite number of times that way they know for sure.

As for huds I really like gmang: http://code.google.com/p/gmang-tf2hud/

And Garm3n Hud (many of the different iterations are fine for med): http://www.sdx-gaming.eu/?page_id=4097

Also for sheer handiness, go into advanced options and bind a key for the item quick switch menu - some people don't know about this, and it saves you some time if you're switching between kritz and uber a lot, or want to switch your primary a bunch for some reason.

The forward spawn script works because I use it pretty regularly (lazy).

For uber masking, a lot of the time if it's really tense and you're desperately trying to mask (kritz switch) sometimes hitting the key a bunch of times in rapid succession will cause the medic to just say nothing at all.

I would discourage you from using really loud masks like "medic!" etc, because it also lets anybody with surround sound know basically exactly where you are - and that's really never good news. Just browse around the voice menu and pick a nice quiet set.

People put a lot into masking/faking calling, but I'd not put a lot of time and effort into doing it - most people who are any good at this game know more or less exactly when you'll have uber or kritz anyways and no amount of fake calling or masking is going to prevent them from knowing. A lot of new medics feel the need to constantly spam voice binds and end up doing that instead of all the other things they need to do that don't involve pushing voice bind keys lol.

I'd also suggest a text bind somewhere saying that you've made a switch to kritz - because I can't tell you how many hundreds of times I've said "I'm going kritz" loudly and clearly in mumble, and then when I'm all harassing my team to get ready to attack I pop kritz and somebody invariably will say "I didn't know we were on kritz" so just have a bind and hit it the requisite number of times that way they know for sure.

As for huds I really like gmang: http://code.google.com/p/gmang-tf2hud/

And Garm3n Hud (many of the different iterations are fine for med): http://www.sdx-gaming.eu/?page_id=4097

Also for sheer handiness, go into advanced options and bind a key for the item quick switch menu - some people don't know about this, and it saves you some time if you're switching between kritz and uber a lot, or want to switch your primary a bunch for some reason.
19
#19
0 Frags +
//ALIASES
alias fake_msg say_team "*** FAKE ***"

alias fake "voicemenu 1 7; fake_msg"

alias "weapon" "bind MOUSE1 +attack"
alias "medigun" "bind MOUSE1 +heal"

alias +heal "-attack; spec_next"
alias -heal "+attack"

alias +uber "dropitem; +attack2; randomvoice; spec_prev"
alias -uber "-attack2;"

//WEAPONS
bind E "slot1; r_drawviewmodel 1; weapon; -attack"
bind q "slot2; r_drawviewmodel 0; medigun; +attack"
bind R "slot3; r_drawviewmodel 1; weapon; -attack"

//ACTIONS
bind MOUSE1 +attack
bind MOUSE2 +uber
bind c fake

thats what I use. it has the "reverse attack" Autoheal when your medigun is out

[quote]//ALIASES
alias fake_msg say_team "*** FAKE ***"

alias fake "voicemenu 1 7; fake_msg"

alias "weapon" "bind MOUSE1 +attack"
alias "medigun" "bind MOUSE1 +heal"

alias +heal "-attack; spec_next"
alias -heal "+attack"

alias +uber "dropitem; +attack2; randomvoice; spec_prev"
alias -uber "-attack2;"

//WEAPONS
bind E "slot1; r_drawviewmodel 1; weapon; -attack"
bind q "slot2; r_drawviewmodel 0; medigun; +attack"
bind R "slot3; r_drawviewmodel 1; weapon; -attack"

//ACTIONS
bind MOUSE1 +attack
bind MOUSE2 +uber
bind c fake[/quote]

thats what I use. it has the "reverse attack" Autoheal when your medigun is out
20
#20
0 Frags +

I use a slight modification of Chris' Medic Config. You can find the original one here: https://raw.github.com/cdown/tf2configs/master/medic

I use a slight modification of Chris' Medic Config. You can find the original one here: https://raw.github.com/cdown/tf2configs/master/medic
21
#21
0 Frags +

With the autoheal scripts, is there a way that you can just click on people to switch targets? I remember I tried one once and I had to stop healing to switch to somebody.
It'd be cool if it were just like normal, except it would automatically heal someone if they're within range. Thne I can stop it and change targets when I want.
I'll try that masking script and the text binds and the forward spawn. Thx guys. :)

With the autoheal scripts, is there a way that you can just click on people to switch targets? I remember I tried one once and I had to stop healing to switch to somebody.
It'd be cool if it were just like normal, except it would automatically heal someone if they're within range. Thne I can stop it and change targets when I want.
I'll try that masking script and the text binds and the forward spawn. Thx guys. :)
22
#22
1 Frags +

I think what you're looking for is known as a "shutter" script - it's not really worth it for what it does, just click on people, and use the adv. option to not have to hold down m1.

I think what you're looking for is known as a "shutter" script - it's not really worth it for what it does, just click on people, and use the adv. option to not have to hold down m1.
23
#23
0 Frags +

Mine is a little long, so I pastebinned it: http://pastebin.com/niPiPUsf

A lot of stuff is still standard, except for moved key binds. I've just tried to use other binds like any-weapon ubers, but I just can't get used to it. There is still a lot in there that can be useful.

As for huds, I use EVE HUD. It's a nice, clean HUD that keeps the TF2 look (if you like that, that is). It also has an option for a centered Ubercharge bar, which is INCREDIBLY useful. If you get anything from this, it better be that you should find a HUD with a centered Ubercharge bar, because it allows you to stay focused ahead of you more than one in the corner. It's saved me more than once, where I'm close enough to a saving Uber and I can simultaneously look ahead and see just when I'm charged.

You can find EVE here: http://code.google.com/p/eve-tf2hud/
Get the autoupdater so you can quickly change options and update without the hassle or redoing all of your custom bits.

Mine is a little long, so I pastebinned it: http://pastebin.com/niPiPUsf

A lot of stuff is still standard, except for moved key binds. I've just tried to use other binds like any-weapon ubers, but I just can't get used to it. There is still a lot in there that can be useful.

As for huds, I use EVE HUD. It's a nice, clean HUD that keeps the TF2 look (if you like that, that is). It also has an option for a centered Ubercharge bar, which is INCREDIBLY useful. If you get anything from this, it better be that you should find a HUD with a centered Ubercharge bar, because it allows you to stay focused ahead of you more than one in the corner. It's saved me more than once, where I'm close enough to a saving Uber and I can simultaneously look ahead and see just when I'm charged.

You can find EVE here: http://code.google.com/p/eve-tf2hud/
Get the autoupdater so you can quickly change options and update without the hassle or redoing all of your custom bits.
24
#24
0 Frags +

Yeah I used to use KBN hud and I liked the whole centered health and stuff but I'm liking the OMP more tbh. what kind of features/scripts does your cfg and stuff have? I'll download it later to try it out.

Yeah I used to use KBN hud and I liked the whole centered health and stuff but I'm liking the OMP more tbh. what kind of features/scripts does your cfg and stuff have? I'll download it later to try it out.
25
#25
0 Frags +

* Number keys switch weapons and should do an autocall at varying levels for each weapon (the autocall is a work in progress, still need to work on it)
* F1 changes spawn when pressed twice (assuming a spawn change)
* F2 does an autocall
* T fakes Uber
* Right-click (when on medigun) pops and says "***I POPPED UBER, LET'S PUSH***"

Also has a reset exec at the top (assuming you have a reset.cfg)

* Number keys switch weapons and should do an autocall at varying levels for each weapon (the autocall is a work in progress, still need to work on it)
* F1 changes spawn when pressed twice (assuming a spawn change)
* F2 does an autocall
* T fakes Uber
* Right-click (when on medigun) pops and says "***I POPPED UBER, LET'S PUSH***"

Also has a reset exec at the top (assuming you have a reset.cfg)
26
#26
10 Frags +

http://www.mediafire.com/?mo86aspgn6mwesf

Contains my HUD and configs, too lazy to explain all the cool and useful things, just check it out and copy/paste if you like them.
Make sure to back up all your stuff in case you don't like my setup.

http://www.mediafire.com/?mo86aspgn6mwesf

Contains my HUD and configs, too lazy to explain all the cool and useful things, just check it out and copy/paste if you like them.
Make sure to back up all your stuff in case you don't like my setup.
Please sign in through STEAM to post a comment.