mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-23 17:53:00 +02:00
Add dev script to prettify save games
Useful to analyze & debug a player's save game for anomalies.
This commit is contained in:
@@ -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'
|
||||
```
|
||||
Reference in New Issue
Block a user