Is there a way to export the savefiles from the web player in .lsd format?
We are in the process of making games playable directly on rpg-maker.fr (example EasyRPG Player ). Right now we export/import the values in IndexedDb in naive .json format .
It works, but it would be even better if it could be exported in .lsd format: that way, people would be able to use their HTML savegame in the desktop client.
Hi. When you use the continuous build of the player EasyRPG Player for the web [Jenkins] you can press shift on the save screen to upload and download saves.
This is also exposed through an API (easyrpgPlayer.api.downloadSave)