
Follow these steps and you should be playing in a minutes:
How to Fix
1. Type msconfig to search -> go to SERVICES -> check bottom left “Hide all microsoft services -> uncheck “EasyAntiCheat” and “Rockstar Game Library”
Apply!
2. Go to disc where you installed COD (for example G:\SteamLibrary\steamapps\common\Call of Duty HQ) -> right click on app “cod” -> Properties -> Compatibility -> Change high DPI settings -> check both (with “I signed to windows” and “Application)
Apply!
3. Go to Documents and find COD file (for example: C:\Users\Ghost\Documents\Call of Duty\players -> Open this file in notepad: options.3.cod22
Edit these like that:
// Enables the async compute for specific cases
AsyncCompute:0.0 = “false”
// The maximum distance at which clutter models are rendered.
ClutterMaxDist:0.0 = “100.000000” // 100.000000 to 10000.000000
Now focus on this: Number 14 means number of your processor cores: My i7 got 14 so I wrote 14. If you have for example some i5 with 8 cores, type 8! If you struggle where to find your cores, go CTRL+ALT+DEL, click Task Manager -> Performance -> CPU and in the right bottom corner check number of CORES
// Thread count for handling the job queue
RendererWorkerCount:0.0 = “14” // -1 to 16
Save! Hope this helps!
Be the first to comment