SRCDS Steam group


Rates for a 50/64 slot server.
#1
Hi,
I would like to have some advice on the correct rates for a 50 slot server and a 64 slot server. Tickrate 66
Quote://rates
sv_maxrate
sv_minrate
sv_maxupdaterate
sv_minupdaterate
sv_mincmdrate
sv_maxcmdrate
sv_client_cmdrate_difference
sv_client_predict
sv_client_interpolate
sv_client_min_interp_ratio
sv_client_max_interp_ratio
sv_maxunlag
I run Steambans 4.0
Sourcemod 1.2
zombiemod 2.0 v
metamod 1.7.0

Also what do you recommend tickrate 66 or 33 for these servers?
Other suggestions are also welcome.
Reply
#2
66TICK:
Code:
//rates
sv_maxrate 25000
sv_minrate 10000
sv_maxupdaterate 66
sv_minupdaterate 33
sv_mincmdrate 66
sv_maxcmdrate 33
sv_client_cmdrate_difference 33
sv_maxunlag 1.0

And also, what's your current rates?
Reply
#3
Been using the standard onces from valve.
But thnx for the rates!
Reply
#4
Okay. Do you need them for 33TICK too?
Reply
#5
We've decided to keep the tickrate 66 for all servers, but thnx anyway!

But I have a question about sv_client_cmdrate_difference.
Some people are saying that sv_client_cmdrate_difference 1 is recommend but I don't really know what this means or what would be the best value for this.
Reply
#6
sv_client_cmdrate_difference is the different between:
Code:
sv_mincmdrate
sv_maxcmdrate

So if one was 100 and the other was 50, then the sv_client_cmdrate_difference should be 50.
(sv_maxcmdrate should ALWAYS be highter than sv_mincmdrate).
Reply
#7
So actually if sv_client_cmdrate_difference is equal to 1, then sv_mincmdrate and sv_maxcmdrate don't matter since it will be enforcing 1 value?
Reply
#8
Well it doesn't force anyone(sv_client_cmdrate_difference). It's just the difference between the 2 values. Nothing else Smile

It's actually not needed. Smile These here are enough, for it. The other is just an extra CVar.
Code:
sv_mincmdrate
sv_maxcmdrate
sv_maxrate
sv_minrate
sv_maxupdaterate
sv_minupdaterate
Reply
#9
I see. Thank you verry much!
Reply
#10
Wait in real champs post, why is the min rate higher than the max rate? Also it depends on the bandwidth you have
[Image: b_350x20_C002748-004880-FFFFFF-000000.png]
Reply
#11
ohh, I through they were converstly. (fail!)

New version:
Code:
sv_maxrate 25000
sv_minrate 10000
sv_maxupdaterate 66
sv_minupdaterate 33
sv_mincmdrate 33
sv_maxcmdrate 66
sv_client_cmdrate_difference 33
sv_maxunlag 1.0
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)