Skip to content

sam-k0/LoopHero_Mods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LoopHero Mods

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

Installation of the modloader

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

Your directory should look like this:

├── 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*

Installation of the actual mods

You can find a list of mods developed by me here.

Credits

For loading the mods, I use YellowAfterlife's TinyModInjector.
Can be found here.

The used framework is obv YYTK developed by Archie.

About

Repository for various mods for Loop Hero

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors