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.
AllNeedolin
Show every needolin message all at once
| Last updated | 8 hours ago |
| Total downloads | 5 |
| Total rating | 0 |
| Categories | Mods Accessibility |
| Dependency string | CarrieForle-AllNeedolin-1.0.1 |
| Dependants | 0 other packages depend on this package |
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