A general landing page for all things Loop Hero modding.
Tip
You can find a list of mods developed by me here.
Tip
Some notes on developing LH-specific mods here. A template project for creating mods can be found here
Go to the Releases tab on the right and download your desired mod.
Go to
https://github.com/sam-k0/YYToolkit_LoopHero/releases/
and download the modified version of YYTK (The modding framework / Modloader)
- Download "YYToolkit.dll"
- Download "dinput8.dll"
- Create folders like shown in the graphic here:
- Move "dinput8.dll" into your main game directory (where the .exe is)
- Create "NativeMods" folder and put "YYToolkit.dll" there
- Create "autoexec" folder, this is where you'll put the mods that depend on YYTK
├── Loop Hero.exe
├── data.win
├── dinput8.dll <-- the mod loader
├── NativeMods/
│ ├── YYToolkit.dll <-- the mod framework
│ └── *other mod files*
├── autoexec/
│ └── *other mod files*
└── *other game files*
You can find a list of mods developed by me here.
For loading the mods, I use YellowAfterlife's TinyModInjector.
Can be found here.
The used framework is obv YYTK developed by Archie.