You are viewing a potentially older version of this package. View all versions.
Unavailable-EndingIndicators-0.1.4 icon

EndingIndicators

A mod that shows which endings were completed for every save slot.

Date uploaded 10 months ago
Version 0.1.4
Download link Unavailable-EndingIndicators-0.1.4.zip
Downloads 775
Dependency string Unavailable-EndingIndicators-0.1.4

This mod requires the following mods to function

BepInEx-BepInExPack_Silksong-5.4.2303 icon
BepInEx-BepInExPack_Silksong

BepInEx modloader. Preconfigured and ready to use.

Preferred version: 5.4.2303

README

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)

  1. Download and install BepInEx.
  2. Ensure that the game has run at least once so that a plugins directory is generated in the BepInEx directory besides the game executable.
  3. Download the .zip file from one of the sources listed above.
  4. Extract the .zip file to the generated plugins directory.
  5. 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]

## When the ending 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 Harmony instance to the plugin GUID

  • Improve wording of some documentation notes

0.1.4 - 2025-09-27

Changed

  • Remove mention of how to install BepInEx on Steam 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 ShowAllIfAnyCompleted and ShowAll display works

Fixed

  • Changelog links to version 0.1.2 and 0.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 Release mode

0.1.1 - 2025-09-26

Added

  • Include CHANGELOG.md in the published archive

0.1.0 - 2025-09-23

Added

  • Initial functionality