Tried to actually copy and paste. Should copy saves. Along with global rpg? Save.?
i've just updated the apk, to make sure, not to tell nonsense here.
the files for this port are to be found in your internal memory and there in
Android/data/org.lilyvalley.the66/files/save.
the RPG Maker MV save/load system always follows these naming rules:
- config.rpgsave - here are your game preferences stored
- global.rpgsave - index file for your save files (needed to use the save files)
- file1..n.rpgsave - the actual save files
if you want to copy/paste saves files, always copy also the index file (global.rpgsave) or create entries for the files, you want to copy, by saving in the corresponding save slots within the game and copy your saves afterwards.