Hi,
It's an old thread but I would like to mention something that could help if someone encounters this small "problem" I've encountered.
First of all – thank you taarna23 for very useful plugin. I too had problem with saves on Mac.
I encountered a small problem when I created a build. Saves was pulled from the same location for each project, including working projects in RPGMMV.
So to avoid this (eventually) I figured out that saves are pulled from your local ... KADOKAWA/RPGMV folder.
You can find this information in
package.json file in your game build.
By changing line:
"name": "KADOKAWA/RPGMV",
to (for example):
"name": "MYPROJECTS/GAME1",
saves will be unique for your build.
I hope this will be helpful.
I was new in all this and I spent too much time figuring out what's wrong.