EasyRPG Player is an open source implementation of the RPG Maker 2000/2003 engine. Get a RPG Maker 2000/2003 game and place the Player (boot.dol) in the root directory of the game (that’s where RPG_RT.exe is). The program has no file browser, each game really needs its own boot.dol!

Changes:

* The Player crashes when attempting to use a healing item outside of the battle (#1221).
The last-minute “battle encounters based on terrain tag” patch in 0.5.2 contained a bug for the default case: When the terrain tag array is shorter than the current terrain ID, it defaults to true instead of false. This broke battle encounters in Vampires Dawn completely (#1218).
* A change in the logic whether characters or tiles are drawn for events resulted in a rendering error in Yume 2kki: It uses event tiles with no name. They were rendered as black boxes but must be rendered transparently instead (#1228).
* The \N[X] actor name function didn’t work correctly anymore (#1229).
* We reworked the name input scene to match the RPG_RT behaviour and only show two pages per language, e.g. Hiragana and Katakana for Japanese and Latin alphabet and ExFont for Western Europe. Unfortunately this broke a riddle in Ib, because the English translation by vgperson was auto-detected as Japanese and this made it impossible to input the solution (#1272).
* Battlers are affected by screen shake again (#1280).