Skip to content

Commit 20b2b63

Browse files
Update README.md
1 parent 92b7734 commit 20b2b63

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
# Hades-LuaLoader
22
A lua mod loader library for Hades.
33

4-
# Usage
4+
# Basic Usage
55
Compile the library and inject using any DLL injector.
66

77
OR
88

99
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

Comments
 (0)