Local-first Hollow Knight: Silksong save completion analyzer fork
Find a file
2021-01-22 23:02:00 +01:00
.github Create FUNDING.yml 2021-01-19 18:39:23 +01:00
css Spoilers, add labels margin 2021-01-22 19:51:14 +01:00
font add fontello 2020-09-06 21:05:18 +02:00
img Reorganized files and folders 2020-10-21 21:16:38 +02:00
js separate reading as Array Buffer 2021-01-22 23:02:00 +01:00
.gitignore ignore LoadJson.js 2021-01-20 01:19:27 +01:00
favicon.png CheckHintsTrue() optimize algorithm, add favicon 2020-09-13 15:44:03 +02:00
index.html FileReader() reading as Array Buffer 2021-01-22 22:45:39 +01:00
LICENSE license and readme 2020-08-22 17:48:11 +02:00
README.md line breaks 2021-01-19 19:29:47 +01:00

Hollow Knight: Analyze Save Completion Online Tool

Analyze your saves. See precisely what you missed and where. See Completion %, locations (also Shards/Fragments), costs, Game Statistics. I even designed spoiler-free hints based on your progress, if you are completely lost.

General info

Hollow Knight doesn't have a game completion list. There is no way to easily check what specific things you forgot to do or missed for full 112% Game Completion, Hunter's Journal and Achievements. Until now! I wrote a tool for that for you.

Inspirations: love for Hollow Knight, discussions on the forum, KayDeeTee and bloodorca's Save Editors, programming learning, Elderbug.

Steam Guide

More info with features and visual previews can be found in the official Steam Guide for the Tool.

How to use

  • Use bloodorca's amazing Online Save File Editor to decode your Hollow Knight user*.dat save file into text.

  • CTRL+A (Select All) inside the text box after decoding the save. CTRL+C (Copy) to copy the whole contents inside the text box. Be careful not to copy the whole webpage! Only the text inside the text box.

  • CTRL+V (Paste) the text data inside the text box on the Tool's webpage.

  • Click "Analyze Text". If the copy-pasted data was correct, you will see your Completion %, Play Time, and a whole list of things you have done () or not yet done ().

Hollow Knight Save game locations

Your Steam Cloud

If you have Steam Cloud enabled for Hollow Knight, 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\
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).
Example path: C:\Users\your-username\AppData\LocalLow\Team Cherry\Hollow Knight

Linux

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

macOS

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

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.bakX — backup save files. Where X is a number in ascending order meaning how many backups were made during the whole playthrough of that save. The higher the number, the more recent the backup. There are usually 3 save backups at one time, older backups are deleted.

Support and feedback

All feedback/problems/wrong data are appreciated. Feel free to write them in the Steam Discussion thread for the Tool or under the Steam Guide.

If you like the tool and wish it developed further with more functions and easier usage, consider supporting on PayPal.

Version History

  • 2020-01-19:

    — Changed the site address to GitHub Pages using https. Now the site is published directly from the GitHub source. This should fix the problem for some people who were not able to visit the previous webpage.

  • 2020-12-27:

    — added Journal: Pale Lurker

  • 2020-12-25:

    — fixed the Path of Pain check (thanks to Reaper4578, kanna, tintingaroo for greatly helping in this, and kiotosmith, Reaper4578 for bringing this to my attention)

    — added some new journal entries

    Achievements Essentials additions
    (rare missable enemies/entries for the Keen Hunter/True Hunter/Hunter's Mark achievements)
    Journal: Maggot
    Journal: Lightseed
    Journal: Maskfly
    Journal: Aluba
    Journal: Duranda
    Journal: Durandoo
    Journal: Gulka
    Journal: Sporg
    Journal: Charged Lumafly
    Journal: Crystal Crawler
    Journal: Gorgeous Husk
    Journal: Goam
    Journal: Garpede
    Journal: Void Tendrils
    Journal: Pale Lurker

    Game Statistics additions
    Journal: Seal of Binding
    Journal: Weathered Mask

  • 2020-09-28:

    — showing Health Masks, Soul and Geo

    Game Completion Essentials: showing all things that don't count towards 112% Game Completion, but are necessary to achieve it, like number of Grubs, Essence, individual Simple Keys & Pale Ore, Keys, Tram Pass etc.

    Achievements Essentials: all things that matter for achievements like Hunter's Journal, fifth Pantheon, Void Heart, Zote, Nailsmith and others

    Game Statistics: everything else like Nail damage, notches, relics found and many others

    Visual additions: health masks, soul orbs, geo, separators

    — small bug fixes and name changes

  • 2020-09-23:

    — now showing current % completion of all sub-categories (Bosses, Charms, Mask Shards etc.) in addition to total Game Completion % after analyzing a save.

  • 2020-09-13:

    — changed theme to a more Hollow k[N]ight atmosphere.

    — fixed switched Dash Slash and Great Slash check.

  • 2020-09-06:

    — Introduced: Optional Hints - if this is your first playthrough and you feel completely lost, analyze your save, and I will give you a small hint where you can investigate next (based on your progress in the game). Inspired by Elderbug (and people on the forums asking where to go next).

    — Introduced: Show/Hide Locations and Hints - Now hidden by default if you don't like spoilers! Just click the checkboxes to instantly toggle their visibility.

  • 2020-09-02:

    — Gruz Mother and Brooding Mawlek check should work now even for extremely rare cases

    — Showing all Completion Data by default on page load

  • 2020-08-30:

    — Added all locations and costs of all individual items

    — Fixed Watcher Knights incorrect data check, should be okay now

    — Showing total percentage of all categories (not calculated)

    — Cosmetic improvements

  • 2020-08-29:

    — All individual 16 Mask Shards and 9 Vessel Fragments as well as their locations are shown now as requested

    — Fixed Gruz Mother incorrect data check, should be okay now

    — Added save's Play Time

Using

  • JavaScript
  • HTML5/CSS
  • JSON
  • Fontello
  • Google Fonts

Contact

Written and created by ReznoRMichael