Team Fortress 2
Need help with automatically calling out "Uber ready" and "Uber popped"
Hey .Do you know the script where when you have uber you automatically call out "I have uber" then when you release uber you automatically say "Uber popped go go go"?
< >
Showing 1-15 of 20 comments
Why don't you just PTT?

Isn't that easier? Plus if the uber isn't going as planned, it's easier to adjust on the fly. Not to mention if your patient isn't shooting at the real target, or if a better target pops up, you can tell them to change targets.

Voice Com is always going to be superior.
templar Apr 23, 2013 @ 5:34am 
there's no script for this, people make chat binds and then push the key whenever their uber is ready/popped
do not uber Apr 23, 2013 @ 2:22pm 
I believe it is impossible for the "Uber ready." on the chat, even if the medic automatically already says it aloud.

But you can implement the "Uber Popped. Go Go Go." easily. Because no other medic weapon/item requires the alt fire.


Under the Medic's cfg :

bind MOUSE2 "+attack2; say_team Uber Popped. Go Go GO!; -attack2"

It's not perfect, and you may need some wait commands. I don't know if you need quotations for the say_team parts.


However, I think you have to put in your own configs to make sure it doesn't do the same on other classes. The way I would do it is to put "exec autoexec" on every of the individual classes' cfg's.

And on autoexec.cfg :

bind MOUSE2 "+attack2"
Last edited by do not uber; Apr 23, 2013 @ 2:22pm
Originally posted by skynetsatellite013:
Some classes you can get away with listening only

But pretty much everyone should use a mic, if purely for spy warnings and krit warnings.
do not uber Apr 23, 2013 @ 2:41pm 
Originally posted by 100% Recycled Awesome:
Originally posted by skynetsatellite013:
Some classes you can get away with listening only

But pretty much everyone should use a mic, if purely for spy warnings and krit warnings.

Don't encourage 12- on the mic. Because, even if you can stand them (like 18 year old me), all the other mic teens/adults will make it worse.

And chat txt rage.
10 BAD BITCHES Apr 23, 2013 @ 6:06pm 
k thanks guys
Sentient_Toaster Apr 23, 2013 @ 6:07pm 
Originally posted by iamthe -atg-:
Don't encourage 12- on the mic. Because, even if you can stand them (like 18 year old me), all the other mic teens/adults will make it worse.

And chat txt rage.

*shrug* Not like they can't be muted.
Eh the convention seems to be that the demo or heavy yells medic for the uber, and at least i just use the charge me doctor voice spam to indicate that i'm ready...theres no behind us voice command either, so i have to resort to spamming spy...

Mainly they need to impliment a type of voice command on mouse movement and key press like with left for dead, you just hold a voice key and a radial menu of commands comes up and you just shift your mouse a little in that direction and it triggers...very intuitive and easier to trigger while in combat. http://www.youtube.com/watch?v=lT8yUpgbTiw
Last edited by MA☝Omgwtfbbqstfu™; Apr 23, 2013 @ 6:42pm
do not uber Apr 24, 2013 @ 8:55am 
Originally posted by MA☝Omgwtfbbqstfu™:
Mainly they need to impliment a type of voice command on mouse movement and key press like with left for dead, you just hold a voice key and a radial menu of commands comes up and you just shift your mouse a little in that direction and it triggers...very intuitive and easier to trigger while in combat. http://www.youtube.com/watch?v=lT8yUpgbTiw

Now we shall wait until somebody makes a script for that. xD
Originally posted by MA☝Omgwtfbbqstfu™:
Eh the convention seems to be that the demo or heavy yells medic for the uber, and at least i just use the charge me doctor voice spam to indicate that i'm ready...theres no behind us voice command either, so i have to resort to spamming spy

Barely anyone knows what "behind" means anyways. You're barking up the wrong tree. Or for that matter "left" or "right."
10 BAD BITCHES Apr 27, 2013 @ 7:15am 
Now i cannot delete it :\. I have put the bind MOUSE2 "+attack2; say_team Uber Popped. Go Go GO!; -attack2" in the medic.cfg but it appears it to other classes. I deleted the bind MOUSE2 "+attack2; say_team Uber Popped. Go Go GO!; -attack2" but its still there when i press right click. PLEASE HELPPP
do not uber Apr 27, 2013 @ 8:52am 
The default for the right click (MOUSE2) is secondary attack.

bind MOUSE2 "+attack2"


Personally, I liked what you suggested at the beginning of this topic, and will try it out. :)

And maybe some "fixes" if there are any problems.
Last edited by do not uber; Apr 27, 2013 @ 8:52am
10 BAD BITCHES Apr 27, 2013 @ 7:41pm 
So where do i put that bind in?
DeaftJoe Apr 27, 2013 @ 8:24pm 
C:\Program Files (x86)\Steam\Steamapps\playername\team fortress 2\tf\cfg

Use Notepad++ to edit .cfg files.

Originally posted by Put this in your medic.cfg:
bind mouse2 +uberpop
alias +uberpop "+attack2; "say_team I popped the uberthingy, run in their general direction!"; voicemenu 0 0"

alias -uberpop "-attack2"

Originally posted by Put this in all other Class.cfgs:
bind mouse2 +attack2
do not uber Apr 28, 2013 @ 8:25am 
Originally posted by bobby.robbinson fair twante sax:
Originally posted by Put this in your medic.cfg:
Originally posted by Put this in all other Class.cfgs:

Notice the "Put this in your medic.cfg", etc.

The way I have mine set up is this (you don't need to learn this; it may seem complex) :
I refer autoexec.cfg at the very top of every [class].cfg with
Originally posted by .cfg:
exec autoexec

That way, whenever I need to add something to "all" classes, I only need to change one file : autoexec.cfg(what's inside of autoexec.cfg). Not every single freakin' 9 classes again and again.

However, autoexec only executes at beginning of games (after connecting to server, not rounds/classchange/teamchange/etc). So I refer it in every class so that whenever you change your class, it puts the "defaults" of autoexec.cfg on that class.

The reason you put stuff into [class].cfg is because all the stuff after "exec autoexec" will be of higher priority than autoexec.cfg. Meaning if "A" was set to call Medic! on autoexec.cfg, "A" will be overridden with calling Spy! if put in Sniper.cfg, and you become sniper.

Like the bind of "mouse2" with medic.
Last edited by do not uber; Apr 28, 2013 @ 8:27am
< >
Showing 1-15 of 20 comments
Per page: 1530 50

Date Posted: Apr 23, 2013 @ 3:33am
Posts: 20