No FPS gaming possible

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.
User avatar
Slender
Posts: 1547
Joined: 25 Jan 2020, 17:55

Re: No FPS gaming possible

Post by Slender » 02 Aug 2025, 12:58

for many test and logic, /set no mean /deletevalue
if you feel different tell me

LaggyTyp
Posts: 177
Joined: 07 Apr 2024, 16:16

Re: No FPS gaming possible

Post by LaggyTyp » 02 Aug 2025, 16:48

My Settings:

Code: Select all

1.) All network card options (Device Manager) disabled

a) Interrupt Moderation = On
b) Interrupt Moderation Rate = Off
d) Network card Transmit Buffer (Device Manager) = 1024
e) Network card Receive Buffer (Device Manager) = 2048

2.) REG: Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile

a) NetworkThrottlingIndex = 70 (Decimal)
b) SystemResponsiveness = 0 (Decimal)

3.) CMD@Admin: netsh interface tcp set global rsc=disabled

4.) CMD@Admin: netsh interface udo set global uro=disabled

5.) CMD@Admin: netsh interface udo set global uso=disabled

6.) CMD@Admin: bcdedit /set tscsyncpolicy enhanced

7.) CMD@Admin: bcdedit /set useplatformclock no

8.) CMD@Admin: bcdedit /set disabledynamictick yes

9.) Device-Manager: HPET = Disabled

10.) netsh interface tcp set global autotuninglevel=highlyrestricted
The hit reg is wonderful with it!

BUT: Everyone sees me way too fast! I'm running toward a corridor, there are smokes everywhere, I jump around the corner while running, aim down, and the enemy has me in his crosshairs for a long time. It's as if I had already jumped around the corner on the server. WTF?

Dcyker
Posts: 9
Joined: 01 Jun 2023, 03:41

Re: No FPS gaming possible

Post by Dcyker » 02 Aug 2025, 16:58

It's the same for me in Valorant, people always have an advantage no matter their Ping, they always see me first. I can crouch/jump it doesn't matter they kill me instantly.

LaggyTyp
Posts: 177
Joined: 07 Apr 2024, 16:16

Re: No FPS gaming possible

Post by LaggyTyp » 02 Aug 2025, 19:55

bcdedit /set disabledynamictick yes + NetworkThrottlingIndex = 70 = Good

bcdedit /set disabledynamictick yes + NetworkThrottlingIndex = ffffffff = Horror

bcdedit /set disabledynamictick no + NetworkThrottlingIndex = ffffffff = Good

BUT WHY?

User avatar
Slender
Posts: 1547
Joined: 25 Jan 2020, 17:55

Re: No FPS gaming possible

Post by Slender » 03 Aug 2025, 01:41

LaggyTyp wrote:
02 Aug 2025, 19:55
bcdedit /set disabledynamictick yes + NetworkThrottlingIndex = 70 = Good

bcdedit /set disabledynamictick yes + NetworkThrottlingIndex = ffffffff = Horror

bcdedit /set disabledynamictick no + NetworkThrottlingIndex = ffffffff = Good

BUT WHY?
try hard disable mmcss service (it include index and sysresp)

LaggyTyp
Posts: 177
Joined: 07 Apr 2024, 16:16

Re: No FPS gaming possible

Post by LaggyTyp » 03 Aug 2025, 04:22

I can't find the service under Services?

User avatar
Slender
Posts: 1547
Joined: 25 Jan 2020, 17:55

Re: No FPS gaming possible

Post by Slender » 03 Aug 2025, 07:36

LaggyTyp wrote:
03 Aug 2025, 04:22
I can't find the service under Services?
sc config MMCSS start=auto
sc start MMCSS

sc config MMCSS start=disabled
sc stop MMCSS

LaggyTyp
Posts: 177
Joined: 07 Apr 2024, 16:16

Re: No FPS gaming possible

Post by LaggyTyp » 04 Aug 2025, 02:01

bcdedit /set useplatformtick yes

When I run this command, my ping drops from ~14 ms to 5-6 ms but the hitreg is then completely broken.

User avatar
Slender
Posts: 1547
Joined: 25 Jan 2020, 17:55

Re: No FPS gaming possible

Post by Slender » 04 Aug 2025, 05:25

LaggyTyp wrote:
04 Aug 2025, 02:01
bcdedit /set useplatformtick yes

When I run this command, my ping drops from ~14 ms to 5-6 ms but the hitreg is then completely broken.
touch that only in w11 if you disable hpet timer in bios.
you can open dpc latency cheker 1.4.0 and compare it.

LaggyTyp
Posts: 177
Joined: 07 Apr 2024, 16:16

Re: No FPS gaming possible

Post by LaggyTyp » 04 Aug 2025, 06:31

There's no HPET option in my BIOS. Wouldn't it be sufficient to disable HPET in Device Manager?

Are there any other commands that should be set for this option (combination)?

Post Reply