Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flea Festival Helper

A BepInEx mod for Hollow Knight Silksong's Flea Festival

What This Mod Does

Automatically sets your Flea Festival high scores to winning values when you load your save:

  • Juggling: 60 points
  • Dodging: 100 points
  • Bouncing: 70 points

Shoutouts

Installation

  1. Install BepInEx 5.4.x for Hollow Knight Silksong
  2. Download the latest release from the Releases page
  3. Place fleas.dll in your BepInEx/plugins folder
  4. Launch the game - scores are set automatically when you load your save

Building from Source

Requirements:

  • .NET SDK 6.0 or later
  • Access to Silksong game files for references
  1. Clone the repository:
git clone https://github.com/jtramey/fleafestivalhelper.git
cd fleafestivalhelper
  1. Set up your Silksong path (optional, for auto-copy):
dotnet new silksongpath
# Edit SilksongPath.props to point to your Silksong installation
  1. Build the mod:
dotnet build -c Release

The compiled mod will be in bin/Release/netstandard2.1/fleas.dll and also packaged in bin/Publish/fleas.zip

Technical Details

  • 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

License

MIT License - see LICENSE file for details

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages