GAMMACASE / MomSurfFix

Momentum mod surf fix ported to csgo and css
https://forums.alliedmods.net/showthread.php?p=2680743#post2680743
GNU General Public License v3.0
58 stars 11 forks source link

Terrible performance when noclip is off outside map boundaries. [CSGO/CSS] #1

Closed GAMMACASE closed 3 years ago

GAMMACASE commented 4 years ago

Leaving noclip outside of the map boundaries makes server unplayable due to terrible performance. Currently tested in csgo and css [win]. It happens due to z speed is equal to -6.25 for some reason, when it should be 0.0 and plugin trying to resolve your stuck position by using expensive part of the code each time TryPlayerMove() is called.