
You are viewing a potentially older version of this package. View Latest Version
Niko
A mod that adds Niko from Oneshot to LBoL. DeckA: 50% done. DeckB: 0% done. Misc: ~15% done.Template for Sideloader mod.
Use is highly encouraged as it has dependencies, publicizer and common boilerplate setup.
Instructions:
-
Copy
LBoL Sideloader Template.zipto<User>\Documents\Visual Studio 2022\Templates\ProjectTemplatesdo NOT unzip. -
Create a new project, search for LBoL Sideloader template.

- Change GameFolder in .csproj file to target the game installation folder.

- In
PluginInfo.csclass fill outGUIDandName. Mod will fail to load without GUID!

For first time setup:
- Download Sideloader.dll and put it in
BepInEx/pluginsfolder. It will be used as reference in the project. - Download scriptengine.dll, put in plugins folder. Create
BepInEx/plugins/scriptsdirectory. Technically, this is optional but workflow without scriptengine is 10 times slower.
Change post-build command to copy to plugins folder instead of scripts if ScriptEngine is not used.
https://nuget.bepinex.dev/v3/index.json might need to be added as a source for nuget manager for BepInEx packages to be installed correctly.
