Page 1 of 1

Improve your connection to the server

Posted: Sun May 08, 2022 11:05 am
by [ZG] BubblesDevere
FIRST - I want to remind everyone that we have a server with a tickrate of 100 - so in your config.cfg, you should ideally have the set below:

C:\Program Files (x86)\Steam\steamapps\common\Half-Life 2 Deathmatch\hl2mp\cfg\config.cfg

(to be added or modified)

rate "100000"
cl_cmdrate "100"
cl_updaterate "100"

SECOND - check your lerp, for this write net_graph3 in console

If it is high, (about 50 or more) and your PING is relatively LOW you can try the settings below.

Add this to your config.cfg (Thanks to kaku for this info) (beware if you have a high ping to the server, this might affect you negatively)

cl_interp "0.01"
cl_interp_ratio "1"
cl_interp_all "0"
cl_lagcompensation "1"
cl_smooth "0"
cl_smoothtime "0.1"
cl_predict "1"
cl_predictweapons "1"
cl_pred_optimize "2"
net_maxfragments "1260"
net_maxpacketdrop "0"
net_queued_packet_thread "1"
net_chokeloop "1"
net_maxpacketdrop "0"
net_splitpacket_maxrate "1048576"

Re: Improve your connection to the server

Posted: Wed May 25, 2022 10:29 pm
by SΛLO POWEЯ
This is not a universal settings. IS NOT FOR ALL!
Depends of your network connection.
Lerp value should be white colored and low as possible

Re: Improve your connection to the server

Posted: Thu May 26, 2022 2:05 pm
by [ZG] BubblesDevere
SΛLO POWEЯ wrote:This is not a universal settings. IS NOT FOR ALL!
Depends of your network connection.
Lerp value should be white colored and low as possible
Hence my mentioning : (beware if you have a high ping to the server, this might affect you negatively)