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.
| Last updated | 8 months ago |
| Total downloads | 4647 |
| Total rating | 0 |
| Categories | Mods (Deprecated category) Misc |
| Dependency string | Unavailable-EndingIndicators-0.2.0 |
| Dependants | 0 other packages depend on this package |
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