My personnal configs
There’s a lot of discussion about what the best rates are. Rates are Counter-Strikes network settings. A tic is a game measurement unit for a send/receive updates per second. The more tics, the more accurate the game play. This is why you want to play on a 128tic server. CS:GO seems to cap out at around 128. I’ve never seen it go above 122 personaly, but some people report it theoretically maxes out at round 128.
When you fire your gun in Counter-Strike your client sends the data to the server, but the server always gets final jurisdiction. If they compare data, and the server over rides your hit, then what you think is a hit will be a miss. There are many times when you’ll shoot someone and see blood, but then the client reports 0 damage. This occurs because blood decals are client side. Your client believes you scored a hit, draws the blood, and sends the packets to the server to be checked. If the server rules a miss, then the player takes 0 damage. This is why you want your client’s perception of the world to be as close to the server’s perception as possible. It is more beneficial to suffer slightly warping player models rather than smooth interpolated models. The goal for competitive play is to always have the lowest possible amount of client side interpolation. So we set our cl_interp value to 0.
By setting it to 0 the game will automatically set the interp to the lowest possible value allowed by the server.
Next we want as many updates per second as the server will possibly give us. So set our cl_updaterate to “128” and our cl_cmdrate to “128”. You can use higher values, it won’t matter. Any time you use a higher value the server will default you to the highest values allowed. The same goes with rate, which is the size of the packets. You want as much information as possible so I set this to “128000”. Again, this will default to the highest amount a server will allow. You can never have too much of a good thing!
(edit: In the first edition of this guide I forgot the command is no longer cl_rate, but simply rate. So "rate 128000" without the quotes is the correct command)
These are entirely personnal, it should not be that much of an importance if you know what I mean.
No comments:
Post a Comment