Upvote Upvoted 8 Downvote Downvoted
Medic Taunts when right clicking melee
posted in Q/A Help
1
#1
0 Frags +

Was just playing a PUG as medic, and fighting a scout and apparently I bumped right click and taunted in the middle of fighting him. I didn't know this was a "thing" until someone in mumble told me they made that update to medic.

I checked my tf2 settings and was unable to find a way to unbind right click from causing the medic to taunt.

Does anyone know how to disable this, or can anyone write a script that will disable it? Thanks

Was just playing a PUG as medic, and fighting a scout and apparently I bumped right click and taunted in the middle of fighting him. I didn't know this was a "thing" until someone in mumble told me they made that update to medic.

I checked my tf2 settings and was unable to find a way to unbind right click from causing the medic to taunt.

Does anyone know how to disable this, or can anyone write a script that will disable it? Thanks
2
#2
6 Frags +

my mouse2 on medic is switch to medigun and then uber,

bind MOUSE2 "+charge"
alias +charge "+attack2; slot2; dropitem; voicemenu 0 0
alias -charge "-attack2"

my mouse2 on medic is switch to medigun and then uber,

bind MOUSE2 "+charge"
alias +charge "+attack2; slot2; dropitem; voicemenu 0 0
alias -charge "-attack2"
3
#3
-2 Frags +
Phoenix21my mouse2 on medic is switch to medigun and then uber,

bind MOUSE2 "+charge"
alias +charge "+attack2; slot2; dropitem; voicemenu 0 0
alias -charge "-attack2"

Thanks, but what if I don't want mouse 2 to switch to uber. I'd rather do it manually.

[quote=Phoenix21]my mouse2 on medic is switch to medigun and then uber,

bind MOUSE2 "+charge"
alias +charge "+attack2; slot2; dropitem; voicemenu 0 0
alias -charge "-attack2"[/quote]

Thanks, but what if I don't want mouse 2 to switch to uber. I'd rather do it manually.
4
#4
-2 Frags +
dollarlayerPhoenix21my mouse2 on medic is switch to medigun and then uber,

bind MOUSE2 "+charge"
alias +charge "+attack2; slot2; dropitem; voicemenu 0 0
alias -charge "-attack2"

Thanks, but what if I don't want mouse 2 to switch to uber. I'd rather do it manually.

I don't see how this script is bad.
if you don't want to uber, don't press it.
if you want to uber, it will switch to secondary if it's not already equipped and uber if you press it long enough.
no one stops you from switching to secondary your self and ubering, it's only an addition to it.

[quote=dollarlayer][quote=Phoenix21]my mouse2 on medic is switch to medigun and then uber,

bind MOUSE2 "+charge"
alias +charge "+attack2; slot2; dropitem; voicemenu 0 0
alias -charge "-attack2"[/quote]

Thanks, but what if I don't want mouse 2 to switch to uber. I'd rather do it manually.[/quote]

I don't see how this script is bad.
if you don't want to uber, don't press it.
if you want to uber, it will switch to secondary if it's not already equipped and uber if you press it long enough.
no one stops you from switching to secondary your self and ubering, it's only an addition to it.
5
#5
0 Frags +
Phoenix21dollarlayerPhoenix21my mouse2 on medic is switch to medigun and then uber,

bind MOUSE2 "+charge"
alias +charge "+attack2; slot2; dropitem; voicemenu 0 0
alias -charge "-attack2"

Thanks, but what if I don't want mouse 2 to switch to uber. I'd rather do it manually.

I don't see how this script is bad.
if you don't want to uber, don't press it.
if you want to uber, it will switch to secondary if it's not already equipped and uber if you press it long enough.
no one stops you from switching to secondary your self and ubering, it's only an addition to it.

I never said its "bad" I just don't have any interest in it personally. I don't want to accidentally bump right click and uber when I have my melee out. I have a tendency to sometimes randomly press buttons on my mouse when in an intense fight, which is why I've disabled all my other mouse buttons (MOUSE3, MOUSE4, MOUSE5).

