HaodongMo / ARC-9

The nineth weapon base for Gmod by Arctic
90 stars 51 forks source link

Hitscan (Physical Bullets Disabled) Penetrations and Richochet can deal extra damage against players and "ignore" bullet range. #212

Closed BurgerLUA closed 9 months ago

BurgerLUA commented 10 months ago

Shooting an enemy in the arm can cause it to also deal damage to the torso if the torso is behind the arm you shot. This may be intended behavior, but what also occurs is that the range calculations basically set the starting distance to where the penetration starts (in this case, the arm) and not player's view origin. This can cause shotguns to deal massive damage at long ranges when they're not supposed to because the bullet calculations think that the bullet started at the arm.

BurgerLUA commented 10 months ago

This seems to be fixed on the github version.