AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting (https://forums.alliedmods.net/forumdisplay.php?f=107)
-   -   [TF2] Detect Taunt Glitch (https://forums.alliedmods.net/showthread.php?t=211055)

Skippy 03-17-2013 16:12

[TF2] Detect Taunt Glitch
 
In tf2 sometime you get a glitched taunt. This glitch taunt is when you taunt and no animation is shown. I'm wanting to detect when this happens and Print to the clients chat that they did a glitched taunt. I think you are able to detect it because when you have a glitched taunt no sound is played. Can someone make a coding to detect this? You don't have to do the sound detecting way if you know another way to do it.

noodleboy347 03-17-2013 18:01

Re: [TF2] Detect Taunt Glitch
 
I thought that was a clientside problem

Skippy 03-17-2013 18:16

Re: [TF2] Detect Taunt Glitch
 
I've been testing it and when it shows glitched for me it, it also shows glitched for everyone else.

11530 03-18-2013 14:33

Re: [TF2] Detect Taunt Glitch
 
Most commonly seen in spycrab games, and the host is still waiting for you to taunt. :/

Skippy 03-18-2013 16:19

Re: [TF2] Detect Taunt Glitch
 
Quote:

Originally Posted by 11530 (Post 1915136)
Most commonly seen in spycrab games, and the host is still waiting for you to taunt. :/

Well yeah, but you can get this glitch with any taunt. Does anyone know anyway to get this?

11530 03-18-2013 16:29

Re: [TF2] Detect Taunt Glitch
 
Quote:

Originally Posted by Skippy (Post 1915200)
Well yeah, but you can get this glitch with any taunt. Does anyone know anyway to get this?

Obviously, and you really don't need to answer it with such a superfluous post. If anything, I was talking to noodleboy - though you having to test it was rather pointless too.

And to expand, there are silent taunts too so detecting via sound hooks wouldn't work, unless working for *most* taunts is sufficient.

Skippy 03-23-2013 02:45

Re: [TF2] Detect Taunt Glitch
 
Yeah I thought of the silent taunts too. I tested it with eye position, eye angles, and client position to see if any of those change while in a taunt. Because when you glitch taunt nothing moves. But when I tested it, it seems like your client is in the same position before the taunt. It's just playing and animation and your eye height still stays the same before, during, and after the taunt.

friagram 03-23-2013 03:42

Re: [TF2] Detect Taunt Glitch
 
There is a bug where you can taunt as you jump off of a ledge, and it will perform the taunt while moving. The solution is to fire a timer and test if the client has entity flags o. Ground and force them to taunt again. Still, its not a very good solution. This bug is caused by csp, and any fix won't be perfect.

The reverse would be to test if they preform +taunt, but do not gain the condition, but are on the ground. However, you can spam the command. Why is this important anyway?

Skippy 03-23-2013 04:25

Re: [TF2] Detect Taunt Glitch
 
They do gain the condition of taunting even if it's glitched and I'm using this for a plugin I'm making and this is a huge part of it that is causing me problems.

friagram 03-25-2013 12:50

Re: [TF2] Detect Taunt Glitch
 
You can remove the condition...
And fakeclientcommandex taunt... Lol


All times are GMT -4. The time now is 17:13.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.