Add dev script to prettify save games

Useful to analyze & debug a player's save game for anomalies.
This commit is contained in:
Martin Fournier
2022-01-05 10:32:28 -05:00
parent ae779574b0
commit f645169752
2 changed files with 65 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
# Tools
## Pretty Save
Useful to analyze a player's save game for anomalies.
It decodes the save and prettifies the output. Canno be used to modify a save game directly since it drops some properties.
**Usage**
```sh
node ./pretty-save.js 'C:\\Users\\martin\\Desktop\\bitburnerSave_1641395736_BN12x14.json' 'C:\\Users\\martin\\Desktop\\pretty.json'
```