You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-8Lines changed: 13 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,10 @@ When patched into the FEZ instance, it can be used to dynamically load game modi
11
11
## Installing mod loader
12
12
13
13
1. Download [MonoMod](https://github.com/MonoMod/MonoMod/releases) (for .NET 4.5.2) and unpack it in the game's directory.
14
-
2. Download latest `FEZ.HAT.mm.dll` from Release tab and put it in the game's directory.
15
-
3. Run command `MonoMod.exe FEZ.exe` (or drag `FEZ.exe` onto `MonoMod.exe`). This should generate new executable file called `MONOMODDED_FEZ.exe`.
16
-
4. Run `MONOMODDED_FEZ.exe` and enjoy modding!
14
+
2. Download latest `FEZRepacker.Core.dll` from [FEZRepacker's repository](https://github.com/FEZModding/FEZRepacker/releases).
15
+
3. Download latest `FEZ.HAT.mm.dll` from Release tab and put it in the game's directory.
16
+
4. Run command `MonoMod.exe FEZ.exe` (or drag `FEZ.exe` onto `MonoMod.exe`). This should generate new executable file called `MONOMODDED_FEZ.exe`.
17
+
5. Run `MONOMODDED_FEZ.exe` and enjoy modding!
17
18
18
19
In the future, this process will be automated by a custom-made installer/mod manager (something like Olympus for Celeste's Everest).
19
20
@@ -29,17 +30,21 @@ It's that simple!
29
30
30
31
1. Clone repository.
31
32
2. Edit `UserProperties.xml` to set up dependencies:
33
+
32
34
* Remove the property `UserPropertiesNotSetUp`.
33
35
* Set `FezDir` and `MonoModDir` to their respective directories. If you already have a FEZ installation with HAT, then these directories are probably all the same directory.
34
36
*_Optional but recommended_: To prevent git from tracking your updated `UserProperties.xml`, run the command `git update-index --skip-worktree UserProperties.xml`.
35
-
3. Build it. idk. it should work.
37
+
* Additionally, change `CopyOverHATToFez` flag if you want to copy HAT binary and all its dependencies to the FEZ directory once built.
38
+
39
+
3. Build it, and then follow the installation instructions to test it.
36
40
37
41
## "Documentation"
38
42
39
-
-[Create your own HAT modifications](/Docs/createmods.md)
40
-
-[Additional HAT behaviour](/Docs/additional.md)
43
+
*[Create your own HAT modifications](/Docs/createmods.md)
44
+
*[Additional HAT behaviour](/Docs/additional.md)
41
45
42
46
## Mods created for HAT
43
47
44
-
-[FEZUG](https://github.com/Krzyhau/FEZUG) - a power tool for speedrun practicing and messing with the game
45
-
-[FezSonezSkin](https://github.com/Krzyhau/FezSonezSkin) - mod replacing Gomez skin with Sonic-like guy seen in Speedrun Mode thumbnail
48
+
*[FEZUG](https://github.com/Krzyhau/FEZUG) - a power tool for speedrun practicing and messing with the game
49
+
*[FezSonezSkin](https://github.com/Krzyhau/FezSonezSkin) - mod replacing Gomez skin with Sonic-like guy seen in Speedrun Mode thumbnail
50
+
*[FezMultiplayerMod](https://github.com/FEZModding/FezMultiplayerMod) - mod adding multiplayer functionalities to FEZ
0 commit comments