# Hades-LuaLoader A lua mod loader library for Hades. # Basic Usage Compile the library and inject using any DLL injector. OR Download the release and place the XInput1_4.dll file in the x64 directory. # Usage Place `XInput1_4.dll` inside of the game directory, ex. Steam\steamapps\common\Hades\x64 Make a file called `mod_order.txt` inside of the `Scripts` folder. Write any scripts you wish to be loaded inside of the `Scripts` folder and add their name to the mod_order.txt file. Github Page: https://github.com/SystematicSkid/Hades-LuaLoader