You are viewing a potentially older version of this package.
View all versions.
| Date uploaded | 2 years ago |
| Version | 0.0.1 |
| Download link | cyaneko-ShiningExhibitsPlus-0.0.1.zip |
| Downloads | 118 |
| Dependency string | cyaneko-ShiningExhibitsPlus-0.0.1 |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100README
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.
CHANGELOG
0.3.5
- Fixed some internal errors popping up in the log console while using Wicked Hermit's Hairpin.
0.3.4
- Added Korean translation.
0.3.3
- Updated the tooltip of Battle Onbashira to remove extraneous status effects.
0.3.2
- Fixed a situation where Wicked Hermit's Hairpin would glow out of combat.
0.3.1
- Updated for LBoL v1.7.2.
- Changed the effect of Battle Onbashira and Wolf Tengu's Blade.
- Updated the Japanese translation.
0.3.0
- Updated for LBoL v1.7.0. Incompatible with previous versions.
0.2.0
- Changed the effect of Battle Onbashira.
0.1.4
- Updated for LBoL v1.6.0. Incompatible with previous versions.
0.1.3
- Added Japanese translation.
0.1.2
- Changed the status effect on Reinforced Doll Barricade's status effect from Special to Buff.
- Fixed line break on EN text of Sculpting Tools.
0.1.1
- Battle Onbashira now triggers when 3 or more mana is spent, down from 4.
0.1.0
- Reinforced Doll Barricade now flashes if the effect has not been applied yet during your turn, similarly to Wolf Tengu's Shield.
- Wicked Hermit's Hairpin now has debuff indicators when Weak/Vulnerable comes from its effect, and flashes when active.
- Reinforced Doll Barricade attack damage reduction changed from -10% to flat -2 damage. Description clarified.
0.0.2
- Changed mod icon.
- Added missing art for "Wicked Hermit's Hairpin".
0.0.1
First release.