I assume there must be another script that will do what I want, and that is to simple disable right click when I have my melee out as medic.

[quote=Phoenix21][quote=dollarlayer][quote=Phoenix21]my mouse2 on medic is switch to medigun and then uber,

bind MOUSE2 "+charge"
alias +charge "+attack2; slot2; dropitem; voicemenu 0 0
alias -charge "-attack2"[/quote]

Thanks, but what if I don't want mouse 2 to switch to uber. I'd rather do it manually.[/quote]

I don't see how this script is bad.
if you don't want to uber, don't press it.
if you want to uber, it will switch to secondary if it's not already equipped and uber if you press it long enough.
no one stops you from switching to secondary your self and ubering, it's only an addition to it.[/quote]

I never said its "bad" I just don't have any interest in it personally. I don't want to accidentally bump right click and uber when I have my melee out. I have a tendency to sometimes randomly press buttons on my mouse when in an intense fight, which is why I've disabled all my other mouse buttons (MOUSE3, MOUSE4, MOUSE5).

I assume there must be another script that will do what I want, and that is to simple disable right click when I have my melee out as medic.
6
#6
3 Frags +

Something like

bind 3 "+melee"
alias +melee "slot3; unbind MOUSE2"
bind 2 "+secondary"
alias +secondary "slot2; bind MOUSE2 +attack2"
bind 1 "+primary"
alias +primary "slot1; bind MOUSE2 +attack2"

I'm on mobile so there might be some mistakes but you get the point. Pressing 3 unbinds mouse 2 so you don't taunt accidentally with melee, pressing 1 and 2 rebinds mouse2 to attack2

