mastercomfig / tf2-patches

Team Fortress 2, but with a lot of fixes, QoL improvements and performance optimizations!
Other
216 stars 26 forks source link

Fix reflect kills not counting toward killstreak if original projectile owner did not use a killstreak weapon. #120

Open CoolJosh3k opened 4 years ago

CoolJosh3k commented 4 years ago

Is your feature request related to a problem? Please describe. When scoring a reflect kill with a Pyro's airblast, for a killstreak counter to increment it requires the one who originally fired the projectile to have used a killstreak weapon. If the reflect kill happens from a projectile that was not fired from a killstreak weapon, then no killstreak credit is given.

Killstreak flamethrower reflect kill + from a non-killstreak rocket launcher = no killstreak credit for you. Killstreak flamethrower reflect kill + from a killstreak rocket launcher = yay, you scored a kill for your killstreak!

Describe the solution you'd like When a pyro scores a reflect kill using a killstreak weapon, the killstreak count should increase without reguard to the original projectile owner.

Killstreak flamethrower reflect kill + from a non-killstreak rocket launcher = yay, you scored a kill for your killstreak! Killstreak flamethrower reflect kill + from a killstreak rocket launcher = yay, you scored a kill for your killstreak!

Describe alternatives you've considered Continue to be sad that getting a high killstreak on Pyro is harder becuase of this bug.

Additional context I have asked the TF Team if they could fix this in the past. I'd hope it is a simple conditional for the weapon type, then replace the Owner with DeflectOwner.

micwoj92 commented 4 years ago

@wgetJane wasnt that fixed?

wgetJane commented 4 years ago

@wgetJane wasnt that fixed?

no

micwoj92 commented 4 years ago

Ah thanks for clarification. I thought it was resolved alongside the airblast damage bug (y)

CoolJosh3k commented 4 years ago

Just loaded up tr_walkway in the normal TF2 and was able to confirm that the bug does indeed still exist.

Death by fire increases killstreak. Death by reflect does not, because the bots do not use killstreak weapons to fire the rockets/grenades.

wgetJane commented 4 years ago

@CoolJosh3k can you test if the following increases a killstreak weapon's kill count:

treacherousfiend commented 4 years ago

Didn't test live (yet) but seems to still be broken in comtress, my killstreak hasn't gone up, and it didn't show up as a killstreak in the killfeed.

It might be worthwhile to test spam airblasting pyro bots against ks grenade launcher and rocket launcher? I don't have either so I can't test

treacherousfiend commented 4 years ago

update, in live tf2, if the other player doesn't have a ks weapon, then the pyro's ks works as expected. so its more broken in TC2 then it is in live

Yttrium-tYcLief commented 4 years ago

Anything broken in TC2 but working in TF2 should be (mostly) ignored. That being said, just to clarify - there are still parts of this issue that exist in both live TF2 and TC2?

wgetJane commented 4 years ago

@treacherousfiend can you say if the following increments a killstreak flamethrower's kill count?

  • reflect kills with rockets in tf2
  • reflect kills with grenades in tf2
  • reflect kills with rockets in tc2
  • reflect kills with grenades in tc2

this is to figure out if the issue is caused by this: https://github.com/mastercomfig/team-comtress-2/pull/17

my prediction would be:

if this prediction is correct, then most likely the self-damage fix is related to the issue

treacherousfiend commented 4 years ago

hmmm, I forgot to test rockets in tf2, but grenades seem to work correctly?

I think in order to get to the bottom of this we'll need to have both players with ks weapons.

wgetJane commented 4 years ago

I think in order to get to the bottom of this we'll need to have both players with ks weapons.

that shouldn't be necessary for now, can you tell if the prediction is correct first

edit: confirmed that the prediction is correct, so it's related to the self-damage bug fix

CoolJosh3k commented 4 years ago

Did some testing and recorded the following results.

TF2 Rockets: https://youtu.be/lzyrRpt5Zyg TF2 Grenades: https://youtu.be/xK_0YhUwx14

TC2 Rockets: https://youtu.be/oucxe1W4hcw TC2 Grenades: https://youtu.be/ZTBQIDkqyTA

So yes, reflected grenades work in TF2, but got broken in TC2.

I suggest a solution for this is not undoing the other fix, but instead implementing a fix that addresses all reflect kill streak credit.

wgetJane commented 3 years ago

@CoolJosh3k the videos you've linked are private btw

CoolJosh3k commented 3 years ago

Oh, whoops. I ment to have them unlisted. Fixed that now.