- Joined
- Feb 20, 2016
- Messages
- 86
- Reaction score
- 69
- First Language
- German
- Primarily Uses

Introduction
The Cloud Manager is a simple cloud (server) based load and save system for RPG Maker MV. With the Cloud Manager you can store your savegames on and load it from your server. It doesn't matter where you play the game. You can start it on your Windows desktop, quit it and later continue it on a browser anywhere - without copy savegames manually.
You can find full description and installation guide on the plugin code.
Scripts
The Cloud Manager comes with 4 files:
- db_create.php: a simple script to initialize the database
- db_test.php: a small test script to read all database tables
- cloudmanager.php: the server script
- CloudManager.js: the RPG Maker plugin
User Management
Started with V0.9.3 the plugin has a new option for user separated savegames. If activated, the Cloud Manager will handle all savegames based on username and password the user must enter on New Game or Continue.:

Set perUserGame to 1.
The loginActorId is used just for the face image on the login/password screen as you can see on the next screenshot.
If a player wants to start a New Game or Continue a game, he will asked for an username and a passwort. This both combined are the key for the savegame.

This means user "Purzel" with password "aaa" has its own savegame, user "Purzel" with password "bbb" has another savegame and user "Mausi" with password "aaa" has another too.
Author's Notes
This is my first plugin for RPG Maker MV. I have practically no knowledge about the Maker and plugin writing. So feel free to give me your suggestion to improve the script.
At the moment the Cloud Manager is just a simple could savegame system with at most beta state session and user handling.
Terms of use
The Cloud Manager is distributed as is under the creative commons license CC BY 3.0 (Attribution 3.0 Unported) for free.
You are free to share, copy, redistribute or edit it for any purpose, even commercially under the following terms: You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Change Log
V0.9.0 - First release
V0.9.1 - Bugfixes
V0.9.2 - Script Commands added
V0.9.3 - User based savegames
V0.9.4 - Small bugfix for php script
Download latest version...
Last edited by a moderator: