sv_minupdaterate Command


sv_minupdaterate [Tick Rate]

This command sets the minimum update rate for the server. This can be used in combation with the sv_mincmdrate command to change the server's tick rate (e.g. to 128 tick).

Arguments


Arguments are parameters that you add to a command. Find information about this command's arguments below.

Tick RateYour desired minimum update rate, e.g. 128 ticks per second.

Extra Info

Sv_cheats Required? No
Client or Server Command? Both
Default Value 64

sv_minupdaterate Examples


Find below working examples of this command (copy and paste into console).


sv_minupdaterate 64; sv_mincmdrate 64

This command would make the server 64 tick.


sv_minupdaterate 128; sv_mincmdrate 128

This command would make the server 128 tick.