Savitarax / File-Resources

This contains all the necessary files in my guides you may have seen.
4 stars 0 forks source link

It Doesn't Work Ingame #1

Open Specialindex opened 1 month ago

Specialindex commented 1 month ago

Here are three photos representing each state

Photo 1) Before running SetTimerResolution 1

Photo 2) After running SetTimerResolution 2

Photo 3)After running SetTimerResolution+ Ingame [CS2 + other games] 3

Savitarax commented 1 month ago

Your issue does not have to do with this application, the reason it is giving you odd values and numbers is because you do not have 2 possible configurations set correctly.

1: you do not have in the registry tree (Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\kernel) "GlobalTimerResolutionRequests" set to a value of 1. This synchronizes the timer resolution to run on a global configuration where the lowest requested timer resolution is treated as the global resolution for all other timers.

2: You are running on a version of windows that has permanently become desynchronized. Please see the video guide for which windows 10 versions still support global timer resolutions natively and which versions do not. If you are on a version which no longer supports global timer requests. There is no fix. There is no workaround. All windows 11 versions will support global timer resolution requests but it has to manually be set in the registry with dword 32 bit value provided above.

This can be the only 2 possible reasons.