Save and load game in a specific folder using NW.js (Node-Webkit)

You're viewing a single comment in a conversation. View all the comments
  • 1 Comments

  • Order by
  • Thank you! Merci!

    I had a hard time to understand how to use the nw.js expressions, it is really clear now :)

    About the save file created by save functions, I made my researchs and located the folder where the save is written, you have to access the local storage of the app with %appdata% to do so, then I suppose you just have to write on the text file to make it empty ^^