> Not Local Storage anymore...
>
> It will not work on console anyway. Just need another save system. Generate savefile with value storage (e.g. highscore) inside the project folder. And let the game reads it automatically.
>
> Dictionary is good. But it automatically reset after restart. Something Dictionary + Local Storage is needed.
>
Did you try saving the game using the NW.js file actions with a json file? I saw posts on the forums from experienced devs who made working save game systems with that.
I've tried that too. But you know what? The files automatically deleted after the game closed. Besides, there is no such action for Json thing with NW.js actions.
I will just wait. My game takes around 1 year to finish. Maybe many things will be changed in the future.