Skip to content

Releases: FEZModding/FEZUG

v0.1.5

26 Feb 18:01
Compare
Choose a tag to compare

Changelog:

  • fixed an issue where FEZUG could crash in multithreaded mode (thanks @thearst3rd)
  • added volumeinfo command (thanks @admoore0)
  • added camera viewpoint to the text hud (also thanks @admoore0)
  • added new console variable system with automatically saved variable config file
  • implemented commands to control HUD elements (position and their appearance)
  • fixed issue with console not handling new line characters properly
  • refactored the project to target .NET Standard 2.0 and simplified the workflow

v0.1.4 - HAT compatible!

19 Jan 19:54
Compare
Choose a tag to compare

No longer you have to patch the game to change the version of FEZUG! Check out README.md for instructions on how to install it. Make sure to delete old FEZUG plugin from the game's directory, as HAT should be the only MonoMod mod you're installing!

Changelog:

  • switched from pure MonoMod to HAT
  • added kill command and fixed bind command crash (thanks to thearst3rd)

v0.1.3

13 Jan 23:46
Compare
Choose a tag to compare

Changelog:

  • fixed potential issue where invisible triles wireframe command could crash the game
  • fixed autocomplete issues
  • separated progress command into progress, maps and artifacts, as well as fixed their respective functionalities.
  • added a configurable timer (shoutouts to Jokertyf)
  • mostly fixed incorrectly handled dot loading skip

v0.1.2

13 Jan 21:08
Compare
Choose a tag to compare

Changelog:

  • fixed issue with incorrect path handling by quicksave commands
  • added invisible triles wireframe view (hiddentrileswireframe command)
  • added timescale freature (timescale command)

v0.1.1

11 Jan 15:36
Compare
Choose a tag to compare

Lots of stuff is still untested. Expect crashes. Please report them if possible. The game dumps crashing logs in %appdata%/FEZ

Changelog:

  • remade and improved console interface
  • added time manipulation tool (time command)
  • added more annoyance removal mechanisms (the game skips camera panning down animation now)
  • adedd tp command for teleporting Gomez
  • fixed issues regarding warp command not working properly when executing in the middle of doing 8BACs or warping through gate.
  • added binding system (bind command) with binds persisting between game sessions.

v0.1.0 (public beta)

10 Jan 02:23
Compare
Choose a tag to compare
v0.1.0 (public beta) Pre-release
Pre-release

First ever release of FEZUG. May contain bugs.

Available features:

  • faster game loading
  • command line for user interaction
  • warping to any level
  • named quicksaves
  • progress and items manipulation (wip)
  • minor cheat commands
  • basic hud for displaying info and FEZUG version