Jenna1337 / FezChaosMod

Game modification for FEZ adding random effects
MIT License
2 stars 0 forks source link

FezChaosMod

Game modification for FEZ adding random effects

GitHub releases Version

Fez Chaos Mod in action

Overview

This library is a game modification for the video game FEZ which adds a chaos mod (game modification that activate a random effect every so many seconds).

Please support me on Patreon: https://www.patreon.com/jenna1337

Features

For a full list of features, see changelog.txt

Installation

Note: due to how winforms doesn't seem to work that great on any OS besides Windows, the currently only supported OS is Windows 10.

Method 1: HAT

  1. Install HAT via the instructions there
  2. Download FezChaosMod.zip from https://github.com/Jenna1337/FezChaosMod/releases/latest and put it in the "Mods" directory.
  3. Run MONOMODDED_FEZ.exe and enjoy!

Method 2 (deprecated): MonoMod

  1. Download MonoMod and unpack it in the game's directory.
  2. Download FEZ.ChaosMod.mm.dll from https://github.com/Jenna1337/FezChaosMod/releases/latest 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!

Building

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

Contributing

Look for comments starting with the text TODO (whole word, case sensitive) (e.g., //TODO add effects that mess with the controls)