NeotokyoRebuild / neo

NEOTOKYO Rebuild - Source SDK 2013 mod of NEOTOKYO
https://neotokyorebuild.github.io/
Other
15 stars 12 forks source link

Actors dismember when heavily damaged #140

Closed blaberry closed 2 weeks ago

AdamTadeusz commented 1 month ago

The exact values required to dismember have not been discovered yet, but the functionality is there. I guess an empirical analysis without testing bullets penetrating different surfaces to hit an actor would get us most of the way there, and then its just a case of worrying about bullets penetrating surfaces that have their damage modified not dismembering at exactly the right thresholds

AdamTadeusz commented 3 weeks ago

Came back to this and after doing some quick testing I noticed that both the lowest damage weapon in the game and the highest causes dismemberment. I guess we should therefore remove the dismember thresholds that are currently programmed in for parity, then close this, and then have a discussion about whether we want to re-introduce thresholds

Rainyan commented 3 weeks ago

Some rogue bikeshedding for posterity: we might want to consider implementing this as a likelihood that increases with the weapon base damage, so you could be seeing dismemberment with anything but it's more likely to occur with the heavy-hitting guns.

blaberry commented 3 weeks ago

Moving this to QoL as it's certainly not parity.