mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 01:33:54 +01:00
f645169752
Useful to analyze & debug a player's save game for anomalies.
13 lines
357 B
Markdown
13 lines
357 B
Markdown
# 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'
|
|
```
|