Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

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

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).