Loadson is an external mod loader made for Karlson (itch.io version)
Check the wiki for v2 changes
- Run the
DevKit.exe
found in the root of the solution. - Open the
Loadson.sln
solution in Visual Studio 2022 (earlier version should also work) - Build Solution and the output is found in the
build
folder in solution root - Copy the files you modified from the
build
folder to the%appdata%/Loadson
folder - If you modified the kernel copy
_Loadson.dll
directly to your game directory - Run Karlson with the
-debug
flag:Karlson.exe -debug
to bypass the UpdateChecker
- UnityDoorstop: https://github.com/NeighTools/UnityDoorstop
- Harmony: https://github.com/pardeike/Harmony