- Mar 24, 2023
- 237
- 224
This game has huge save data bloat problems. It can be easily seen by the size of the exported save file: at the end of chapter 1 its 2.6Mb, at the beginning of chapter 3 its 5Mb, right at the local disk limit.
Then I looked inside the save file and noticed some text strings (they are definitely not needed in the save file), and a LOT of repetitive strings. For example, the phrase 'Traits updated!' is written 4598 times in the file!
I hope this information can help you solve save bloat problem. Vincent Valensky
The only workaround I found is to increase the local storage limit, in Firefox it can be done by editing the "dom.storage.default_quota" variable in about:config
Then I looked inside the save file and noticed some text strings (they are definitely not needed in the save file), and a LOT of repetitive strings. For example, the phrase 'Traits updated!' is written 4598 times in the file!
I hope this information can help you solve save bloat problem. Vincent Valensky
The only workaround I found is to increase the local storage limit, in Firefox it can be done by editing the "dom.storage.default_quota" variable in about:config
Last edited: