AllNeedolin
Show every needolin message all at onceAllNeedolin
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
