Game modification for FEZ adding random effects
This library is a game modification for the video game FEZ which adds a chaos mod (game modification that activate a random effect every so many seconds).
Please support me on Patreon: https://www.patreon.com/jenna1337
For a full list of features, see changelog.txt
Note: due to how winforms doesn't seem to work that great on any OS besides Windows, the currently only supported OS is Windows 10.
- Install HAT via the instructions there
- Download FezChaosMod.zip from https://github.com/Jenna1337/FezChaosMod/releases/latest and put it in the "Mods" directory.
- Run
MONOMODDED_FEZ.exe
and enjoy!
- Download MonoMod and unpack it in the game's directory.
- Download FEZ.ChaosMod.mm.dll from https://github.com/Jenna1337/FezChaosMod/releases/latest 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!
- Clone repository.
- Copy all dependencies listed in
libs
directory and paste them into said directory. - Build it. idk. it should work.
Look for comments starting with the text TODO
(whole word, case sensitive) (e.g., //TODO add effects that mess with the controls
)