nosoop / SM-TFAttributeSupport

A SourceMod plugin that improves support for official TF2 attributes.
GNU General Public License v3.0
12 stars 4 forks source link

Override projectile type with Pipebomb value deals no damage #9

Closed higps closed 1 year ago

higps commented 2 years ago

Using the Attribute ID 280 with the value 3 on a shotgun makes the enemy take no damage, and the user only take 5 self damage if standing too close.

Rockets, flare, arrows works, just not pipes.

nosoop commented 2 years ago

Grenades are one of the things in the TF2 code that I'd actually consider spaghetti code.

Latest release should have a fix for this; thank you for the report.

nosoop commented 2 years ago

Have to roll this version of the fix back as it seems to causes inconsistent crashes on Linux. Will reopen for the time being.

https://crash.limetech.org/pvl7ou3nafaz

Might be better to hook something on FireProjectile.

higps commented 2 years ago

This issue still remains in the current version as well