
You are viewing a potentially older version of this package. View Latest Version
ShiningExhibitsPlus
Adds more Neutral Shining Exhibit options to the game.Template for Sideloader mod for use with r2modman dev profile
Instructions:
- Unzip this template to
<User>\Documents\Visual Studio 2022\Templates\ProjectTemplates. - Change
GameFolderin the .csproj file to LBoL installation folder. - Change
r2modProfFolderto the r2modman mod development profile path, respectively. r2modman profiles are stored in%appdata%\r2modmanPlus-local\TouhouLostBranchOfLegend\profileson Windows. - Install the newest version of LBoL Entity Sideloader on that profile.
Development:
- Create a new project, search for LBoL Plugin with Entity Sideloader template.
- Fill out
GUIDandNamein thePluginInfoclass (PInfo.cs). Mod will fail to load without GUID! - If you want to use ScriptEngine, modify the post-build command accordingly to copy to the
scriptsfolder instead ofplugins.