Is the RPG Toolkit easy to use?

Yes! The RPG Toolkit comes with a visual editor to create your game. You can create characters, enemies, items, and draw your game world all with the click of a button.

Can I only make role-playing games?

No, the RPG Toolkit is a very flexible engine thanks to the RPG Code scripting language. It allows you to customize your game as much as you want. RPG Code has been used to implement side scrollers and several different types of mini-games on the RPG Toolkit.

Do I need to know how to program to use the RPG Toolkit?

While it is not necessary to know how to write code, the RPG Toolkit's real power is shown off by those who have some understanding of programming. Otherwise, you can create a complete game with knowing only a few simple RPG Code functions (e.g. so that you can make a character talk).

What kind of graphics do I need to create my game?

The game world is made out of tiles that are 32 pixels by 32 pixels. These tiles are found in a "tileset", a collection of tiles. Characters, enemies, and items can also be made out of tiles or you can use basic image files (e.g. JPEG).

Do I need any special software to create graphics?

The RPG Toolkit editor comes with a very basic tile editor for changing graphics on a pixel level. For more advanced effects other graphics software, such as Adobe Photoshop or GIMP, are better suited.

Will I be able to sell my game?

You can sell your game as you wish, so long as all assets within the game (e.g. graphics, music, coding) were either created by you or you have permission from the original author.

What is RPG Code?

RPG Code is a scripting language used by the RPG Toolkit to allow you to customize your game. It can be used to make characters talk or create an entirely custom battle system. No previous programming experience is necessary, but users of C, Java, and other scripting languages should feel right at home.

Can I make an online game?

Not really. While there are a couple of extensions to let you do some basic communication with web severs, the Toolkit isn't built for online play and you'll waste time trying to work around it. You're better off trying some of the MMORPG engines out there.

What system does someone need to play my game?

The RPG Toolkit is run on the windows platform, and works best with Windows XP. When running in Vista/7 mode, the game should be run in "administrator mode". Some users have noted that the games run fine in Wine under Linux, however this is not officially supported.

Can I make 3d games?

Not true 3d, no. The RPG Toolkit is for traditional 2d, top-down gaming. However, with use of RPG Code and a bit of skill you can create psuedo-3d with the use pre-rendered graphics. But if you want a true 3d experience then this isn't the software for you.

What kind of animation formats are supported by the RPG Toolkit?

The RPG Toolkit uses custom file formats for general animations (e.g. used for your character walking) and tile animations (e.g. a waterfall in your game world). These animations can be made easily using the visual editor.

Does the RPG Toolkit have a lighting engine?

Yes, however it is not dynamic. You can edit the lighting/shadows of different tiles when making your game world. In addition, your game world can have different ambient levels set to give the illusion of different times of day.

When is the next version of the software?

The RPG Toolkit is an open-source project and relies on the generous giving of time and effort from members of the community to advance the software. Currently, there is no active development for a new version.

How can I get involved with open-source development?

You can access the source here. Since there is currently no active developers, you're free to work as you wish but it's always a good idea to run things by the forums first.

website by phil carty © 2011
additional icons by matty andrews and dana brett harris