Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
You are viewing a potentially older version of this package.
View all versions.
AllNeedolin
Show every needolin message all at once
| Date uploaded | a week ago |
| Version | 1.0.0 |
| Download link | CarrieForle-AllNeedolin-1.0.0.zip |
| Downloads | 9 |
| Dependency string | CarrieForle-AllNeedolin-1.0.0 |
This mod requires the following mods to function
silksong_modding-BepInExPack_Silksong
BepInEx modloader, preconfigured and ready to use for Silksong
Preferred version: 1.0.3README
AllNeedolin
Show every needolin message all at once.

Install
Install BepinEx. Download the mod and unzip it to plugins folder.
.
└── BepinEx/
└── plugins/
└── CarrieForle-AllNeedolin/
├── ...
├── AllNeedolin.dll
└── AllNeedolin.pdb
If you use a mod manager (e.g., r2modman), the above structure should be in a profile folder. If you installed BepinEx manually, it should be in the Silksong installation folder.
Build
.NET 10 is required.
Create SilksongPath.props under AllNeedolin. Copy and paste the following text and edit as needed.
<Project>
<PropertyGroup>
<SilksongFolder>SilksongInstallPath</SilksongFolder>
<!-- If you use a mod manager rather than manually installing BepInEx, this should be a profile directory for that mod manager. -->
<SilksongPluginsFolder>$(SilksongFolder)/BepInEx/plugins</SilksongPluginsFolder>
</PropertyGroup>
</Project>
dotnet build -c Release