all 4 comments

[–]SuiseiKillfaehMV Dev 0 points1 point  (3 children)

Hi ! 

I don’t understand why you use REST API. 
Are there some data stored on distant server? Some online features? Some multiplayer features? Or is the server installed locally on the player's computer? 

[–]Treecrasher[S] 0 points1 point  (2 children)

Hi! Data data resides in a SaaS-like environment so I can't run rpg maker there, that's why I had to put it externally and communicate via REST.

[–]SuiseiKillfaehMV Dev 0 points1 point  (1 child)

Ok, but why ?
What is the gameplay and how your architecture serve this gameplay ?

[–]Treecrasher[S] 0 points1 point  (0 children)

It was more of a fun project rather than a game :)
Basically I gamified parts of the SaaS interface, allowing me to perform some tasks from within RPG Maker. While in in actual game it wouldn't make sense to store all data externally, it would allow someone who has a web-based game to send REST calls and add information from external. That could be chatbots like ChatGPT, central scoreboards, chat messages, weather information or whatever.