View Single Post
emza
Member
Join Date: Sep 2010
Location: Paracin/Srbija
Old 01-14-2023 , 10:59   Re: [Ubuntu 18.04.2 LTS] CSGO Dedicated Server 128 tick
Reply With Quote #7

Tray in start line -tickrate 128 -threds 4
server.cfg
// Performance
sv_maxrate "0" // Maximum bandwidth rate allowed per second for each connection to the server.
sv_minrate "196000" // Minimum bandwidth rate that is allowed for clients connected to the server.
sv_maxupdaterate "128" // Sets your rates (eg. 64 tick, 102.4 tick, 128 tick).
sv_minupdaterate "128" // Set the same as above.
sm_cvar sv_maxcmdrate "128" // Set the same as above. (Hidden cvar, requires Sourcemod tio change. Can be left as is)
sv_mincmdrate "128" // Set the same as above.
sv_parallel_sendsnapshot "1" // Enables multi-threading.
sv_clockcorrection_msecs "15" // Tries to keep each players m_nTickBase withing this many msecs of the server absolute tickcount
net_splitrate "2" // Fixes choke on 128 tick servers. Inline with what Faceit/ESEA run.
// Fixes
sv_hibernate_when_empty "0" // Disables hibernation (Improves reliability, improves database connection speed).

;)

Last edited by emza; 01-14-2023 at 11:07.
emza is offline