GetServerTickRate()
#1

What is a good, decent and bad value of GetServerTickRate() ?

Its on ~180 on the server which is running my script.
Reply
#2

Higher tickrate = better (Sometimes)

Tickrate is how many times the server updates per second

But if your monitors refresh rate isn't the same as (ie is lower than) the tickrate, you will not maximize full potential of ticks. As long as it's above 64 tick it's fine in my opinion
Reply
#3

64 seems very low. I have warnings printed if it goes below 120.
Reply
#4

Quote:
Originally Posted by sammp
View Post
Higher tickrate = better (Sometimes)

Tickrate is how many times the server updates per second

But if your monitors refresh rate isn't the same as (ie is lower than) the tickrate, you will not maximize full potential of ticks. As long as it's above 64 tick it's fine in my opinion
Your second statement isn't true. This tick thingy is completely server-side and has nothing to do with the monitor.

The tick rate is basically how many times the server updates per second. Lower tick rate is an indication that your script is not optimized (or your script is bulky).
Reply
#5

dugi has said before a good tickrate for a server is 200.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)