Force 128 Tick Rate for players

When you order a Counterstrike: Global Offensive Server, by default, that server is set to 128 ticks, however, players will still synchronise to the server at lower then 128 ticks unless the player manually sets their client variables correctly.

 

Within this knowledgebase, you’ll learn how to force your players to run at 128 ticks always, Sourcemod and Metamod are required for this to work correctly.

 

Step 1:

Click onto your game panel and then onto “Configuration Files”

 

Step 2:

Once on your configuration files, there should be a folder called “server.cfg”, open up this file.

Once opened, input the following values into your server.cfg:
sm_cvar sv_minrate 196608
sm_cvar sv_maxrate 786432
sm_cvar sv_minupdaterate 128
sm_cvar sv_maxupdaterate 128
sm_cvar sv_mincmdrate 128
sm_cvar sv_maxcmdrate 128

 

Once inputted, save the file and restart the service. Your players will now be forced to 128 Tick.

If you have any issues with this tutorial, feel free to contact support and we’ll assist you further.

  • 19 Users Found This Useful
Was this answer helpful?

Related Articles

Add Steam Account Token

CS:GO requires that you use a token to pair your steam account to your server, without this you...

"Connections will be restricted to LAN only"

CS:GO requires that you use a token to pair your steam account to your server, without this you...

New Player List Setting

The recent CS:GO has changed the way that servers are viewable by other players. By default, your...

How to backup & restore my MySQL Database

You must first install a MySQL Database onto your game panel to continue with this tutorial.Go...

How to create a MySQL Database

1. Login to your game panel and click on 'Mod Manager'.2. Find where it says MySQL Database and...