EasyRPG Player is a free reimplementation of the runtime engine of RPG Maker 2000 and RPG Maker 2003, the two Enterbrain tools that let tens of thousands of hobbyists build their own Japanese role-playing game without writing a single line of code. The project, started in the mid-2000s, replaces the original RPG_RT.exe program — Windows only — with a cross-platform player, making those games available on machines they would never have run on.
EasyRPG contains no game: it reads the data of an RPG Maker 2000/2003 project exactly as its author distributed it. The catalogue is huge and essentially amateur — it is the whole RPG Maker scene, very active in French, English, Spanish and above all Japanese, where a few cult successes were born (Yume Nikki, Ib, Off).
Beware: games built with RPG Maker XP, VX or MV use a completely different engine and will not run with EasyRPG.
| Project | EasyRPG Player |
| Authors | EasyRPG community |
| First release | 2006 |
| Game type | Amateur Japanese RPGs (RPG Maker 2000 / 2003) |
| License | GPL-3.0 |
| Controller | Mandatory |
Emulator availability per board:
| Emulator | RPI3/RPI02W | RPI4/400 | RPI5/500 | OGA/OGS/RG351 | PC | RG353 |
|---|---|---|---|---|---|---|
| Libretro easyrpg | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
A single emulator is offered, the Libretro easyrpg core, available on every board. It runs inside RetroArch and therefore benefits from shaders, overlays and the controller configuration shared by all systems.
Netplay is not available on this system and RetroAchievements are not supported. CRT output is handled.
Put your games in:
/recalbox/share/roms/easyrpg/
This system uses no rom extension: a game is a folder, and Recalbox recognises it by the RPG_RT.ini file it contains. Extract each game into its own subfolder, leaving no .zip archive and no extra folder level.
/recalbox/share/roms/easyrpg/
└── My Game/
├── RPG_RT.ini ← detection file (mandatory)
├── RPG_RT.ldb
├── RPG_RT.lmt
├── Map0001.lmu
├── CharSet/
├── Music/
└── Picture/
Many RPG Maker games do not ship their shared graphics and sounds: those came from the RTP (Run Time Package) installed separately back in the day. If the game shows missing characters or backgrounds, it expects the RTP; use a distribution of the game that bundles its assets inside its own folder instead.
Japanese games whose file names are not in Unicode may need the folder to be used exactly as provided by its author, without repacking: extracting with the wrong encoding breaks the internal paths.