This library is a MonoMod mod which adds some debug functionalities to FEZ - mainly tools for speedrunners, but also for people who want to just mess with the game.
- Multiple annoying cutscenes (intro, dot loading etc.) shortened or removed.
- Command like (available through
~
key) for interacting with other features. - Binding feature allowing you to have any command bound to any key through
bind
command. warp
command for moving to different levels instantaneously.reload
command for quick reload of the level you're currently in.save
andload
commands for saving and loading named quicksaves.progress
command for manipulating game and level progress (WIP)itemcount
command for changing amount of items currently possessed.blackholes
command for manipulating black holes.time
command for manipulating in-game day and night cycle.- Basic HUD for displaying player's position, velocity and state (WIP)
allow3d
command for allowing 3D perspective shift in a level.
- Download MonoMod (for .NET 4.5.2) and unpack it in the game's directory.
- Download FEZ.FEZUG.mm.dll 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 your skin!
- Clone repository.
- Copy all dependencies listed in
Dependencies
directory and paste them into said directory. - Build it. idk. it should work.