Page 1 of 2

RPGMaker2k emulator

Posted: Mon Dec 21, 2009 9:55 am
by napco
Hi! I'm trying to emulate RPGMaker2000 games using Lua for the prototype... So, what's better than LOVE? Currently i wrote a .lmu reading algorithm and now i can view rpgmaker 2000 map files! Next step: the database! Unfortunately, when the prototype will be finished, i'll write the whole app in C++ and port it to the PSP/Nintendo DS. (an maybe write also a little editor, to edit my games on the handheld)!

Re: RPGMaker2k emulator

Posted: Mon Dec 21, 2009 3:38 pm
by beatthelastboss
Sounds cool! I will do a little research on what RPGMaker even is :P

Re: RPGMaker2k emulator

Posted: Mon Dec 21, 2009 5:52 pm
by napco
Ihih... It's an easy-to-use tool used to make role playing games without any programming language knowledge. Unfortunately it's closed source and only for windows.

Re: RPGMaker2k emulator

Posted: Mon Dec 21, 2009 6:22 pm
by Jasoco
I prefer to make my own RPG style engine from the ground up. That's just how I roll, baby.

Re: RPGMaker2k emulator

Posted: Mon Dec 21, 2009 7:00 pm
by napco
Well, me too, but the idea of playing my old games on the PSP was too inviting!

Re: RPGMaker2k emulator

Posted: Tue Dec 22, 2009 1:03 am
by qubodup
Do not consider https://sourceforge.net/projects/easyrpg/!

I know you won't listen to what I say (because you did not obey in the first place) so I am using anti-psychology magic on you!

Re: RPGMaker2k emulator

Posted: Tue Dec 22, 2009 9:41 am
by napco
Eheh, i already know that project, but i don't like the way they've set up their code, and since i'm noob i can't compile other people's code. The leader of that project (fdelapena) already helped me to find a good site to start with... A japanese site full of interesting infos on how Lcf files are written and how to read them. By the way, the emulator development is going on pretty well: it can now read and display any map, without the event layer (technically i could now write a game and use RPGMaker as a map editor ^^).

Re: RPGMaker2k emulator

Posted: Thu Dec 24, 2009 11:09 pm
by qubodup
napco wrote:Eheh, i already know that project, but i don't like the way they've set up their code, and since i'm noob i can't compile other people's code. The leader of that project (fdelapena) already helped me to find a good site to start with... A japanese site full of interesting infos on how Lcf files are written and how to read them. By the way, the emulator development is going on pretty well: it can now read and display any map, without the event layer (technically i could now write a game and use RPGMaker as a map editor ^^).
Glad to hear you're making progress!

Re: RPGMaker2k emulator

Posted: Fri Dec 25, 2009 6:36 pm
by napco
Well, ehr ehm... I've just moved to C++ and SDL to make the project work also on the PSP and the NDS... And the Wii... And on Windows Mobile... And on Symbian...

Re: RPGMaker2k emulator

Posted: Sat Dec 26, 2009 11:42 am
by Sslaxx
napco wrote:Well, ehr ehm... I've just moved to C++ and SDL to make the project work also on the PSP and the NDS... And the Wii... And on Windows Mobile... And on Symbian...
Anywhere we can find out more about the project?