Importing save states is not working

Issue #42 closed
qashto created an issue

When I try to import save states using the same SaveFiles object format they are exported in, they do not get imported successfully. I spent a lot of time setting up support for this feature in Nostlan so I hope you can get it working soon!

exportSaveFiles: () => SaveFiles

Export save files of the currently loaded game.

importSaveFiles: (saveFiles: SaveFiles) => void

Import save files for the currently loaded game.

Comments (4)

  1. qashto reporter

    Please help! I’d really like you to finish working on em-fcuex save state loading or can you explain how I could implement this feature?

  2. Log in to comment