Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
http://steamcommunity.com/sharedfiles/filedetails/?id=372777922
I have already checked that guide, and according to the description, if only one core is operating during the game, then it might be a help, but all of my cores are running according to the Performance tab in Task Manager.
I could of course try it, it is not like 15 fps or anything that low.. it is simply just minor small frameskips every fourth second.
I did however have severe framedrops of insane proportions while I was downloading Wolfenstein - The New Order.
When that was done, the game ran normal again (for NFS HP / EA PC standards)
I could try and toy with the cores at some point, should the frame rate be too unbearable.
One question:You're getting microslu_ttering right?59fps? If so,if you have Nvidia card try enabling Adaptive Vsync in Control Panel and disable Vsync in game.Or if that doesn't help find game engine and try changing PoolSize to VRAM of your GPU or 400 MB less.Try finding MaxSmoothedFrameRate and MinSmoothedFrameRate and tell me what numbers are there.I am just talking about general things that improve perfomance in games sometimes.
That's new to me, how do I do that?
It may be useful, as you can turn off some video effects that aren't toggled in the in game video options.
There's nothing about Min/MaxSmoothedFrameRate in it, though, so Kratos probably had something else in mind.
The constant frame drop will stop
so start the game, alt tab to task manager, right click on NFS, go to details, then right click again on NFS, set affinity. I used cores 0, 1, and 2, then clicked ok. Ran crispy smooth the rest of my session.
I just found a way to set it with a shortcut using a command line and it's working for me. All you have to do is make a shortcut like this to run the game:
Target:
%windir%\system32\cmd.exe /c start /affinity F NFS11.exe
Start in:
"C:\Program Files (x86)\Steam\steamapps\common\Need for Speed Hot Pursuit"
The most important part is /affinity F, where F is a binary string of your cores in reverse order converted to hex. In my case I want all 4 of my cores to be used, so 4th, 3rd, 2nd, 1st, 1111 = F.
If you wanted the first 3 of 7 (though I would try using all of them first) it would be like 0000111, 7 converted to hex, so you would use /affinity 7.
Got it from here:
https://superuser.com/questions/1156840/how-do-i-set-the-group-and-affinity-of-a-windows-executable-from-the-command-lin