Intentional delay to fix desync in csgo using Netem in OpenWRT

Everything about latency. This section is mainly user/consumer discussion. (Peer-reviewed scientific discussion should go in Laboratory section). Tips, mouse lag, display lag, game engine lag, network lag, whole input lag chain, VSYNC OFF vs VSYNC ON, and more! Input Lag Articles on Blur Busters.
dermodemon
Posts: 134
Joined: 10 Aug 2023, 12:03

Re: Intentional delay to fix desync in csgo using Netem in OpenWRT

Post by dermodemon » 28 Aug 2023, 13:19

i think i fixed huge desync.
i have 1000mbit/1000mbit fiber optic
i limited my speed to 100mbit/s and now it's much much better :D
p.s. it's still bad but at least it is playable now.

KingAzar
Posts: 117
Joined: 28 Dec 2022, 00:54

Re: Intentional delay to fix desync in csgo using Netem in OpenWRT

Post by KingAzar » 28 Aug 2023, 16:41

By Limiting the bandwidth it seems like it's fixing bufferbloat potential issues. Do you have other users using your internet?

Also, if you have those small consumer routers, bandwidth control can be rough for it to handle correctly, and I'm saying it by experience and testing. You shouldn't sacrifice 90% of your speed to have a half-and-half result.

What's your bufferbloat result before and after limiting your bandwidth?

Here is mine:

Before
2023-08-28 15_35_13-Bufferbloat and Internet Speed Test - Waveform - Personal - Microsoft​ Edge.png
2023-08-28 15_35_13-Bufferbloat and Internet Speed Test - Waveform - Personal - Microsoft​ Edge.png (266.53 KiB) Viewed 4512 times
After
2023-08-28 15_38_36-Bufferbloat and Internet Speed Test - Waveform - Personal - Microsoft​ Edge.png
2023-08-28 15_38_36-Bufferbloat and Internet Speed Test - Waveform - Personal - Microsoft​ Edge.png (261.9 KiB) Viewed 4512 times

dermodemon
Posts: 134
Joined: 10 Aug 2023, 12:03

Re: Intentional delay to fix desync in csgo using Netem in OpenWRT

Post by dermodemon » 29 Aug 2023, 13:14

KingAzar wrote:
28 Aug 2023, 16:41
By Limiting the bandwidth it seems like it's fixing bufferbloat potential issues. Do you have other users using your internet?

Also, if you have those small consumer routers, bandwidth control can be rough for it to handle correctly, and I'm saying it by experience and testing. You shouldn't sacrifice 90% of your speed to have a half-and-half result.

What's your bufferbloat result before and after limiting your bandwidth?

Here is mine:

Before
2023-08-28 15_35_13-Bufferbloat and Internet Speed Test - Waveform - Personal - Microsoft​ Edge.png

After
2023-08-28 15_38_36-Bufferbloat and Internet Speed Test - Waveform - Personal - Microsoft​ Edge.png
nah. this sh*t came back. can't hit anything again :D. I have bufferbloat on waveform a+ +0/+0

dermodemon
Posts: 134
Joined: 10 Aug 2023, 12:03

Re: Intentional delay to fix desync in csgo using Netem in OpenWRT

Post by dermodemon » 30 Aug 2023, 07:48

Well i finally found a real fix for it.
It helps me a lot. Now it's consistent without any stupid comebacks.
Basically what i did:
1) Deleted 730 folder in steam userdata/steamid/completely
2) Deleted cfg folder in csgo folder
3) Made a cfg csgo registry tweak to move cfg folder from 730 to csgo/cfg folder

Code: Select all

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment]
"USRLOCALCSGO"="C:\\Program Files (x86)\\Steam\\steamapps\\common\\Counter-Strike Global Offensive\\csgo"
4) You can change it to your specific folder^^^^^
5) Rebooted pc
6) Verified local files for csgo in steam
7) Start csgo with launch parametr: +r_dynamic 0 +cl_interp_ratio 1.25
8) Change bandwith in game settings, not "rate" in console to UNRESTRICTED
That's all. Now i can finally play almost with 0 desync. Finally rank up to lem from dmg with ez kills without getting prefired.
I think the problem was exactly in the cfg folders. Something went wrong after steam updated cfg folder location so regedit tweak fixed it.

Please somebody test it out for me. I hope it will fix all of your desync problems!

wilkN
Posts: 11
Joined: 02 Aug 2023, 02:56

Re: Intentional delay to fix desync in csgo using Netem in OpenWRT

Post by wilkN » 30 Aug 2023, 09:03

How would that regedit fix it, just curious? Dont you think deleting 730 fixed the issue

dermodemon
Posts: 134
Joined: 10 Aug 2023, 12:03

Re: Intentional delay to fix desync in csgo using Netem in OpenWRT

Post by dermodemon » 30 Aug 2023, 09:34

wilkN wrote:
30 Aug 2023, 09:03
How would that regedit fix it, just curious? Dont you think deleting 730 fixed the issue
don't know man, it's just how it works out for me :lol:

Post Reply