Forums de l'Alliance Francophone Sudden Strike
https://forum.sudden-strike-alliance.fr/

Problem with lag on Windows 7 and 10
https://forum.sudden-strike-alliance.fr/viewtopic.php?t=2807
Page 1 of 1

Author:  mayor02 BiH [ 05 Jun 2017, 13:52 ]
Post subject:  Problem with lag on Windows 7 and 10

Do you have any problems with the lag when playing with your friends multiplayer Sudden Strike??? This topic will suggest you what to do to play the best realistic strategy W,( d without any problems.
Before I had problems with this, so I had to mute the sound in the game so ,( play it, then i find a solution of my problem.

As always make a system restore point before making and registry settings, make a backup of your registry too. You don't have to, nothing should go wrong but it's always better to ,( than sorry.
It's crazy how much microsoft gimps your PC from it's full gaming potential and the amount of stuff they hide from you.

For Windows 7:

* Open regedit
* Go to: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile
* There will be an entry for networ,( mance throttling, default value is 10; set it to FFFFFFFF hex (willl look like 0xFFFFFFFF to the right of the entry)
* Reboot


-update another tweak In ,(W8/8.1, just like with Windows 7, multimedia applications use the "Multimedia Cla,( uler" service (MMCSS) to ensure priritized access to CPU resources, without denying CPU resources to lower-priority background applications. However, this also reserves 20% of CPU by default for background processes, your
multimedia streaming and some games can only utilize up to 80% of t,( This setting, in combination with the above "NetworkThrottlingIndex" can help some games and video streaming. We recommend reducing the reserved CPU for background processes from the default of 20%.

Navigate to:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile SystemResponsiveness=10 (DWORD, default is 20 denoting 20% of CPU reserved, recommended: decimal 10, or 0 for pure gaming/multimedia performance)

Notes: The number in this key is rounded by MMCSS to the nearest 10. In some server operating systems (Windows 2008 Server), the SystemResponsiveness may be set to 100, instead of 20 by defa,(ls is by design, giving higher priority to background services over multimedia.



For Windows 10: How to Tweak Windows 10 for Gaming

- Nagle’s algorithm combines several small packets into a single, larger packet for more efficient transmissio,(. is designed to improve throughput efficiency of data transmission. Disabling “nagling” can help reduce latency/ping in some games. Nagle’s algorithm is enabled in Windows by default.

To implement this tweak, modify the following registry keys.
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces{NIC-id} For the {NIC-id}, look for the one with your IP address listed. Under this {NIC-id} key, create the following DWORD value:
TcpAckFrequency and set it to 1 to disable “nagling” for gaming.
TCPNoDelay and set it also to 1 to disable “nagling”
TcpDelAckTicks and set it to 0

Note: Some reports say that the tweaks did reduce latency when playing Dota 2 and League of Legends but it doesn’t work for some. I have tried it and my latency improved from 110 to 90ms (SEA Server) when playing Dota 2. Network Throttling Index


-Windows implements a network throttling mechanism, the idea behind such throttling is that processing of network packets can be a resource-intensive task. It is beneficial to turn off such throttling for achieving maximum throughput.

To implement this tweak, run regedit and modify the registry HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile. Under SystemProfile, create a DWORD value and name it to “NetworkThrottlingIndex” then set its Hexadecimal value to ffffffff for gaming and max throughput: ffffffff completely disables throttling. System Gaming Responsiveness


-Multimedia streaming and some games that uses “Multimedia Class Scheduler” service (MMCSS) can only utilize up to 80% of the CPU. The “Multimedia Class Scheduler” service (MMCSS) ensures prioritized access to CPU resources, without denying CPU resources to lower-priority background applications.

To implement this tweak, run regedit and modify the registry key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile. From there, create a new DWORD and name it to “SystemResponsiveness” set its hexadecimal value to 00000000 for pure gaming/streaming.


-In the same Registry hive as the above tweak, you can also change the priority of Games. To implement this tweak, go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile\Tasks\Games and change the following registry values:
“GPU Priority” change its values to 8 for gaming.
“Priority” set to 6 for gaming.


-Update another tweak In Windows 8/8.1, just like with Windows 7, multimedia applications use the "Multimedia Class Scheduler" service (MMCSS) to ensure priritized access to CPU resources, without denying CPU resources to lower-priority background applications. However, this also reserves 20% of CPU by default for background processes, your
multimedia streaming and some games can only utilize up to 80% of the CPU. This setting, in combination with the above "NetworkThrottlingIndex" can help some games and video streaming. We recommend reducing the reserved CPU for background processes from the default of 20%.

Navigate to:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Multimedia\SystemProfile SystemResponsiveness=10 (DWORD, default is 20 denoting 20% of CPU reserved, recommended: decimal 10, or 0 for pure gaming/multimedia performance)

Notes: The number in this key is rounded by MMCSS to the nearest 10. In some server operating systems (Windows 2008 Server), the SystemResponsiveness may be set to 100, instead of 20 by default. This is by design, giving higher priority to background services over multimedia.


-Disable Receive Segment Coalescing State (RSC)
This is applicable to Windows 8/10/2012 Server, not available for earlier Windows versions.
Receive Segment Coalescing (RSC) allows the NIC to coalesce multiple TCP/IP packets that arrive within a single interrupt into a single larger packet (up to 64KB) so that the network stack has to process fewer headers, resulting in 10% to 30% reduction in I/O overhead depending on the workload, thereby improving throughput. Receive Segment Coalescing (RCS) is able to collect packets that are received during the same interrupt cycle and put them together so that they can be more efficiently delivered to the network stack. While this reduces CPU utilization and improves thorughput, it can also have a negative impact on latency. That is why we recommend you disable it where latency is more important than throughput.

Possible states: enabled, disabled, default. Default state: disabled Recommended: disabled for pure gaming latency, enabled for better throughput.

To enable using netsh:
netsh int tcp set global rsc=disabled
To change using PowerShell cmdlets:
Disable-NetAdapterRsc -Name * (use to disable RSC for all adapters) Enable-NetAdapterRsc -Name * (use to enables RSC for all adapters that support it) Get-NetAdapterRsc -Name * (use to view adapters that support RSC)

Notes: Only supported by some network adapters. May need "Checksum Offload" enabled as well to work.

Author:  Cpt_Love [ 06 Jun 2017, 23:08 ]
Post subject:  Re: Problem with lag on Windows 7 and 10

Mayor the fix does not work for me :(

Author:  mayor02 BiH [ 07 Jun 2017, 19:45 ]
Post subject:  Re: Problem with lag on Windows 7 and 10

[quote=" Cpt_Love"]Mayor the fix does not work for me :([/quote]



Did you restart PC after all this?? When you restart, click right on game icon,go to compatibility and set run with administrator.
Do not set any windows to run in this option, disable that. We can test this again together.

Author:  Cpt_Love [ 07 Jun 2017, 21:49 ]
Post subject:  Re: Problem with lag on Windows 7 and 10

I restarted with PC after this. However I was running in "Windows 8 Compatibility Mode".
I will try again later this w,( s:) -->:)

Page 1 of 1 All times are UTC+01:00
Powered by phpBB® Forum Software © phpBB Limited
https://www.phpbb.com/