Topic: [Plugin Project] RpgMaker

Do you have ever heard about RPG Maker?
http://en.wikipedia.org/wiki/RPG_Maker
In my childhood I enjoyed very much this tool that made me fly with my imagination to create beautiful fantasy worlds. It's point and click and don't require any programming knowledge.
Maratis can be extended to support all the functionality RPG Maker had. This is a starting list of them.

Battle System
Message system:
Message.cpp
Message.h
Menu
Inventory
Party Management
Entity Movement: (Complete)
Movement.h
Movement.cpp
EXP System
Savegame

Last edited by firelite (2013-05-17 01:10:55)

Re: [Plugin Project] RpgMaker

fragment of code in Message.cpp to check a collision
http://pastebin.com/3WiYDuSQ

Re: [Plugin Project] RpgMaker

What does entity movement  do that we don't already have access to or can't do?
If it's not related, I would love to see a point and click setup ( for NPC) created as cusrsor key movement isn't always desireable as not everyone enjoys that.

cu