This is an experimental mod that allows you to play Metal Gear Solid games at framerates above (and below) 60. This mod is a work in progress so you should expect there to be issues.
- MGS4
- MGS3
- MGS2
- Download
MGSFPSUnlock.zipfrom the releases page - Extract to your MGS2/MGS3/MGS4 install location (i.e
C:\Program Files (x86)\Steam\steamapps\common\METAL GEAR SOLID 4\MGS4) - Edit
MGSFPSUnlock.iniand choose your target framerate. - For MGS3, install MGSHDFix and enable Borderless Windowed mode (this shouldn't be required in the future)
🚩You do not need to do this if you are using Windows!
- Open up the game properties in Steam and add
WINEDLLOVERRIDES="winmm,wininet,winhttp=n,b" %command%to the launch options.
git clone --recursive https://github.com/cipherxof/MGSFPSUnlock.git
cd MGSFPSUnlockOpen MGSFPSUnlock.sln in Visual Studio (2022) and build
Install mingw-w64-gcc
mkdir build && cd build
cmake ..
make