Posts: 2
Threads: 1
Joined: Oct 2006
Reputation:
0
Hello !
I've managed up my source game server but rate are block on 10000
On console:
rate
"rate" = "10000"
rate 25000
rate
"rate" = "10000"
As you can see, rate stay at value 10000 !
So how improve rate value ?
Regards...
Posts: 5,178
Threads: 65
Joined: Mar 2005
Reputation:
22
That value has nothing to do with the server, it's client only.
Server rates are as follows:
sv_maxrate
sv_minrate
sv_maxupdaterate
sv_minupdaterate
maxrate is the maximum amount of data that will be send to 1 client
minrate same as maximum only then the minimum (doh)
maxupdaterate should be 100, it adjusts to the tickrate
minupdaterate should be 20, below 20 you get lag.
Posts: 2
Threads: 1
Joined: Oct 2006
Reputation:
0
Ok thanks for the response.
Si i can't change my rate on mu css server?
Always block to 10000?
rate
"rate" = "10000"
Posts: 5,178
Threads: 65
Joined: Mar 2005
Reputation:
22
10-22-2006, 12:20 AM
(This post was last modified: 10-22-2006, 12:21 AM by Drocona.)
As I said, why do you want to change that anyway? It's not used by the server. It's not a server setting, it does nothing.
It's for the people that play the game only. Only the people that are playing in your server can use it as a game setting.
I don't know why it's locked but since it does NOTHING leave it there, it's not for administrators.
Posts: 81
Threads: 13
Joined: Aug 2006
Reputation:
0
He told you the set of command already to use for srcds. read over what he said again because the answer is in his post.
Hope you figure it out it's not hard.