dump-save-json
Dump the entire save file structure to JSON for analysis
Options
--file
-f
Path to the save file (defaults to configured save file)
Type: FileInfo
--output
-o
Output JSON file path (defaults to save_dump.json)
Type: String
Examples
peglin-save-explorer dump-save-json
Usage Tips
- • Use
--help
with any command to see detailed usage information - • Global options
--verbose
and--clean
are available for all commands - • If no file is specified, the tool will use your configured default save file
Source Code
Implementation: DumpSaveJsonCommand