Admer456 / halflife-adm-legacy

Advanced Development Mod - technical overhaul for Half-Life
Other
17 stars 5 forks source link

Disable bunnyhop cap #23

Closed divinitycove closed 3 years ago

divinitycove commented 3 years ago

This reverts a change made in an early post-release version of HL1 where players touching the ground with >=550ups horizontal velocity have their speed reduced, aimed at preventing bunnyhopping from exceeding the above mentioned speed.

I've commented it out instead of removing it to allow people to re-enable it for their mod depending on their preferences, but I feel ADM should ship with it disabled as a default. Regular players would almost never encounter it, as it requires a frame perfect +jump input to conserve any momentum, and it only serves to prevent a very small minority of players, namely speedrunners, from gaining extra enjoyment out of a mod.

Admer456 commented 3 years ago

You should remove 65069b6 from the PR. Commenting out the call is enough.