Skip to content
This repository has been archived by the owner on Dec 9, 2021. It is now read-only.

EasyRPG Player

zerojay edited this page Jul 22, 2017 · 9 revisions

EasyRPG Player Logo


EasyRPG Player is an open source implementation of the RPG Maker 2000/2003 engine.


Emulator: EasyRPG Player

Preparation

After you have installed EasyRPG Player, it will have created a new folder inside of roms/ports titled "easyrpgplayer". What you will want to do is download the English Translation of RPG Maker 2000 by Don Miguel, as well as the English translation of RPG Maker 2003 by Advocate. Once you have both of these extracted, install them in Windows or via Wine if you are using Linux. First off you will want to take the content of the RTP folder (default location: C:\Program Files (x86)\ASCII\RPG2000\RTP) from your installation of RPG Maker 2000 and copy them to:

/home/pi/RetroPie/roms/ports/easyrpgplayer/data/rtp2000

If you do not have an RTP folder, you will need to install the RTP yourself first. The latest RTP at this time is RTP132e.

Secondly, take the contents from the RPG Maker 2003 install folder (default location: C:\Program Files (x86)\rpg2003\RTP), and copy them to:

/home/pi/RetroPie/roms/ports/easyrpgplayer/data/rtp2003

If all was done correctly, your system should now be ready to launch what ever games you might install.

Installing Games

To demonstrate how to install a game for RPG Maker, I will use Taut.

Once you have downloaded the "TautENG.rar" file, you can extract it onto your computer desktop, at which you will see that the game file are contained inside a folder titled "Taut (English Version)". Copy this folder to:

/home/pi/RetroPie/roms/ports/easyrpgplayer/games/

Now that this step is complete, launch EasyRPG Player, and you should see Taut as selectable from the game list.

Clone this wiki locally