robojumper / DarkestDungeonSaveEditor

Darkest Dungeon Save File (.json) Reader, Writer, Editor. Also, Spreadsheets.
MIT License
74 stars 8 forks source link

Evaluate Bool/TwoBool #3

Open robojumper opened 6 years ago

robojumper commented 6 years ago

Some files seem to indicate that Booleans may not actually be booleans, but bytes. This could break saving in weird and unexpected ways. More testing needed.