A Hollow Knight mod which records information about player movement and collected items, health, charms, deaths over time. This allows visualizing that data, like seeing the path one has taken in playthrough, to which boss one has died the most, where one has spent the most time, and more.
The visualizations + website for viewing recordings is contained in the hkviz-web repository.
Checkout hkviz.org for more infos.
Feel free to open a issue on this repository or write @olivergrack on discord.
Best open a issue in the hkviz-web repository or write @olivergrack on discord.
To get started recording your own gameplay analytics visit hkviz.org. If you already know how to install mods, you can also directly install the 'HKViz' mod with a mod installer of your choice.
You can also view gameplays from other players, if they send you a link and have set their gameplay to 'public' or 'unlisted'.
Clone this repo, and create copy the LocalOverrides.targets.example
in the HKVizMod
folder, and rename it to LocalOverrides.targets
.
Change the directory reference in the copied file to point to your HollowKnight installation.
Install the HK Modding Extensions
for VisualStudio, by searching Manage Extensions
inside the VisualStudio search.
Inside the extensions panel search for HollowKnight and install the found extension.
- AssetRipper to decompile a complete Unity project from HollowKnight. Mostly useful for c# scripts.
- AssetStudio to extract assets from HollowKnight, like sprites and textures.
- FSMViewAvalonia to view FSMs.