Halo The Master Chief Collection: How to Disable Menu FPS Lock

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

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:

About Robins Chew

I'm Robins, who love to play the mobile games from Google Play, I will share the gift codes in this website, if you also love mobile games, come play with me. Besides, I will also play some video games relresed from Steam.

1 thought on “Halo The Master Chief Collection: How to Disable Menu FPS Lock”

  1. 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.

    Reply

Leave a Comment