Skip to content

FoMTinkering/SaveParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FoM Save Parser

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.

Install

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!

Usage

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!

About

Can parse FieldsOfMistria save files into easier to navigate web pages.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages