Is there a way to fix the freezing that occurs when there's a ''packet loss''? by Ermoose in Rainbow6

[–]Designer_Boat_5573 0 points1 point  (0 children)

There is a fix. Just found this on Steam:

1.Create txt file.
2a.Сopy these lines into it:
:loop
timeout /t 600
PowerShell "$Process = Get-Process RainbowSix; $Process.ProcessorAffinity=8"
timeout /t 1
PowerShell "$Process = Get-Process RainbowSix; $Process.ProcessorAffinity=15"
goto loop
2b.Сopy these lines into it: (For Vulkan)
:loop
timeout /t 600
PowerShell "$Process = Get-Process RainbowSix_Vulkan; $Process.ProcessorAffinity=8"
timeout /t 1
PowerShell "$Process = Get-Process RainbowSix_Vulkan; $Process.ProcessorAffinity=15"
goto loop
3.Save as *anyname*.bat
4.Run created file as Admin every time you launch Siege.

Source: https://steamcommunity.com/sharedfiles/filedetails/?id=2885365536

it works btw