You are viewing a potentially older version of this package. View all versions.
mich101mich-SaveFileManagerMod-0.2.0 icon

SaveFileManagerMod

Name and Archive save files in-game

Date uploaded 3 days ago
Version 0.2.0
Download link mich101mich-SaveFileManagerMod-0.2.0.zip
Downloads 75
Dependency string mich101mich-SaveFileManagerMod-0.2.0

This mod requires the following mods to function

silksong_modding-BepInExPack_Silksong-1.0.3 icon
silksong_modding-BepInExPack_Silksong

BepInEx modloader, preconfigured and ready to use for Silksong

Preferred version: 1.0.3

README

SaveFileManagerMod

A Hollow Knight: Silksong mod. Adds buttons to name and archive save files.

Features

Naming save files

  • The mod adds a "Rename" button below each save file to give them a custom name, making it easier to keep track of your saves.
  • Names are synchronized to your Steam Cloud.

Archiving save files

  • The mod adds an "Archive" button below each save file, allowing you to:
    • Move a save to the archive, freeing up one of your precious 4 slots.
    • Loading an archived save back into an empty slot.
    • Swapping an active save with one from the archive.
  • Archived saves are still synchronized to your Steam Cloud.
  • If you have More Saves installed, the archive will be the later pages of saves. In that case, this mod will simply allow you to move saves between pages.

Dependencies

  • BepInEx
  • I18N (optional)
    • The mod will be displayed in english by default. If I18N is installed, additional languages will be available.
    • Note that currently, only english and german were checked by a human. The remaining languages are MTL/AI.

Installation

Managed installation

This mod should be compatible with the mod management tool of your choice. If any of them don't work, please open an issue on GitHub.

Manual installation

Drop the downloaded and extracted files into your game folder's Bepinex/plugins folder.

In order for I18N translations to work, make sure that the languages folder is directly adjacent to the SaveFileManagerMod.dll file and that both are within a subfolder (so for example Bepinex/plugins/SaveFileManagerMod) of plugins. Translations won't work if the files are directly inside of the plugins folder.

CHANGELOG

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.2.0

Changed

  • Removed dependencies on ModMenu and DataManager.
  • Moved to the silksong_modding version of the BepInExPack dependency.

Fixed

  • Removed accidental required dependency on I18N. It is now an optional dependency as described in the README.

0.1.0

Added

  • Added a "Rename" button to each save slot that allows naming your saves.
  • Added an "Archive" button to each save slot that allows archiving the save to a different slot or loading another save from the archive.