Disable the stupid UE4 “Smooth FPS” 62 FPS framerate lock, so the menu doesn’t feel slow on a high FPS monitor.
How to Disable Menu FPS Lock (File Edit)
Open explorer and paste this into the path box:
%userprofile%\AppData\LocalLow\MCC\Saved\Config\WindowsNoEditor
%userprofile%\AppData\LocalLow\MCC\Saved\Config\WindowsNoEditor
Open “Engine.ini” in a text editor.
Paste this next section:
[/script/engine.engine] bSmoothFrameRate=False
And that’s it! The game by default uses VSync in the UE4 menus, but that shouldn’t be an issue.
Thanks to Baba O’riley Gaming for his great guide, all credit to his effort. you can also read the original guide from Steam Community. enjoy the game.
Related Posts:
- Halo The Master Chief Collection: How to enable Battle Pass
- Halo The Master Chief Collection: Vandalized Achievement Guide
- Halo The Master Chief Collection: How to Save your Theater Films
- Halo: The Master Chief Collection – How to Jump
This actually does work. However I noticed that UE4 overwrites this edit, even when I set the Engine.ini file to Read Only.
Because I had Engine.ini open in VSCode, I was able to witness UE4 making this edit to the file:
[/script/engine.engine]
bSmoothFrameRate=False
bSmoothFrameRate=true
So, it added an identical setting and turned it back on? Yes.
So what I did was as simple as this:
[/script/engine.engine]
bSmoothFrameRate=true
bSmoothFrameRate=False
I gave it the old Uno Reverse and believe it or not, now my MCC menu is running uncapped.
Thank you for this tip, I hope somebody might find my info helpful also.