splewis / get5

CS:GO Sourcemod plugin for competitive matches/scrims
GNU General Public License v3.0
559 stars 176 forks source link

[Bug]: This plugin most likely forces my server to 64tick #1029

Closed sam1e-dev closed 1 year ago

sam1e-dev commented 1 year ago

Documentation

Get5 Version

0.14.7

The Issue

I have set these commands in startup config: cl_cmdrate 128 cl_updaterate 128 sv_mincmdrate 128 sv_minupdaterate 128 To force user 128 tick. I also have -tickrate 128 in my server startup option. On my other servers, this works without any issue, but right now i am trying to make a PUG server for my friend but it seems that get5 forces these values to 64 on startup. Because when i execute this config manually once i am on the server it works like intended. In the same config i have hostname, server password etc, everything works since startup, only these values keep getting reset

Match Configuration

No response

Debug Info

It doesnt fit the whole file here :(
sam1e-dev commented 1 year ago

The file: get5_debuginfo.txt

(I dont know warmod.smx errors, i have disabled/deleted this plugin and files related with it and restarted server many times)

nickdnk commented 1 year ago

Hello

Get5 never changes the tickrate. I would suggest you remove any other plugins you may have and search your server directory for rate to see if you can find any config files that contain the commands that change the updaterate or cmdrate, such as the ones you posted, specifically the game phase configuration files. The tickrate itself is set by the -tickrate launch parameter.

You have both gloves.smx, weapons.smx and warmup.smx that are non-standard. The last one would probably be something worth inspecting.

Either way, Get5 is not doing this.

Also, commands starting with cl_ are for the clients, i.e. setting cl_updaterate on your server does not do anything. You are looking for sv_ commands for the server.