FezStitcher is a HAT mod for FEZ which fixes some bugs in the vanilla game.
NOTE: FEZ is generally less buggy when in singlethreaded mode and I highly recommend enabling it. Currently, FezStitcher does prioritize fixing bugs that are only present in multithreaded mode.
- Fixes occasional game crash when re-entering Clock Tower
- Fixes softlock if Dot text appears while the camera is spiraling down
- Fixes buggy behavior involving secret passages including minor animation bugs and various crashes
- Various fixes for the 32 cube and 64 cube end cutscenes
- Fixes several crashes relating to exiting the cutscene early (e.g. by switching save slots or choosing Reset Speedrun in speedrun mode)
- Fixes the Sound Volume setting always being treated as 100% during portions of the cutscenes
- Fixes Pause On Lost Focus always being treated as On during the credits
- Download and install the HAT mod loader
- Download FezStitcher from the Releases page and put the zip file into the
Modsdirectory - Run FEZ with HAT and enjoy!
- Optional but recommended: Turn on singlethreaded mode ("Help & Options" -> "Game Settings" -> "Singlethreaded: On")
These are instructions on how to compile the mod yourself. If you just want to use the mod, see the Usage instructions above.
- Clone this git repository
- Copy
UserProperties.xml.templateintoUserProperties.xmland edit it:- In the
FezDirproperty, put a path to your FEZ game directory with HAT installed
- In the
- With the .NET CLI, run
dotnet buildto build the mod and copy it into your FEZModsfolder- You can run
dotnet build --configuration Releaseto build in Release mode instead of Debug mode. Or, run./scripts/generate_release.shto create a release zip file - Alternatively, instead of using the .NET CLI it should also be possible to open
FezStitcher.csprojwith Visual Studio on Windows and build it that way
- You can run
