HAT is a MonoMod-based mod loader for FEZ, currently in development. Its main purpose is to make process of FEZ modding slightly easier for end user.
When patched into the FEZ instance, it can be used to dynamically load game modifications on the game launch. Correctly prepared mods can add/override game assets or inject its own logic through custom-made plugin.
- Download MonoMod (for .NET 4.5.2) and unpack it in the game's directory.
- Download latest
FEZ.HAT.mm.dll
from Release tab and put it in the game's directory. - Run command
MonoMod.exe FEZ.exe
(or dragFEZ.exe
ontoMonoMod.exe
). This should generate new executable file calledMONOMODDED_FEZ.exe
. - Run
MONOMODDED_FEZ.exe
and enjoy modding!
In the future, this process will be automated by a custom-made installer/mod manager (something like Olympus for Celeste's Everest).
- On first HAT launch,
Mods
directory should be created in the executable's directory. If not, create it. - Download the mod's archive and put it in this directory.
- Start the game.
It's that simple!
- Clone repository.
- Copy all dependencies listed in
Dependencies
directory and paste them into said directory. - Build it. idk. it should work.
- FEZUG - a power tool for speedrun practicing and messing with the game
- FezSonezSkin - mod replacing Gomez skin with Sonic-like guy seen in Speedrun Mode thumbnail