Local-first Hollow Knight: Silksong save completion analyzer fork
Find a file
Alba6rek 690410b8f1 - Edit the main packag
- publishing
- change the version to 0.1.0
2025-09-30 22:49:26 +03:00
.github Create FUNDING.yml 2021-01-19 18:39:23 +01:00
build - Edit the main packag 2025-09-30 22:49:26 +03:00
docs - Edit the main packag 2025-09-30 22:49:26 +03:00
src - Edit the main packag 2025-09-30 22:49:26 +03:00
stage - Edit the main packag 2025-09-30 22:49:26 +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 - Edit the main packag 2025-09-30 22:49:26 +03:00
package.json - Edit the main packag 2025-09-30 22:49:26 +03:00
README-old.md Rename README.md to README-old.md 2025-09-20 11:06:35 +03:00
README.md - Edit the main packag 2025-09-30 22:49:26 +03:00
webpack.dev.js turn off performance warnings 2021-02-19 01:17:39 +01:00
webpack.prod.js items activated initial 2021-02-19 02:26:41 +01: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 the main project (Analyzer for Hollow Knight: Silksong), 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