Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

RPG Maker Cook Tool Deluxe

The one stop shop for deploying RPG Maker MV/MZ games · By AceOfAces

Can't load save files

A topic by jbariller created 32 days ago Views: 48 Replies: 2
Viewing posts 1 to 2

No matter which options I pick in the Advanced Save Handler plugin, my packaged game never seem to create save files. If I quit the game and open it again, there are no save files to select. The save files folder is also not created.


Is anybody having the same issue?

I managed to fix the issue. Alothguoh, I am not sure where the save files are being stored.

Developer

Hello, jbariller!

The saves are stored depending on the plugin's settings. As a quick reference:

  1. If set to game's location, it will save on the game's folder.
  2. If set to the App Data, it will save on the Local App Data folder (under a folder name that is referenced on the package.json file. It reads the "name" variable from there.
  3.  If set to User Folder, it will save to the current user's folder (for example, C:\Users\MainUser).