This is an experimental mod that allows you to play Metal Gear Solid 3 at framerates above (and below) 60. This mod is a work in progress so you should expect there to be issues.
- Download
MGSFPSUnlock.zip
from the releases page - Extract to your MGS3 install location (i.e
C:\Program Files (x86)\Steam\steamapps\common\MGS3
) - Edit
MGSFPSUnlock.ini
and choose your target framerate. - Install MGSHDFix and enable Borderless Windowed mode (this shouldn't be required in the future)
- MGS3 Support
- MGS2 Support
- Variable Framerate
git clone https://github.com/cipherxof/MGSFPSUnlock.git
cd MGSFPSUnlock
git submodule update --init
Open MGSFPSUnlock.sln in Visual Studio (2022) and build
Install mingw-w64-gcc
mkdir build && cd build
cmake ..
make