A BepInEx mod for Hollow Knight Silksong's Flea Festival
Automatically sets your Flea Festival high scores to winning values when you load your save:
- Juggling: 60 points
- Dodging: 100 points
- Bouncing: 70 points
- https://github.com/BadMagic100/Silksong.Modding.Templates
- For the dotnet template
- BepInEx modding framework
- Install BepInEx 5.4.x for Hollow Knight Silksong
- Download the latest release from the Releases page
- Place
fleas.dllin yourBepInEx/pluginsfolder - Launch the game - scores are set automatically when you load your save
Requirements:
- .NET SDK 6.0 or later
- Access to Silksong game files for references
- Clone the repository:
git clone https://github.com/jtramey/fleafestivalhelper.git
cd fleafestivalhelper- Set up your Silksong path (optional, for auto-copy):
dotnet new silksongpath
# Edit SilksongPath.props to point to your Silksong installation- Build the mod:
dotnet build -c ReleaseThe compiled mod will be in bin/Release/netstandard2.1/fleas.dll and also packaged in bin/Publish/fleas.zip
- Framework: BepInEx 5.4.x
- Target: .NET Standard 2.1
- Compatibility: Hollow Knight Silksong
- Performance: Minimal overhead, runs once per session
- Dependencies: Silksong.GameLibs package for game references
MIT License - see LICENSE file for details