HAT icon indicating copy to clipboard operation
HAT copied to clipboard

Simple mod loader for FEZ

Results 8 HAT issues
Sort by recently updated
recently updated
newest added

It would be nice if HAT exposed an easy way to save and load configuration files for mods, based on some structure defined by individual mods. HAT could take advantage...

enhancement

Implement advanced asset manager which will properly cache assets and convert/load them only when necessary.

MonoMod gives a way of making private/protected stuff from original binaries public. We should take advantage of that and make menu functions and structures open for modders. This would make...

The mod loader installation for Linux should overwrite the vanilla executable. Off the top of my head, the installation could look like this: 1. Th script detects whether a vanilla...

Right now, HAT installation is done through simple scripts (batch script for Windows, shell script for Linux). These script have some issues due to lacking functionalities (export to default `MONOMODDED_FEZ.exe`,...

Adding `FEZUG.zip` into my mod folder results in this error:

The CRLF line feeds cause errors running from `sh`: ```bash > sh ./hat_install.sh ./hat_install.sh: line 2: $'\r': command not found ./hat_install.sh: line 4: cd: $'.\r': No such file or directory...

The MonoMod patcher should be bundled with the right version of `mono`. This would reduce inconsistencies between different Linux distributions' mono packages (ie. Debian, Arch, Alpine, Fedora, SteamOS, Flatpak, the...