EDIT: If you put this in your medic cfg and you don't want to unbind mouse2 on meleeon other classes you'll need to put the commands for that in the other classes cfgs. (Copy the commands for 1 and 2 and do the same command on 3 as you have it on 1/2 and put them in the other classes' cfgs)

Something like

bind 3 "+melee"
alias +melee "slot3; unbind MOUSE2"
bind 2 "+secondary"
alias +secondary "slot2; bind MOUSE2 +attack2"
bind 1 "+primary"
alias +primary "slot1; bind MOUSE2 +attack2"

I'm on mobile so there might be some mistakes but you get the point. Pressing 3 unbinds mouse 2 so you don't taunt accidentally with melee, pressing 1 and 2 rebinds mouse2 to attack2

EDIT: If you put this in your medic cfg and you don't want to unbind mouse2 on meleeon other classes you'll need to put the commands for that in the other classes cfgs. (Copy the commands for 1 and 2 and do the same command on 3 as you have it on 1/2 and put them in the other classes' cfgs)
7
#7
0 Frags +
SentinelSomething like

bind 3 "+melee"
alias +melee "slot3; unbind MOUSE2"
bind 2 "+secondary"
alias +secondary "slot2; bind MOUSE2 +attack2"
bind 1 "+primary"
alias +primary "slot1; bind MOUSE2 +attack2

Having bind-commands within quotes is generally a bad idea (dont know why exactly, but apparently it might cause some problems). Something like this should work better:

bind mouse2 "clicktoggle"
bind 1 "slot1, alias clicktoggle clickon"
bind 2 "slot2, alias clicktoggle clickon"
bind 3 "slot3, alias clicktoggle clickoff"
alias clicktoggle "+attack2"
alias clickon "+attack2"
alias clickoff ""

I'm on mobile too, but I think that should work

[quote=Sentinel]Something like

bind 3 "+melee"
alias +melee "slot3; unbind MOUSE2"
bind 2 "+secondary"
alias +secondary "slot2; bind MOUSE2 +attack2"
bind 1 "+primary"
alias +primary "slot1; bind MOUSE2 +attack2[/quote]

Having bind-commands within quotes is generally a bad idea (dont know why exactly, but apparently it might cause some problems). Something like this should work better:
[code]bind mouse2 "clicktoggle"
bind 1 "slot1, alias clicktoggle clickon"
bind 2 "slot2, alias clicktoggle clickon"
bind 3 "slot3, alias clicktoggle clickoff"
alias clicktoggle "+attack2"
alias clickon "+attack2"
alias clickoff ""[/code]
I'm on mobile too, but I think that should work
8
#8
-8 Frags +

Why are you pressing mouse2 with your melee out

Why are you pressing mouse2 with your melee out
9
#9
10 Frags +
dollarlayerapparently I bumped right click

aim cant read

[quote=dollarlayer]apparently I bumped right click[/quote]
aim cant read
10
#10
-6 Frags +
fractaldollarlayerapparently I bumped right clickaim cant read

Again how do you do this in what situation are you in where your just dicking around with it during a game. Like if you're pressing mouse1 during the animation mouse2 command shouldn't occur. What I'm saying is it isn't relevant when you're playing the game seriously.

[quote=fractal][quote=dollarlayer]apparently I bumped right click[/quote]
aim cant read[/quote]
Again how do you do this in what situation are you in where your just dicking around with it during a game. Like if you're pressing mouse1 during the animation mouse2 command shouldn't occur. What I'm saying is it isn't relevant when you're playing the game seriously.
11
#11
4 Frags +
KhanSentinelSomething like

bind 3 "+melee"
alias +melee "slot3; unbind MOUSE2"
bind 2 "+secondary"
alias +secondary "slot2; bind MOUSE2 +attack2"
bind 1 "+primary"
alias +primary "slot1; bind MOUSE2 +attack2

Having bind-commands within quotes is generally a bad idea (dont know why exactly, but apparently it might cause some problems). Something like this should work better:
bind mouse2 "clicktoggle"
bind 1 "slot1, alias clicktoggle clickon"
bind 2 "slot2, alias clicktoggle clickon"
bind 3 "slot3, alias clicktoggle clickoff"
alias clicktoggle "+attack2"
alias clickon "+attack2"
alias clickoff ""
I'm on mobile too, but I think that should work

the syntax is wrong so this script won't work. Also since -attack2 wasn't called you'll be stuck with +attack2 if you click mouse2 once.

I think this script should work but I haven't tested it.

Put this in medic.cfg

bind mouse2 +clicktoggle
bind 1 "slot1; alias +clicktoggle +attack2; alias -clicktoggle -attack2"
bind 2 "slot2; alias +clicktoggle +attack2; alias -clicktoggle -attack2"
bind 3 "slot3; alias +clicktoggle"

All other class cfgs

bind mouse2 +attack2
bind 1 slot1
bind 2 slot2
bind 3 slot3

But really, I think you shouldn't need a script like this. Being able to switch to medigun and pop uber ASAP is really useful in stressful situations when you need to clutch as a medic. If you have the habit of accidentally misclicking there are three things you could do:

1. Get a mouse with more resistant triggers.
2. Change your mouse grip.
3. Condition yourself to stop misclicking mouse buttons by binding the buttons you usually mispress to kill, and play pubs for a few hours. Dying is a very negative stimuli so you'll train your muscle memory to avoid misclicking.

[quote=Khan][quote=Sentinel]Something like

bind 3 "+melee"
alias +melee "slot3; unbind MOUSE2"
bind 2 "+secondary"
alias +secondary "slot2; bind MOUSE2 +attack2"
bind 1 "+primary"
alias +primary "slot1; bind MOUSE2 +attack2[/quote]

Having bind-commands within quotes is generally a bad idea (dont know why exactly, but apparently it might cause some problems). Something like this should work better:
[code]bind mouse2 "clicktoggle"
bind 1 "slot1, alias clicktoggle clickon"
bind 2 "slot2, alias clicktoggle clickon"
bind 3 "slot3, alias clicktoggle clickoff"
alias clicktoggle "+attack2"
alias clickon "+attack2"
alias clickoff ""[/code]
I'm on mobile too, but I think that should work[/quote]

the syntax is wrong so this script won't work. Also since -attack2 wasn't called you'll be stuck with +attack2 if you click mouse2 once.

I think this script should work but I haven't tested it.

Put this in medic.cfg
[code]bind mouse2 +clicktoggle
bind 1 "slot1; alias +clicktoggle +attack2; alias -clicktoggle -attack2"
bind 2 "slot2; alias +clicktoggle +attack2; alias -clicktoggle -attack2"
bind 3 "slot3; alias +clicktoggle"[/code]

All other class cfgs
[code]
bind mouse2 +attack2
bind 1 slot1
bind 2 slot2
bind 3 slot3[/code]

But really, I think you shouldn't need a script like this. Being able to switch to medigun and pop uber ASAP is really useful in stressful situations when you need to clutch as a medic. If you have the habit of accidentally misclicking there are three things you could do:

1. Get a mouse with more resistant triggers.
2. Change your mouse grip.
3. Condition yourself to stop misclicking mouse buttons by binding the buttons you usually mispress to kill, and play pubs for a few hours. Dying is a very negative stimuli so you'll train your muscle memory to avoid misclicking.
12
#12
5 Frags +
Ond_kaja3. Condition yourself to stop misclicking mouse buttons by binding the buttons you usually mispress to kill, and play pubs for a few hours. Dying is a very negative stimuli so you'll train your muscle memory to avoid misclicking.

bind mouse2 "explode"

[quote=Ond_kaja]
3. Condition yourself to stop misclicking mouse buttons by binding the buttons you usually mispress to kill, and play pubs for a few hours. Dying is a very negative stimuli so you'll train your muscle memory to avoid misclicking.[/quote]

bind mouse2 "explode"
13
#13
14 Frags +
sopsOnd_kaja3. Condition yourself to stop misclicking mouse buttons by binding the buttons you usually mispress to kill, and play pubs for a few hours. Dying is a very negative stimuli so you'll train your muscle memory to avoid misclicking.
bind mouse2 "explode"

indust's config is trademarked -_____-

[quote=sops][quote=Ond_kaja]
3. Condition yourself to stop misclicking mouse buttons by binding the buttons you usually mispress to kill, and play pubs for a few hours. Dying is a very negative stimuli so you'll train your muscle memory to avoid misclicking.[/quote]

bind mouse2 "explode"[/quote]
indust's config is trademarked -_____-
14
#14
-3 Frags +

Can't you just put "unbind mouse2" in your medic config?

(And then either a "bind mouse2 +attack2" in all your other class configs or a "reset config" that the other class configs point to.)

Can't you just put "unbind mouse2" in your medic config?

(And then either a "bind mouse2 +attack2" in all your other class configs or a "reset config" that the other class configs point to.)
15
#15
21 Frags +
zigzterCan't you just put "unbind mouse2" in your medic config?

(And then either a "bind mouse2 +attack2" in all your other class configs or a "reset config" that the other class configs point to.)

I'd strongly advise not to unbind mouse2 on medic

[quote=zigzter]Can't you just put "unbind mouse2" in your medic config?

(And then either a "bind mouse2 +attack2" in all your other class configs or a "reset config" that the other class configs point to.)[/quote]

I'd strongly advise not to unbind mouse2 on medic
16
#16
-2 Frags +

bind "1" "slot1;unbind mouse2
bind "2" "slot2;bind mouse2 +attack2
bind "3" "slot3;unbind mouse2

IDK IF THIS WOULD WORK CUZ IDK IF YOU CAN PUT BINDS IN BINDS SO CORRECT ME IF IM WRONG TY

bind "1" "slot1;unbind mouse2
bind "2" "slot2;bind mouse2 +attack2
bind "3" "slot3;unbind mouse2

IDK IF THIS WOULD WORK CUZ IDK IF YOU CAN PUT BINDS IN BINDS SO CORRECT ME IF IM WRONG TY
17
#17
-1 Frags +
Woogiebugbind "1" "slot1;unbind mouse2
bind "2" "slot2;bind mouse2 +attack2
bind "3" "slot3;unbind mouse2

IDK IF THIS WOULD WORK CUZ IDK IF YOU CAN PUT BINDS IN BINDS SO CORRECT ME IF IM WRONG TY

wrong.

on a serious note use alias for that.

[quote=Woogiebug]bind "1" "slot1;unbind mouse2
bind "2" "slot2;bind mouse2 +attack2
bind "3" "slot3;unbind mouse2

IDK IF THIS WOULD WORK CUZ IDK IF YOU CAN PUT BINDS IN BINDS SO CORRECT ME IF IM WRONG TY[/quote]
wrong.

on a serious note use alias for that.
18
#18
0 Frags +

x

x
19
#19
-6 Frags +

have u solved this problem? if you have, how? i have the same problem

have u solved this problem? if you have, how? i have the same problem
20
#20
2 Frags +
ferpeehave u solved this problem? if you have, how? i have the same problem

Try using the script in my reply or ond_kaja's reply.

[quote=ferpee]have u solved this problem? if you have, how? i have the same problem[/quote]

Try using the script in my reply or ond_kaja's reply.
21
#21
0 Frags +
Sentinelferpeehave u solved this problem? if you have, how? i have the same problem
Try using the script in my reply or ond_kaja's reply.

yeah, but he said "I think you shouldn't need a script like this" because it would deny the script that "switch to medigun and pop uber ASAP " wich i would like to add too. i even deleted all the medic cfg but the problem was still there so I think the issue is in the config_default cfg, but idk too much about this stuff really.

[quote=Sentinel][quote=ferpee]have u solved this problem? if you have, how? i have the same problem[/quote]

Try using the script in my reply or ond_kaja's reply.[/quote] yeah, but he said "I think you shouldn't need a script like this" because it would deny the script that "switch to medigun and pop uber ASAP " wich i would like to add too. i even deleted all the medic cfg but the problem was still there so I think the issue is in the config_default cfg, but idk too much about this stuff really.
22
#22
2 Frags +
ferpeeSentinelferpeehave u solved this problem? if you have, how? i have the same problem
Try using the script in my reply or ond_kaja's reply.
yeah, but he said "I think you shouldn't need a script like this" because it would deny the script that "switch to medigun and pop uber ASAP " wich i would like to add too. i even deleted all the medic cfg but the problem was still there so I think the issue is in the config_default cfg, but idk too much about this stuff really.

I think the issue is a valve issue because IIRC in a patch a few months ago they made it so when you right click using the amputator you do the AOE heal taunt which probably made it so all medic melees have a right click taunt (idk if glitch or intended).

The "switch to medigun and pop uber asap" thing is another custom script (not a default thing) that a lot of medics use that binds right click while holding any weapon to switch to the medi gun and use uber, i.e. you have your crossbow or saw out, you hold right click and it switches to the medi gun and uses uber instead of you having to manually press 2 and then right click. That script was also posted in this thread:

Phoenix21my mouse2 on medic is switch to medigun and then uber,

bind MOUSE2 "+charge"
alias +charge "+attack2; slot2; dropitem; voicemenu 0 0
alias -charge "-attack2"

EDIT: Just to clarify, all of these scripts get rid of the glitch OP posted about.

The difference is that mine/kaja's simply get rid of the melee taunt on right click issue and do nothing else, and the one phoenix posted gets rid of the issue while also allowing quick uber pops (but the OP didn't want this feature for some reason, that's why I posted mine). So yeah, pick whichever one you'd like, they all get rid of the glitch

[quote=ferpee][quote=Sentinel][quote=ferpee]have u solved this problem? if you have, how? i have the same problem[/quote]

Try using the script in my reply or ond_kaja's reply.[/quote] yeah, but he said "I think you shouldn't need a script like this" because it would deny the script that "switch to medigun and pop uber ASAP " wich i would like to add too. i even deleted all the medic cfg but the problem was still there so I think the issue is in the config_default cfg, but idk too much about this stuff really.[/quote]

I think the issue is a valve issue because IIRC in a patch a few months ago they made it so when you right click using the amputator you do the AOE heal taunt which probably made it so all medic melees have a right click taunt (idk if glitch or intended).

The "switch to medigun and pop uber asap" thing is another custom script (not a default thing) that a lot of medics use that binds right click while holding any weapon to switch to the medi gun and use uber, i.e. you have your crossbow or saw out, you hold right click and it switches to the medi gun and uses uber instead of you having to manually press 2 and then right click. That script was also posted in this thread:

[quote=Phoenix21]my mouse2 on medic is switch to medigun and then uber,

bind MOUSE2 "+charge"
alias +charge "+attack2; slot2; dropitem; voicemenu 0 0
alias -charge "-attack2"[/quote]

EDIT: Just to clarify, all of these scripts get rid of the glitch OP posted about.

The difference is that mine/kaja's simply get rid of the melee taunt on right click issue and do nothing else, and the one phoenix posted gets rid of the issue while also allowing quick uber pops (but the OP didn't want this feature for some reason, that's why I posted mine). So yeah, pick whichever one you'd like, they all get rid of the glitch
23
#23
0 Frags +
SentinelferpeeSentinelferpeehave u solved this problem? if you have, how? i have the same problem
Try using the script in my reply or ond_kaja's reply.
yeah, but he said "I think you shouldn't need a script like this" because it would deny the script that "switch to medigun and pop uber ASAP " wich i would like to add too. i even deleted all the medic cfg but the problem was still there so I think the issue is in the config_default cfg, but idk too much about this stuff really.

I think the issue is a valve issue because IIRC in a patch a few months ago they made it so when you right click using the amputator you do the AOE heal taunt which probably made it so all medic melees have a right click taunt (idk if glitch or intended).

The "switch to medigun and pop uber asap" thing is another custom script (not a default thing) that a lot of medics use that binds right click while holding any weapon to switch to the medi gun and use uber, i.e. you have your crossbow or saw out, you hold right click and it switches to the medi gun and uses uber instead of you having to manually press 2 and then right click. That script was also posted in this thread:
Phoenix21my mouse2 on medic is switch to medigun and then uber,

bind MOUSE2 "+charge"
alias +charge "+attack2; slot2; dropitem; voicemenu 0 0
alias -charge "-attack2"

EDIT: Just to clarify, both of these scripts get rid of the glitch OP posted about.

The difference is that mine/kaja's simply get rid of the melee taunt on right click issue and do nothing else, and the one phoenix posted gets rid of the issue while also allowing quick uber pops (but the OP didn't want this feature for some reason, that's why I posted mine). So yeah, pick whichever one you'd like, they all get rid of the glitch

I'm gonna use that. thanks so much for your help !

[quote=Sentinel][quote=ferpee][quote=Sentinel][quote=ferpee]have u solved this problem? if you have, how? i have the same problem[/quote]

Try using the script in my reply or ond_kaja's reply.[/quote] yeah, but he said "I think you shouldn't need a script like this" because it would deny the script that "switch to medigun and pop uber ASAP " wich i would like to add too. i even deleted all the medic cfg but the problem was still there so I think the issue is in the config_default cfg, but idk too much about this stuff really.[/quote]

I think the issue is a valve issue because IIRC in a patch a few months ago they made it so when you right click using the amputator you do the AOE heal taunt which probably made it so all medic melees have a right click taunt (idk if glitch or intended).

The "switch to medigun and pop uber asap" thing is another custom script (not a default thing) that a lot of medics use that binds right click while holding any weapon to switch to the medi gun and use uber, i.e. you have your crossbow or saw out, you hold right click and it switches to the medi gun and uses uber instead of you having to manually press 2 and then right click. That script was also posted in this thread:

[quote=Phoenix21]my mouse2 on medic is switch to medigun and then uber,

bind MOUSE2 "+charge"
alias +charge "+attack2; slot2; dropitem; voicemenu 0 0
alias -charge "-attack2"[/quote]

EDIT: Just to clarify, both of these scripts get rid of the glitch OP posted about.

The difference is that mine/kaja's simply get rid of the melee taunt on right click issue and do nothing else, and the one phoenix posted gets rid of the issue while also allowing quick uber pops (but the OP didn't want this feature for some reason, that's why I posted mine). So yeah, pick whichever one you'd like, they all get rid of the glitch[/quote]

I'm gonna use that. thanks so much for your help !
Please sign in through STEAM to post a comment.