NoobFusion
Would you like to react to this message? Create an account in a few clicks or log in to continue.


Noobfusion, Where you take the next step in gaming!
 
HomeHome  PortalPortal  GalleryGallery  Latest imagesLatest images  SearchSearch  RegisterRegister  Log inLog in  Our Servers  Steam Page  

 

 About some settings...

Go down 
2 posters
AuthorMessage
Fubot>:3

Fubot>:3


Number of posts : 2
Age : 33
Location : Bangladesh
Points : 4
Registration date : 2009-07-16

About some settings... Empty
PostSubject: About some settings...   About some settings... EmptyWed Jul 22, 2009 4:37 pm

Can whoever can change server settings please set:
sv_mincmdrate to 0
sv_minupdaterate to 0
and
sv_minrate to 0
(if you wanted to set cl_interp to 0.015 it would help some people, but it doesn't matter.)

With the way these settings currently are on the server (to high), you're not allowing people who know how to use their rate settings to optimize their connection for the least amount of choke. If you changed them to what I posted, people who know how to use them can tune their connection so that they get 0 choke, and their client side lag will be greatly reduced.

If you would like me to explain each one of these settings, and why they need to be changed, I will, but it involves a lot of boring source net code talk.

Thank you for your time.
Back to top Go down
example48
Admin Manager
Admin Manager
example48


Number of posts : 244
Location : Sacramento, CA
Points : 730
Registration date : 2009-06-13

About some settings... Empty
PostSubject: Re: About some settings...   About some settings... EmptyWed Jul 22, 2009 6:32 pm

Plz Explain.

I Love "boring source net code talk."
Back to top Go down
http://www.finalbattleground.com/css/profile/example/
Fubot>:3

Fubot>:3


Number of posts : 2
Age : 33
Location : Bangladesh
Points : 4
Registration date : 2009-07-16

About some settings... Empty
PostSubject: Re: About some settings...   About some settings... EmptyWed Jul 22, 2009 8:57 pm

Before I start, I wanted to add that the server setting "fps_max" should be removed, because the server should have no control over it, because that is a client-side variable, and the server setting it can only do harm. That will be explained in the novel I'm about to write. (lol)

The whole purpose of even being able to change these settings is to combat choke. If we lived in a perfect world, were everyone's connection had no delay, and everyone's computer was super fast, we wouldn't need these settings. But we don't live in a perfect world, so the great minds at valve integrated these nice settings into our netcode so we can tune our connections to try and prevent/compensate for delay.

So what is choke? Choke, put roughly, is the server trying to send the client data while they can't accept it. It is caused when the clients rates are set to high or too low, and the flow of data backs up, causing lag.

So Fubot, how to we "tune our connections"? By setting your rates properly based on the potential of your computer and your internet connection. Contrary to popular belief, rates have very little to do with the tickrate of the server. In fact, the only similarity between them is that the max cmdrate possible, is the tickrate of the server. That's it. Your proper cmdrate setting is actually dependent on your client FPS. So let's talk about what this crap means.

Tickrate: Simply put, this is a measure of how often the server simulates the game per second. In example, for a 100 tickrate server it generates the game 100 times per second. Which is why 100 tick servers are smoother then 66 or 33 ticks.

Rate: Rate tells the server just how much incoming data to accept from the client (in bytes/second).

cl_updaterate: This command is similar to the rate command, except it is measured in ticks/second rather then bytes/second. It controls how many of the 100, 66, or 33 ticks the client is allowed to receive.

These variables determine how much data the server sends to you. Now let's look at what determines how much you send to it.

cl_cmdrate: Controls how many ticks(updates)/second that you will send the server. It also allows the server to calculate what you are doing as a client.

Believe it or not, the source engine uses your client FPS to determine how many times/second it will check for client input. If there is a disparity between your cmdrate setting and your current fps, you are likely to encounter choke. This is partly why fps_max exists.

fps_max: This limits your client FPS, and thus how often the engine checks for player input.

So let me explain why you guys should change the server side settings.

1. fps_max: This setting, which is currently set at 150 on the NF server, just prevents users from changing their own fps_max setting. This is a client-side setting, and the server controlling generally makes no sense and only frustrates people who can actually know what that setting does.

2. sv_mincmdrate: At it's current setting of 50, this means that at any time during gameplay, if a clients FPS dips below 50, or they cannot sustain 50fps due to their computer, they will experience choke (lag). If it was set to zero, then users could set it to whatever they wanted in order to ensure that a dip in FPS wouldn't cause choke, and if it did, they could fix it.

3. sv_minupdaterate: Updaterate and cmdrate should be closely matched. If a user needs to set his cmdrate and updaterate below 50, the current server settings won't allow them to do so. Once again, if set to zero, this will allow the client to do whatever he/she needs to ensure that choke doesn't happen.

4. sv_minrate: This setting depends on the users internet connection. While its current setting of 30000 allows the server to send clients the most amount of data, some users cannot accept all this data due to their internet connection. That leads to choke. If set to zero, they can set it to the proper amount of bytes/second that their internet connection can accept.

5. cl_interp: like fps_max, this could be deleted as well, but since most people have no idea what this setting does, setting it for .015 will make alot of sense. (.015 is a medium setting). Once again, I can explain interpolation if you want, but I'm trying to be brief. It also makes no sense.

A lot of people don't really understand rate settings, but if you change the server settings to what I ask it will allow people who do understand them to eliminate choke, so they'll lag a lot less.

And there you have it. If you want me to clarify something, just ask.
Back to top Go down
Sponsored content





About some settings... Empty
PostSubject: Re: About some settings...   About some settings... Empty

Back to top Go down
 
About some settings...
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
NoobFusion :: NoobFusion Discussion :: Server Development-
Jump to: