We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71cc795 commit efe5c52Copy full SHA for efe5c52
1 file changed
README.md
@@ -32,9 +32,9 @@ For windows:
32
33
Prerequites:
34
* mono-complete
35
-
+* mono.cecil.inject (https://github.com/denikson/Mono.Cecil.Inject/releases)
36
To build the files from source and install them simply:
37
+* Place Mono.Cecil.Inject.dll in your solution directory and add it to references if it doesn't automatically.
38
* Build HookAttribute with `xbuild HookAttribute.csproj` and place the HookAttribute.dll in $Gamedir/Game_Data/Managed
39
* Build Hooks Injector with `xbuild HooksInjector.csproj` and place HooksInjector.exe along with the `Mono.Cecil` dll's in $Gamedir
40
0 commit comments