Skip to content

v0.3 - custom resolutions, borderless, dot matrix filter & tracing

Choose a tag to compare

@nuggslet nuggslet released this 13 Nov 17:01
· 124 commits to master since this release

Changes

  • Custom resolution options added, including borderless. These control the window/fullscreen resolution, not the PSX internal render resolution. Borrows heavily from MGSHDFix - many thanks to Lyall and emoose!
  • Tracing feature added for Squirrel and native function calls. Higher tracing level means more recursion into arguments (and will slow things down a lot!)
  • More behind the scenes improvements: Squirrel VM hooking is now very robust, should solve cases where the fix doesn't start up properly.
  • MGS 1: Adds an option to enable the dot matrix filter.

Installation

  • Extract the contents of the release zip in to the the game folder.
    (e.g. "steamapps\common\MGS1" for Steam).

Steam Deck/Linux additional instructions

  • Open up the Steam properties of MGS1 and put WINEDLLOVERRIDES="d3d11=n,b" %command% in the launch options.

Configuration

  • See MGSM2Fix.ini to adjust settings for the fix.