Guichaguri / BetterFps

Performance Improvements
GNU Lesser General Public License v2.1
100 stars 22 forks source link

Random algorithm messes up game #137

Closed Dimentive closed 4 years ago

Dimentive commented 4 years ago

My friend tried the “random” algorithm (I forgot exactly what it’s called), and it messed up his game. His player model was moving around like crazy. It looked like he was dancing. His view kept shifting all over the place too. The reason he tried this algorithm in the first place was that when he did the shift-click test, the game chose this algorithm.

Versions

Guichaguri commented 4 years ago

That's the joke, instead of calculating correctly, it returns random values. That's not meant to be used.