We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92b7734 commit 20b2b63Copy full SHA for 20b2b63
1 file changed
README.md
@@ -1,9 +1,14 @@
1
# Hades-LuaLoader
2
A lua mod loader library for Hades.
3
4
-# Usage
+# Basic Usage
5
Compile the library and inject using any DLL injector.
6
7
OR
8
9
Download the release and place the XInput1_4.dll file in the x64 directory.
10
+
11
+# Usage
12
+Place `XInput1_4.dll` inside of the game directory, ex. Steam\steamapps\common\Hades\x64
13
+Make a file called `mod_order.txt` inside of the `Scripts` folder.
14
+Write any scripts you wish to be loaded inside of the `Scripts` folder and add their name to the mod_order file.
0 commit comments