Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CS 1.6 Beta] FPS dependence of rates #1679

Closed
r3n4m3 opened this issue Feb 13, 2013 · 2 comments
Closed

[CS 1.6 Beta] FPS dependence of rates #1679

r3n4m3 opened this issue Feb 13, 2013 · 2 comments

Comments

@r3n4m3
Copy link

r3n4m3 commented Feb 13, 2013

If you have removed the restriction of frames per second, you should also remove the restrictions of the network code so that the frame rate matches the number of frames of the game world on the server, and therefore the number of packets from the client to the server / server to client.

Also, do not forget about the following topics closely related to this:

FPS-independent physics, as in shooting and in movement (in CS 1.6 equated to 100 FPS) #1399 #1267 https://github.com/ValveSoftware/steam-for-linux/issues/1218
Server commands limited client Cvars by: movement speed https://github.com/ValveSoftware/steam-for-linux/issues/1682, the number of packets transmitted. https://github.com/ValveSoftware/steam-for-linux/issues/1640 https://github.com/ValveSoftware/steam-for-linux/issues/1632
Ex_interp-automatic at the lowest possible settings with the data server #1644

@alfred-valve
Copy link

fixed by #1704

@r3n4m3
Copy link
Author

r3n4m3 commented Feb 16, 2013

It is not fixed, if u have not changed of rate, cl_cmdrate, cl_updaterate, ex_interp and etc to values with larger amount and limit only by the server.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants