Save-Point
OpenRPG Maker - Printable Version

+- Save-Point (https://www.save-point.org)
+-- Forum: Games Development (https://www.save-point.org/forum-4.html)
+--- Forum: Development Discussion (https://www.save-point.org/forum-17.html)
+--- Thread: OpenRPG Maker (/thread-4353.html)

Pages: 1 2


OpenRPG Maker - GrueMaster - 09-06-2012

After 5 years in development, OpenRPG Maker has been released to the public. Development is still ongoing, but the editor is ~90% feature complete. The game engine will be released in increments over the next few months, and will be designed in a way that allows for easy game distribution. Best of all, it is free (although donations are gratefully accepted).

I found this forum on Google, and thought it would be an appropriate place to seek testers/designers who would be willing to look it over. We are looking for Positive/Constructive feedback. It currently runs in both Linux and Windows. Mac is untested (as we don't have access to one).

The program and source code can be downloaded from here.

Thanks,

Tobin "GrueMaster" Davis


RE: New RPG development tool - Kain Nobel - 09-06-2012

Oh man, just as I was about to get some sleep, this is posted! I try to keep track of projects like this, I'm definitely checking this out as soon as I get home tonight. Five years? That is quite a commitment!


RE: New RPG development tool - MetalRenard - 09-06-2012

Hey, welcome to the forum and thank you for sharing your work! I'll have a look when I have some time.


RE: New RPG development tool - GrueMaster - 09-06-2012

Actually, it is my son's project. I am only there for moral (and financial) support. Very happy + Tongue sticking out


RE: New RPG development tool - MetalRenard - 09-07-2012

That's awesome!!!
Kudos to you, sir!


RE: New RPG development tool - KasperKalamity - 09-07-2012

well props for being a supportive dad. my parents said i'd never get anywhere trying to make vidja games. NOW LOOK AT ME, i have a couch and an internet connection and FOUR cats!


RE: New RPG development tool - kyonides - 09-07-2012

Hey, GrueMaster! Tell me, does it support or will ever support scripting in any object oriented programming language?


RE: New RPG development tool - GrueMaster - 09-07-2012

The plan (afaik) is to add Python as a scripting engine in a future release. For more info, see feature requests.


RE: New RPG development tool - Kirito - 09-07-2012

It's a shame there is no engine to it yet, however, I noticed all the data is stored in xml format, so this could potentially be adapted to any scripting language. Just need to understand the layouts of the files first in order to create a proper API. For example, I could easily parse the data with php, and output ( not so easilly ) html5/ajax to play the game in a web browser. So yeah, lot's of unrealized potential here. Parsing data is easy, it's making it do stuff that's hard.


RE: New RPG development tool - tuxinator2009 - 09-07-2012

Well there's only a few more things left to do in the editor before I begin work on the engine. The theory behind the engine is complex though since it'll theoretically be easilly portable to other systems and languages. As far as the object oriented scripting goes I decided against it in the end because I noticed one of the biggest turn off points for a lot of people reguarding RPG Maker XP and Game Maker was the fact that it had the scripting and you couldn't really do anything complex without using it. The idea behind Open RPG Maker is to have an enormous amount of power and complexity in what you can do, while making as insanely simple as humanly possible to do it.