Raised This Month: $12 Target: $400
 3% 

Csgo settings 64 tickrate and server.cfg!!!


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
headhunterzcph
Member
Join Date: Nov 2012
Location: Danmark
Old 09-19-2018 , 16:15   Csgo settings 64 tickrate and server.cfg!!!
Reply With Quote #1

i need help to how to make 64 tickrate to csgo i don't find that on internet
- to 24 slots server
other people who can help me
I will be really happy if someone can find a solution

Performance settings
headhunterzcph is offline
Neuro Toxin
Veteran Member
Join Date: Oct 2013
Location: { closing the void; }
Old 09-19-2018 , 17:21   Re: Csgo settings 64 tickrate and server.cfg!!!
Reply With Quote #2

CSGO has a 64 tick rate by default.

https://developer.valvesoftware.com/...icated_Servers
__________________

Last edited by Neuro Toxin; 09-19-2018 at 17:22.
Neuro Toxin is offline
headhunterzcph
Member
Join Date: Nov 2012
Location: Danmark
Old 09-20-2018 , 08:56   Re: Csgo settings 64 tickrate and server.cfg!!!
Reply With Quote #3

what best 64 tickrate
Performance settings for 24 slots
headhunterzcph is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 09-25-2018 , 04:01   Re: Csgo settings 64 tickrate and server.cfg!!!
Reply With Quote #4

Depends server upload bandwidth...

Anyway, some csgo updates ago http://blog.counter-strike.net/index.php/2016/09/16032/
they increase player default rate value to 196608
...and player cl_updaterate, cl_cmdrate default values are 64.
Code:
] rate; cl_updaterate; cl_cmdrate
"rate" = "20480" ( def. "196608" ) archive user                                  - Max bytes/sec the host can receive data
"cl_updaterate" = "20" ( def. "64" ) archive notconnected user                   - Number of packets per second of updates you are requesting from the server
"cl_cmdrate" = "20" ( def. "64" ) min. 10.000000 max. 128.000000 archive user    - Max number of command packets sent to server per second
If we divide rate with updaterate, we get MAX packet size which not give CHOKE on player
196608 B/s / 64 update = 3072 Byte.

This look good, bigger MAX packet size player can get, not need worry about CHOKE.
These net values we can look from net_graph 5 graphic.
And what increase update packets size is, everything what happen on server and how well map is builded.
There are also really horrible custom maps what could kill all performance on server so keep eye on them.

So for server rates..
sv_minrate 196608
sv_minupdaterate 64
sv_mincmdrate 64

And recommended upload bandhwidht for 24 slot server you need...
24 slot * 196608 B/s = 4718592 B/s
= 4.718592 MB/s
= 4.72 MB/s * 8 bit = 37.74 Mbps (Mega bit per second)

But you maybe can host server with little lower bandwidth, that recommended value is peak value what could happen, not constant.


I don't know or remember other tweak server cvars what could help.
Bacardi is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 22:26.


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