(The mouse handling is still pretty broken in the game. As soon as the framerate in game drops below MaxSmoothedFrameRate, mouse becomes very jerky.)
This fix addresses the issues for people who already improved their jerky mouse issue by lowering
MaxSmoothedFrameRate.
Asset (textures and other things) streaming makes the game drop the framerate severely in certain spots on the map. This fix works by minimizing the streaming, so the framerate and consequently the mouse are much more stable and smooth.
In APEngine.ini (C:\Users\username\Documents\Alpha Protocol\APGame\Config), change the following settings:
UseBackgroundLevelStreaming=false
OnlyStreamInTextures=true
This made the game almost entirely jerky free for me at MaxSmoothedFrameRate=62, but I do have a very high end system.
(I also changed some cache size values in the same file, but I'm not sure that they are needed.)
Question
acrh2
(The mouse handling is still pretty broken in the game. As soon as the framerate in game drops below MaxSmoothedFrameRate, mouse becomes very jerky.)
This fix addresses the issues for people who already improved their jerky mouse issue by lowering
MaxSmoothedFrameRate.
Asset (textures and other things) streaming makes the game drop the framerate severely in certain spots on the map. This fix works by minimizing the streaming, so the framerate and consequently the mouse are much more stable and smooth.
In APEngine.ini (C:\Users\username\Documents\Alpha Protocol\APGame\Config), change the following settings:
UseBackgroundLevelStreaming=false
OnlyStreamInTextures=true
This made the game almost entirely jerky free for me at MaxSmoothedFrameRate=62, but I do have a very high end system.
(I also changed some cache size values in the same file, but I'm not sure that they are needed.)
29 answers to this question
Recommended Posts