Overview:
This tool patch RPG Maker MV game so that it can load from and save to host's save file when running from a webserver, allow you to continue progress between your PC host and mobile device or other PCs.Updated: 11/08/2020
Author: MonkOne
Tool Version: v1.0.0
Language: English
Requirement:
- A web server with php (e.g.
You must be registered to see the links).
- Drag and drop game folder onto RPGMVP.exe (either www folder or the folder that contain game executable).
- Done! Now you can play by open game's executable like normal or go to game's www folder in web browser. They will all share the same save files.
WARNING! Make sure php.exe have permission to write to your game folder or you won't able to save.
WARNING! After patch, you won't able to run the game locally by open index.html. You must run through web server.
Download: Attachment.
Source code also available in attachment.