To get started, clone the repository or download it as a .zip file.
SDK/contains the YYTK SDK files (credits to archie)LH/contains Loop Hero specific files and utilitiesPluginSetup.hcontains all necessary plugin setup code, please adjustdllmain.cppcontains the main plugin code, the main functionality is implemented there
After opening the solution in Visual Studio:
- Open the
PluginSetup.hand set your plugin information like name etc.. - Write your code in
dllmain.cpp - Compile using
Release / x86config - Copy the
.dllfile to theautoexec/directory next to your Loop Hero game
If you do not have an autoexec/ directory, please follow the general mod installation procedure for Loop Hero: