April 02 2025 14:22:52
Navigation
· Home
· Discussion Forum
· Downloads
· 3v3 Hall of Fame
· Web Links
· SourceBans
· HLstatsX
· Servers

· Steam Group
· MOTD
· Search
· Contact Us
Forum Threads
Newest Threads
· Client Network Tweaking
· I am teh Space Cat
· time is everyone's e...
· Ban Appeal
· Racial Slurs - Moon Man
Hottest Threads
· time is everyone'... [5]
· I am teh Space Cat [4]
· Client Network Tw... [2]
· Ban Appeal [0]
Donate

Current Donation Stats

Apr's Goal: $100.00
Due Date: Apr 30
Amount in: $10.00
Balance: $9.41
Left to go: $90.59


Click here to expand donation informationCurrent Donations
View Thread
DoGz Gaming Clan » Public Forums » Public Chat
 Print Thread
Client Network Tweaking
SpaceCat
Anybody know much about rate and interp settings? This is what I'm using:

Download source  Code

rate "1048576"
cl_cmdrate "99"
cl_updaterate "1000"
cl_interp 0.0125
cl_interp_ratio 1
cl_smooth 0

net_splitpacket_maxrate 1048576
net_compresspackets 1
net_compresspackets_minsize 128
net_maxroutable 1280
net_maxfragments 1280
net_splitrate 2
net_maxcleartime 0.015





Am I shooting myself in the foot with any of these settings?

Thaaanks!
 
That One Guy
This was a response I had to a similar post....
-------------------------------------------------------
Here's what I use:

Download source  Code

rate "180000"

cl_cmdrate 100     //this is common for 100 tick servers. Dogz is 66-tick, but i dont bother lowering even though technically (as I understand) you should match the server for better reg.

cl_updaterate 100

fps_max 180

cl_interp_ratio 2      //Sets the interpolation amount (final amount is cl_interp_ratio / cl_updaterate)

cl_interp 0           //0 will set it to the lowest interp possible





Note that interp ratio can be subject to limits set by servers (sv_client_min_interp_ratio and sv_client_max_interp_ratio). Dogz limits this between 1 and 2.

If you try messing with your interp and interp ratio....document what it was beforehand though because that is also a good way to mess up your reg.
----------------------------------------

Now to your post...

Your updaterate wont do much - 1000 would be for a 1000-tick server....so yea...Dogz is 66. Other servers are typically 66, some 100. I set mine for 100 and dont bother changing between servers.

I've not tampered with any net_* settings, so those are default for me. Other than fixing your updaterate, the only thing you might experiment with is an interp ratio of 2.
Edited by That One Guy on 02-04-2025 02:04
----------------------------------------------------------

- Sourcemod programmer, civil engineering, etc.
In-Game Name: The Oneā„¢
 
www.togcoding.com
Tex Mex
I tried the rates badseed gave me and it works great

rate 102400
cl_updaterate 67
cl_cmdrate 67
cl_interp 0
cl_interpolate 1
cl_interp_ratio 2
cl_predict 1
cl_lagcompensation 1
fps_max 999
 
Jump to Forum:
Powered by PHP-Fusion copyright 2002 - 2008 by Nick Jones.
Released as free software without warranties under GNU Affero GPL v3.