Hello, i have a CS:GO server running on 128tickrate.
The problem is that the up, and cmd stay at 64.
I have tried many solutions, but none helped, for it to force 128tick actually i have to manually execute a config which consists of these commands:
sv_maxcmdrate "128"
sv_maxupdaterate "128"
sv_maxrate "128000"
sv_minupdaterate "128"
sv_mincmdrate "128"
sv_minrate "128000"
Server launch option:
./srcds_run -game csgo -console -port xxxxx +ip 0.0.0.0 +map de_mirage -strictportbind -maxplayers_override 16 -tickrate 128 -norestart +sv_setsteamaccount REDACTED
The problem is, once the server is empty, and even without restarting, the values revert back, some people say people need to put this in console themselver but i believe that is a lie, since faceit and many other community servers have that forced by default, so is there something i should try?
Many thanks
How it looks:
https://i.imgur.com/789yYgF.png
How should it look like:
https://i.imgur.com/wWZ3S8Q.png