PDA

View Full Version : CS:GO Rates, max queries, etc. Need help with setting values.


Kempus
04-19-2016, 07:10
Hi, i want to set up the rates as best as i can, but i don't know which values will be good for each cvar.

sm_cvar sv_minupdaterate "128"
sm_cvar sv_maxupdaterate "128"
sm_cvar sv_mincmdrate "128"
sm_cvar sv_maxcmdrate "128"
sm_cvar sv_minrate "128000"
sm_cvar sv_maxrate "256000"
sv_max_queries_sec "10" - What does this cvar mean? Is it too high or to low?
sv_max_queries_sec_global "500" - When i need to raise this number? What does it mean?

What exactly are the queries?

And also:
//sv_max_queries_sec_global "x"
//sv_parallel_packentities "x"
//sv_parallel_sendsnapshot "x"
//net_splitpacket_maxrate "x"

Can someone explain me what these cvars do?

Bacardi
04-19-2016, 09:45
if game is csgo, unfortunally you can't raise RATE above 128000, it's harcoded. Last time what I have looked.

Kempus
04-19-2016, 12:19
if game is csgo, unfortunally you can't raise RATE above 128000, it's harcoded. Last time what I have looked.

Okay, what about query times? What does it change?

checkster
04-19-2016, 12:59
Okay, what about query times? What does it change?

https://developer.valvesoftware.com/wiki/Server_queries

Neuro Toxin
04-19-2016, 18:28
Keep the queries low.

These cvars were added by Valve to block / reduce the effectiveness of query hammering attacks.