ScrewdriverHyena / ParkourFortress-Bugs

Public-facing bug tracker for the Parkour Fortress TF2 Mod
0 stars 0 forks source link

Full speed from sliding into hurt triggers #66

Closed shuk-fuk closed 4 years ago

shuk-fuk commented 5 years ago

I feel like this is already well known, and i thought it was already posted here but i guess not. (or maybe i didnt look hard enough lol)

It's still an issue; the current eversion route uses it and it can certainly still be abused on obby (which iirc is when it was first really noticed and exploited).

ScrewdriverHyena commented 4 years ago

No longer able to replicate after commit 86f003.

Current theory is that the player speed being accessed was being clamped to 420 even after the penalty, now the player speed is clamped to either 420 or 250 before being modified, and then clamped again with a maximum of 300 afterwards.