A savefile explorer in the same style as the FiddleTools website.
Since this is savefile-specific, it should be generated by users directly using NPC-Studio's vaultc tool which can be downloaded here. To use this tool, you just need to download it somewhere in your computer.
Don't worry, the installation process should be fairly quick if you have Python on your computer.
In any command line:
pip install git+https://github.com/FoMTinkering/SaveParser.git
Then, enter the following command line, replacing <VAULTC_FILEPATH> with a path to NPC-Studio's vaultc executable (again, that can be downloaded here).
fom-saveparser-setvaultc <VAULTC_FILEPATH>
If the path has spaces in it, make sure to put quotes around it, like so:
fom-saveparser-setvaultc "C:/The Best Folder/vaultc-x86_64-pc-windows-msvc-v0.14.0.exe"
Then you're set to go!
Run the following in any command line, replacing <INPUT_FILEPATH> with a path to a savefile (including the savefile itself, with its extension .sav):
fom-saveparser-extract <INPUT_FILEPATH>
Like for the installation, if the path has spaces in it, make sure to put quotes around it. For example:
fom-saveparser-extract "An Even Better Folder/game-2094255659-1143720547.sav"
This will generate a savedata.html that you can open in a browser and explore to your heart's galore!