• Add Review
  • Subscribe
  • Nominate
  • Submit Media
  • RSS
Click here for documentation (Includes material formats)

RPG 20XX is a redesign of RPG Maker 20XX... Which was an upgrade replacement for RPG Maker 2003's engine. This newer engine will have nothing to do with the RPG Maker series of engines apart from the familiarity of the editor and engine features.

RPG 20XX should provide lots of advanced features yet remain faithful to the retro scale of RPG Maker 2003. It should not require actual writing of program scripts and instead provide a clever implementation of a click-together event scripting system similar to the older RPG Maker engines. Most notably the ability to re-adjust the battle calculations purely through event scripting.

Lots of common tedium and annoyances of RPG Maker 2003 should be eliminated. RPG 20XX will provide global battle events for all battles, a quest system, simplified character development, local save variables per event, and other simple conveniences.

All of this is currently licensed under the MIT license so you can check out the source code any time if you really wanted to. It will be a community project, free as in price and in freedom to create the RPGs in a fun familiar way like you always wished RPG Maker 2003 could do these days.

If you use this software, you agree to use the software under the MIT license: https://opensource.org/licenses/MIT
Copyright © 2014, 2021 WolfCoder Workshop LLC


Latest Blog

RPG 20XX Asset Starter Pack

First things first, I'll need to gather stock assets to create RPG 20XX's default asset pack. It's like an RTP except "Run Time Package (RTP)" doesn't make sense here since all required assets get built into .2xg files and players of your game won't have to go download it separately. I'm organizing what I had found before with what I can find off stock asset sites, but I think maybe the RPG creation kit that was born on RMN ought to have assets from the community.

If you have assets you're willing to contribute that have lots of "Generic RPG Energy", let me know. You'll need to license them under a creative commons license so we can all use them. Don't worry about formatting, I'll convert them, just make sure they're drawn to 16x16 pixel tile scale.

The resulting asset pack will have all of the sources cited even when attribution isn't a requirement, so be sure to let me know how you want to be credited and if there's links to something you want to include.

Anything simple and easy to map with but with an appealing retro generic RPG look is great. Here's an example I made using art I found elsewhere:

Posts

I have a slight issue that's completely my fault. The first download worked fine, created a new project, played around for abit and went to the database. Clicked on Items and saw I could put the maximum. I thought it would be interesting to see what maximum was hardcoded into the system, but 999999 was available, so I chose to go through with it to see if it worked, it didn't. After the obvious crash, I tried to open the program again and it wouldn't open up. The game icon was showing on my taskbar and task manager showed it was running, but nothing was showing on screen. So I figured the program was trying to load up the previous game I made along with the stupid amount of items, making it show up super slow or maybe not at all. I deleted the program file and the game files it had created and tried to download another copy, but it's still trying to open my old game file. Is there some way to get it to forget that there was a game file made? I'll make sure to not be so excessive next time =p

Ps. I thought about three possible additions I would have liked to have seen in RM.
More references for variables, such as monster stats or item equipped.
An event that forces a specific skill to take place.
and and event that can add data to the database. So a player can create custom items through crafting, or even make it a quest generator if one is crafty.
Adding data in game would have a large potential I'd think.
Oh, SNES sprites from that weird Sailor Moon game. Because the game also had them fighting in the same scale of sprites, the whole battle sprite thing might not be far off. Although, I might make a better solution.
That's what I thought, but he said something about trimming and putting it in 2003. I want to see the artwork, seeing what he is trying to do exactly might give me new ideas.
I think he is talking about character sprites bigger than 24x32 per frame.
Can you post an example (images of tall characters)? I might be able to make whatever it is you're trying to do easier in a future release.
thanks for the reply I look forward to the update , I love using 2003 but the one thing I hate is that taller character sprites can't fit in the boxes because they are too tall so I always have to edit and trim them so they can fit in the char set box.
I'm not sure what you've just asked, but I'll try to answer.

Characters have a set size of 2x2 tiles with the bottom center tile space being where they are anchored to on the map. This is how big your typical objects and characters should be, but in a few cases you might want something bigger.

Events could also be made up of multiple tiles as one event. These can be huge. They could be large lifts, giant doors, moving destructible parts of the map, and the like.

And finally for large dynamic objects, there will be commands that let you draw in whatever layer the event belongs in (so the sorting remains correct). There will be a command to let you draw battle sprites on the map and I would recommend you use those since they can have any square frame size and you can animation into them. Drawing commands are what you'll get instead of the Show Picture command, but they aren't in yet.
seeing that your editing this is it possible to edit the size of the character set boxes for bigger characters or is that impossible to edit ?
However, maybe importing specific parts could be possible if you're open to that! I think it'd be a nice feature. At least a partial import/conversion of the map files, for instance. But hell, whatcha doin' is already cool enough :o
Could it be interesting if RPG 20XX can import RPG Maker 2003 games?


Could it? It would be interesting. However, I don't have plans to add the ability to import RPG Maker 2003 projects at this time. RPG 20XX is too different from RPG Maker 2003.

Being compatible with the old format would strain the design making it harder to add useful features, and it's what killed the old RPG Maker 20XX project.

The goal here is to be similar to use and easy to use, that someone familiar with RPG Maker 2000/2003 could pick it up easily, but it is actually its own RPG creation toolkit from the design of the editor's interface right down to the engine itself.
author=JohnLeagsdurg
Could it be interesting if RPG 20XX can import RPG Maker 2003 games?

That won't be possible. You'll have to start a new project in 20xx.
Could it be interesting if RPG 20XX can import RPG Maker 2003 games?
It's not a replacement anymore, it stands alone. No part of RPG 20XX has any relation or affiliation whatsoever to any of Enterbrain's intellectual property.

And yes, it runs on new windows.
If this replace exe on new WINDOWS too - it could be a miracle.
Select Char: FFL


Oh. Yeah. FFL is missing its sprite. That was a test sprite I used and I forgot to remove.

I can't get it to crash though, but I'll get rid of it in the default imports for next time.
author=WolfCoder
If you can get it to crash again and narrow down what you actually do to cause the crash, I can use the information to destroy the bug.
Attempt to recreate symptoms:
Wipe roaming folder
Copy new RPG20xx files into a new folder
Run application
Windows 8 has a fit saying the softwares not verified and I should be careful(so I run anyways and thats the bottom line cause wolfcoder said so)
Create new project, fill in nothing for simplicity sake
Open Database
Select Composite
Scroll to bottom of list
Select Char: FFL
Attempt to edit to see what happens lol
Same problem happens
https://drive.google.com/file/d/0B6C0Tv3XXJmPUDY1MXNGZTdQQXc/edit?usp=sharing
That should be the zip file with my two .png files that show it

Not sure if I can provide anything else.

This time, I can reopen it and it opens no problem.
If you can get it to crash again and narrow down what you actually do to cause the crash, I can use the information to destroy the bug.
Seems like the same issue as I have: refer to this post to remove the issue (although it pretty much cleans up your game).
Not 100% sure if I should post this here or email someone but I'm currently experiencing an issue with the program. Under the database, I was just clicking around looking at things, and one of the items under Composite(I think this is what it was called, I can't get into the application now) caused the program to stop working and crash. I now cannot open the program properly. When I double click, the icon shows on my task bar but doesn't show anything on my screen, and will open up multiple instances if I attempt to do that. I'm running Windows 8.1, with most recent updates. Not sure if you need anymore information regarding my system, or if theres any type of log file I can grab you. Feel free to delete this if it's the wrong place, and sorry in advance.