Skip to content
forked from FEZModding/FEZUG

MonoMod mod for FEZ adding some cool debug tools

License

Notifications You must be signed in to change notification settings

thearst3rd/FEZUG

 
 

Repository files navigation

FEZUG

thumbnail

Overview

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.

Features

  • 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 and load commands.
  • Commands for quick inventory manipulation (itemcount, maps and artifacts).
  • 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)

Installation

  1. Download MonoMod (for .NET 4.5.2) and unpack it in the game's directory.
  2. Download FEZ.FEZUG.mm.dll and put it in the game's directory.
  3. Run command MonoMod.exe FEZ.exe (or drag FEZ.exe onto MonoMod.exe). This should generate new executable file called MONOMODDED_FEZ.exe.
  4. Run MONOMODDED_FEZ.exe and enjoy your skin!

Building

  1. Clone repository.
  2. Copy all dependencies listed in Dependencies directory and paste them into said directory.
  3. Build it. idk. it should work.

About

MonoMod mod for FEZ adding some cool debug tools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%