Skip to content

1.1.0

Compare
Choose a tag to compare
@Krzyhau Krzyhau released this 12 Jan 18:49
· 39 commits to main since this release

Installation

  1. Download MonoMod (for .NET 4.5.2) and unpack it in the game's directory.
  2. Download version 1.0.0 of FEZRepacker.Core.dll from FEZRepacker's repository.
  3. Download FEZ.HAT.mm.dll and FEZ.Hooks.mm.dll and put them in the game's directory.
  4. Run command MonoMod.exe FEZ.exe (or drag FEZ.exe onto MonoMod.exe). This should generate new executable file called MONOMODDED_FEZ.exe.
  5. Run MONOMODDED_FEZ.exe and enjoy modding!

Changelog

  • included Hooks library which can be used by mods
  • included Repacker for asset loading pipeline (which means you can now use converted formats like PNG or fezlvl.json in your mods, without needing to convert assets to XNB format)

Bugfixes

  • reworked mod dependency system
  • changed asset injection method
  • fixed crash when no mods are present