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.
EndingIndicators
A mod that shows which endings were completed for every save slot.
| Date uploaded | 10 months ago |
| Version | 0.2.0 |
| Download link | Unavailable-EndingIndicators-0.2.0.zip |
| Downloads | 3840 |
| Dependency string | Unavailable-EndingIndicators-0.2.0 |
This mod requires the following mods to function
BepInEx-BepInExPack_Silksong
BepInEx modloader. Preconfigured and ready to use.
Preferred version: 5.4.2303README
EndingIndicators
A Hollow Knight: Silksong mod that shows which endings were completed
for every save slot.
Github Release: https://github.com/UserIsntAvailable/Silksong.EndingIndicators/releases/latest
Thunderstore: https://thunderstore.io/c/hollow-knight-silksong/p/Unavailable/EndingIndicators
Installation (manual)
- Download and install BepInEx.
- Ensure that the game has run at least once so that a
pluginsdirectory is generated in theBepInExdirectory besides the game executable. - Download the .zip file from one of the sources listed above.
- Extract the .zip file to the generated
pluginsdirectory. - Launch the game and enjoy!
Configuration
A config file would be created, on first plugin load, under
<SAVEFILES>/plugins/<PLUGINGUID>/config.dat. You can use
ConfigurationManager to update and reload the config in-game; if you
prefer modifying config files by hand, you are gonna need to close and
reopen the game to see the changes.
(below there are the current available configurable options)
## Plugin GUID: unavailable.ending-indicators
[Options]
## How the indicators should be displayed
## Endings that are not yet completed, will be shown in a more transparent color
## if `ShowAllIfAnyCompleted` or `ShowAll` are used.
# Setting type: EndingDisplayOpts
# Default value: OnlyCompleted
# Acceptable values: OnlyCompleted, ShowAllIfAnyCompleted, ShowAll
EndingDisplay = OnlyCompleted
## Reverse the order of the endings to match their natural order of unlocking
# Setting type: Boolean
# Default value: false
NaturalOrder = false
CHANGELOG
Changelog
0.2.0 - 2025-09-29
Added
- Live UI reload when config settings change
Changed
-
Explicitly set the id of the
Harmonyinstance to the plugin GUID -
Improve wording of some documentation notes
0.1.4 - 2025-09-27
Changed
- Remove mention of how to install
BepInExonSteam Linux
BepInEx v5.4.23.4 does not longer need a custom doorstop script, so
the installation guide provided in the website is sufficient (for the
most part...)
- Add comments about how
ShowAllIfAnyCompletedandShowAlldisplay works
Fixed
- Changelog links to version
0.1.2and0.1.3
0.1.3 - 2025-09-26
Changed
- New Thunderstore mod icon
0.1.2 - 2025-09-26
Changed
- Make sure that plugin releases are always compiled in
Releasemode
0.1.1 - 2025-09-26
Added
- Include
CHANGELOG.mdin the published archive
0.1.0 - 2025-09-23
Added
- Initial functionality