Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increase default
cl_maxpackets
and snaps
to 125
This decreases latency if FPS is greater than or equal to 60 (since the previous default for `cl_maxpackets` was `60`), and allows for more consistent input handling. Increasing `snaps` further does not change anything on servers running `sv_fps 20` or `sv_fps 40`, but it ensures you automatically benefit from increased position update rates on servers running higher `sv_fps`. This in turn allows you to see players' positions more accurately compared to their real position on the server.
- Loading branch information