AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Source Servers (SRCDS) (https://forums.alliedmods.net/forumdisplay.php?f=130)
-   -   Best rate-settings and other settings to improve hit registration (https://forums.alliedmods.net/showthread.php?t=325367)

Krelle1911 06-18-2020 23:59

Best rate-settings and other settings to improve hit registration
 
Hi everyone

This topic is more for discussion than help, and then again...

I run 12 gameservers for a community where the focus is supreme performance, to give the best possible surroundings for players to improve their skill.

I've used a lot of different tweaks and rate settings over the years, but I have always come to the conclution than the effect they had were minimal.

We run our servers on a Ubuntu server with 12 cores, a custom tweaked RT PREEMPT kernel at 1000Hz, and we also use a PID-script to make all gameservers run in high priority.

Our gameservers run great, and people enjoy playing there.

The quesiton here is, what settings do you guys use to optimize hitregistration and so on?

We currently use this:
Quote:

sv_maxcmdrate 128
sv_minrate 128000
sv_maxrate 999999
net_splitpacket_maxrate 786432
sv_mincmdrate 128
sv_minupdaterate 128
What could be done of tweaks to make it even better?

Lets have a discussion, not only about what to use, but why you use it and what effect it has, so that I can learn and improve.

ThePwnt 06-19-2020 02:55

Re: Best rate-settings and other settings to improve hit registration
 
You can try a test with this! =)
Tested on Ryzen/Intel. Linux&Windows.

Code:

sm_cvar sv_client_min_interp_ratio "2"
sm_cvar sv_client_max_interp_ratio "2"
sm_cvar sv_client_predict "-1"
sv_clockcorrection_msecs 0


Ilusion9 06-19-2020 06:32

Re: Best rate-settings and other settings to improve hit registration
 
Also, sv_lagcompensation 0 might help.

ThePwnt 06-19-2020 07:55

Re: Best rate-settings and other settings to improve hit registration
 
Quote:

Originally Posted by Ilusion9 (Post 2706390)
Also, sv_lagcompensation 0 might help.

There is no sv_lagcompensation =D

r4f4w 06-25-2020 11:42

Re: Best rate-settings and other settings to improve hit registration
 
Quote:

Originally Posted by ThePwnt (Post 2706381)
You can try a test with this! =)
Tested on Ryzen/Intel. Linux&Windows.

Code:

sm_cvar sv_client_min_interp_ratio "2"
sm_cvar sv_client_max_interp_ratio "2"
sm_cvar sv_client_predict "-1"
sv_clockcorrection_msecs 0


What the last two commands do? And why -1 and 0?

ThePwnt 06-25-2020 13:43

Re: Best rate-settings and other settings to improve hit registration
 
Quote:

Originally Posted by r4f4w (Post 2707218)
What the last two commands do? And why -1 and 0?

Quote:

sv_clockcorrection_msecs
IIRC it restricts how far out of sync the server allows clients to go from the time which the server thinks the client is supposed to be at.

Quote:

sv_client_predict
This can be used to force the value of cl_predict for connected clients (only while they are connected). -1 = let clients set this value

r4f4w 06-26-2020 09:40

Re: Best rate-settings and other settings to improve hit registration
 
Quote:

Originally Posted by ThePwnt (Post 2707227)
IIRC it restricts how far out of sync the server allows clients to go from the time which the server thinks the client is supposed to be at.


This can be used to force the value of cl_predict for connected clients (only while they are connected). -1 = let clients set this value

Nice!

May I ask where did you get this infos? I have several commands that I really want to understand them to use in my server. Any documentation?

ThePwnt 06-26-2020 11:03

Re: Best rate-settings and other settings to improve hit registration
 
Quote:

Originally Posted by r4f4w (Post 2707346)
Nice!

May I ask where did you get this infos? I have several commands that I really want to understand them to use in my server. Any documentation?

http://csgo-servers.1073505.n5.nabbl...cs-td8659.html

sv_client_predict was found here > https://support.steampowered.com/kb_...4975-UOPG-1608


All times are GMT -4. The time now is 07:29.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.