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.- Quicksave functionality through
save
andload
commands. - Commands for quick inventory manipulation (
itemcount
,maps
andartifacts
). progress
command for manipulating game flags and level progress (WIP)blackholes
command for manipulating black holes.- Timescale manipulation through
timescale
command. - Invisible trile wireframe preview using
hiddentrileswireframe
command. - Configurable IL timer (
timer
command). - Basic HUD for displaying player's position, velocity and state (WIP)
- 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.