Skip to content

Latest commit

 

History

17 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FezStitcher

banner

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.

Bug Fixes

  • 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

Usage

  1. Download and install the HAT mod loader
  2. Download FezStitcher from the Releases page and put the zip file into the Mods directory
  3. Run FEZ with HAT and enjoy!
    • Optional but recommended: Turn on singlethreaded mode ("Help & Options" -> "Game Settings" -> "Singlethreaded: On")

Build Instructions

These are instructions on how to compile the mod yourself. If you just want to use the mod, see the Usage instructions above.

  1. Clone this git repository
  2. Copy UserProperties.xml.template into UserProperties.xml and edit it:
    • In the FezDir property, put a path to your FEZ game directory with HAT installed
  3. With the .NET CLI, run dotnet build to build the mod and copy it into your FEZ Mods folder
    • You can run dotnet build --configuration Release to build in Release mode instead of Debug mode. Or, run ./scripts/generate_release.sh to create a release zip file
    • Alternatively, instead of using the .NET CLI it should also be possible to open FezStitcher.csproj with Visual Studio on Windows and build it that way

About

Mod to fix some vanilla bugs in FEZ

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages