Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hello Adam. Yes, only Turn Based PvE at the moment.

Hi, I've another question. I already have my own backend system using a custom Web API (with MySQL as the database).

Will this plugin work with my backend? And is the client-side setup in RPG Maker MZ flexible enough to connect with a custom Web API instead of the server you provide?

The plugin can work with your backend if you make some adjustments. The database used is RocksDB, which is embedded for simplicity and performance, so merging the databases won’t be possible. However, you can integrate the login system or data from both databases as if they were microservices. It’s possible to create accounts and log in via HTTP requests, so you can completely replace the login screen with one that fits your needs.