- Joined
- Oct 30, 2015
- Messages
- 41
- Reaction score
- 9
- First Language
- English
Hey guys. My name is Mike, but my friend call me Deus. I am a professional developer and I have loved toying around with RPG Maker VX for years. I just got RPG Maker MV and I have already written a couple scripts for it, but I really want to give something back to this community (other than my scripts that are probably very niche). One thing I have noticed is there isn't really a tool out there for managing Plugins, Tilesets, Sound FX and other Assets.
I am going to be writing this tool, but I wanted to gauge interest in it before I waste several months writing it.
The idea is to create some similar to Maven for RPG Maker plugins. Maven; if you are not familiar, is a tool that programmers use to handle builds and dependencies for projects. Essentially you just tell Maven "I need library x", and it retrieves it and adds it to your project for you. And the real kicker is if library x for example requires libraries a, b and c to work, it will also retrieve those as well as any dependencies that libraries a, b and c have.
Basically what I want to give the community is a separate application (available for free) that would allow this kind of functionality for RPG Maker Plugins as well as actually telling you if two plugins might conflict with one another. The other portion of the project would be a web service that would sit in front of the repository and allow Plugin Developers to upload new plugins and manage existing ones. A REST API would be provided for other developers to make use of it however they please.
As a bonus it would serve as a repository for all kinds of other assets including tilesets, sfx, bgm, artwork, and full projects. The full projects would be presented as a web page (since that's all the RPG Maker MV projects are anyways), so all of your games would be playable from this one location. And then if I got some other developers to help out, we could build an entire community around it.
All I need is a little bit of interest from the community and I will get started immediately. For the early versions of this project I would be hosting them myself on my small home server farm. Once it took off we would have to find a permanent hosting solution and probably start collecting donations.
Anyways, who's with me?
Update: the preliminary web service project is at https://github.com/rpg-maker-repo/rmmv-api. Currently I just have the functionality there for storing/managing plugins and their dependencies. The next step (other than adding security and finishing the other features), is to deploy this on my home server farm and to start writing the client app and the UI for the web service.
I am going to be writing this tool, but I wanted to gauge interest in it before I waste several months writing it.
The idea is to create some similar to Maven for RPG Maker plugins. Maven; if you are not familiar, is a tool that programmers use to handle builds and dependencies for projects. Essentially you just tell Maven "I need library x", and it retrieves it and adds it to your project for you. And the real kicker is if library x for example requires libraries a, b and c to work, it will also retrieve those as well as any dependencies that libraries a, b and c have.
Basically what I want to give the community is a separate application (available for free) that would allow this kind of functionality for RPG Maker Plugins as well as actually telling you if two plugins might conflict with one another. The other portion of the project would be a web service that would sit in front of the repository and allow Plugin Developers to upload new plugins and manage existing ones. A REST API would be provided for other developers to make use of it however they please.
As a bonus it would serve as a repository for all kinds of other assets including tilesets, sfx, bgm, artwork, and full projects. The full projects would be presented as a web page (since that's all the RPG Maker MV projects are anyways), so all of your games would be playable from this one location. And then if I got some other developers to help out, we could build an entire community around it.
All I need is a little bit of interest from the community and I will get started immediately. For the early versions of this project I would be hosting them myself on my small home server farm. Once it took off we would have to find a permanent hosting solution and probably start collecting donations.
Anyways, who's with me?
Update: the preliminary web service project is at https://github.com/rpg-maker-repo/rmmv-api. Currently I just have the functionality there for storing/managing plugins and their dependencies. The next step (other than adding security and finishing the other features), is to deploy this on my home server farm and to start writing the client app and the UI for the web service.

