gmiclotte / gear-optimizer

Gear optimizer for NGU Idle.
24 stars 19 forks source link

Use JSON files exported from NGU-save-parser #89

Closed tex0l closed 2 years ago

tex0l commented 2 years ago

Since NGUSav.es doesn't work anymore, especially with build 1.260, I made the NGU-Save-parser work with build 1.260 up to sadistic :)

However, the JSON it outputs is incompatible with the one consumed by gear-optimizer.

Anyone knows how complex it might be to import from this JSON ?

tex0l commented 2 years ago

All right, changed my mind, I reimplemented the JSON export from the raw save file in JS, see PR https://github.com/gmiclotte/gear-optimizer/pull/90

gmiclotte commented 2 years ago

Merged #90, thanks a lot !

tex0l commented 2 years ago

You're much welcome :)