This is a HAT 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 and install HAT.
- Download
FEZUG.zip
and put it inMods
directory. - Run
MONOMODDED_FEZ.exe
and enjoy practising!
- Clone repository.
- Copy all dependencies listed in
Dependencies
directory and paste them into said directory. - Build it. idk. it should work.