SRCDS Steam group


[SOLVED] Value Range of it vars in Left4Dead?¿
#1
tickrate
sv_maxrate
sv_minrate
sv_maxupdaterate
sv_minupdaterate
rate
cl_updaterate
cl_cmdrate

Thank you!
Reply
#2
For what game?
Reply
#3
Left 4 Dead

Thank you!
Reply
#4
Code:
// Server rates.
tickrate 66
sv_maxrate 66
sv_minrate 33
sv_maxupdaterate 66
sv_minupdaterate 33
rate 30000/100000

// Client rates.
cl_updaterate 66
cl_cmdrate 66
Reply
#5
realchamp Wrote:
Code:
// Server rates.
tickrate 66
sv_maxrate 66
sv_minrate 33
sv_maxupdaterate 66
sv_minupdaterate 33
rate 30000/100000

// Client rates.
cl_updaterate 66
cl_cmdrate 66

Thank you, but i want range of values.

tickrate.... 1 -100 ?
sv_maxrate 1 -100 ?
sv_minrate 1 -100 ?
sv_maxupdaterate 1 -100 ?
sv_minupdaterate 1 -100 ?
rate 30000 -100000 ?
cl_updaterate 1 -100 ?
cl_cmdrate 1 - 100 ?

Is It OK ?

Thanks!
Reply
#6
Left 4 Dead does not support above 66tick.

So any rate commands shall be maximum 66. And lowest is 1.
(tickrate 66)
Reply
#7
realchamp Wrote:Left 4 Dead does not support above 66tick.

So any rate commands shall be maximum 66. And lowest is 1.
(tickrate 66)

Thank you!!!!

And the var: RATE

rate: 30000 -100000 ?

Is it range OK?

Thanks!
Reply
#8
I don't think you can change the tickrate in the server.cfg. You must change the command line.
Reply
#9
Beaverbeliever Wrote:I don't think you can change the tickrate in the server.cfg. You must change the command line.

Yes, I change it in the line command, and work OK!!

But i want know the range of the var:

RATE ?

Thanks!
Reply
#10
rate (1)5000 - 100000

Anything below 15000 isn't recommended.
Reply
#11
Smile 
realchamp Wrote:rate (1)5000 - 100000

Anything below 15000 isn't recommended.

Thanks!!!!

And the var of line command:

-fps_max

range 400-600 ?

It is my last question!!!!

Thanks!!
Reply
#12
fps_max can be:

0 - 10 (nothing between 0 and 10).

And 10 to round 1000.
Reply
#13
realchamp Wrote:
Code:
// Server rates.
tickrate 66
sv_maxrate 66
sv_minrate 33
sv_maxupdaterate 66
sv_minupdaterate 33
rate 30000/100000

// Client rates.
cl_updaterate 66
cl_cmdrate 66

sv_maxrate: The Maximum amount of data in Bytes per Second the server will send to the client.

sv_minrate: The Minimum amount of data in Bytes per Second the server will send to the client.

realchamp Wrote:
Code:
sv_maxrate 66
sv_minrate 33

66 and 33 bytes only?

Are the values one error?

Thank you!!
Reply
#14
greatmamut Wrote:
realchamp Wrote:
Code:
// Server rates.
tickrate 66
sv_maxrate 66
sv_minrate 33
sv_maxupdaterate 66
sv_minupdaterate 33
rate 30000/100000

// Client rates.
cl_updaterate 66
cl_cmdrate 66

sv_maxrate: The Maximum amount of data in Bytes per Second the server will send to the client.

sv_minrate: The Minimum amount of data in Bytes per Second the server will send to the client.

realchamp Wrote:
Code:
sv_maxrate 66
sv_minrate 33

66 and 33 bytes only?

Are the values one error?

Thank you!!

They will have to be like between 10000 and 100000.
Reply
#15
Shy 
CoolBig Grin

Thank you!!!
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)