Local-first Hollow Knight: Silksong save completion analyzer fork
Find a file
2026-08-10 19:16:48 +03:00
.github Create FUNDING.yml 2021-01-19 18:39:23 +01:00
build Version 0.2.0: 2025-10-09 23:57:32 +03:00
docs chore: bootstrap local-first fork 2026-08-10 19:16:48 +03:00
src chore: bootstrap local-first fork 2026-08-10 19:16:48 +03:00
stage Version 0.2.0: 2025-10-09 23:57:32 +03:00
.eslintignore add cookieconsent initial 2021-02-06 02:03:56 +01:00
.eslintrc.js add description paragraph to bosses section 2021-07-12 23:03:34 +02:00
.gitignore ignore code counter 2021-02-10 02:40:49 +01:00
.markdownlint.json markdownlintrc deprecated fix 2021-06-06 12:12:48 +02:00
HK-Save-Analyzer.code-workspace textarea padding fix 2021-01-27 03:34:06 +01:00
LICENSE license and readme 2020-08-22 17:48:11 +02:00
package-lock.json Version 0.2.0: 2025-10-09 23:57:32 +03:00
package.json chore: bootstrap local-first fork 2026-08-10 19:16:48 +03:00
README-old.md Rename README.md to README-old.md 2025-09-20 11:06:35 +03:00
README.md Update README.md 2025-10-10 00:10:46 +03:00
webpack.dev.js chore: bootstrap local-first fork 2026-08-10 19:16:48 +03:00
webpack.prod.js chore: bootstrap local-first fork 2026-08-10 19:16:48 +03:00
webpack.stage.js items activated initial 2021-02-19 02:26:41 +01:00

Notice

Any support, please redirect it to ReznoRMichael.

Save Completion Analyzer for Hollow Knight: Silksong

This is a rework for the main project (Analyzer for Hollow Knight), will help you with game completion.

Hollow Knight: Silksong Save game locations

Your Steam Cloud

If you have Steam Cloud enabled for Hollow Knight: Silksong, you can download your save directly from here.
You can use this if you want to check your save progress without access to your PC (on mobile/tablet for example) or if you don't want to search manually for the save files.

Windows

%USERPROFILE%\AppData\LocalLow\Team Cherry\Hollow Knight Silksong\
Pro Tip: Copy and paste this code into the folder path bar of the Windows File Explorer window and press Enter to go there instantly (Windows 10). You can also paste it inside the Run window (Windows key + R).
Example path: C:\Users\your-username\AppData\LocalLow\Team Cherry\Hollow Knight

Linux

~/.config/unity3d/Team Cherry/Hollow Knight Silksong/

macOS

~/Library/Application Support/unity.Team Cherry.Hollow Knight Silksong/

Filenames

user*.dat — main save file. Where * is a number between 1 and 4, and it is the appropriate save slot inside the game.
user*.dat.bak1 — auto-backup save file.
user*_[game-version-numbers].dat — duplicate of the main save file. Serves as a backup after any game update.

Using

versions:

version 0.1.0 (01/10/2025):

  • Added Crests
  • Added Needle Upgrades
  • Added Silk Heart
  • Added Red Tools
  • Added Blue Tools
  • Added Yellow Tools
  • Added Equipment
  • Added Skills
  • Added Miscellaneous
  • Added Mask Shards
  • Added Spool Fragments
  • Added Crafting Kit Upgrades
  • Added Tool Pouch Upgrades
  • Added Hunter's Journal

version 0.2.0 (10/10/2025):

  • Added Memory Locket
  • Added Craftmetal
  • Added Keys
  • Fixed loodie toolkit issue (Thank you Lilu)