Player

RPG Maker 2000/2003 and EasyRPG games interpreter

Github星跟蹤圖

EasyRPG Player

EasyRPG Player is a game interpreter to play RPG Maker 2000, 2003 and EasyRPG
games. It uses the LCF parser library (liblcf) to read RPG Maker game data.

EasyRPG Player is part of the EasyRPG Project. More information is
available at the project website: https://easyrpg.org/

Documentation

Documentation is available at the documentation wiki: https://wiki.easyrpg.org

Requirements

minimal / required

  • liblcf for RPG Maker data reading.
  • SDL2 for screen backend support.
  • Pixman for low level pixel manipulation.
  • libpng for PNG image support.
  • zlib for XYZ image support.
  • FreeType2 for external font support (+ HarfBuzz for Unicode text shaping)
  • mpg123 for better MP3 audio support
  • WildMIDI for better MIDI audio support
  • Libvorbis / Tremor for Ogg Vorbis audio support
  • opusfile for Opus audio support
  • libsndfile for better WAVE audio support
  • libxmp for better tracker music support
  • SpeexDSP for proper audio resampling
  • SDL2_mixer for audio mixing. Used as a fallback when none of the provided
    audio libraries support the format. Due to API limitations not all audio
    effects are possible through SDL2_mixer audio.

SDL 1.2 and SDL_mixer 1.2 are still supported, but deprecated.

Daily builds

Up to date binaries for assorted platforms are available at our continuous
integration service:

https://ci.easyrpg.org/view/Player/

Source code

EasyRPG Player development is hosted by GitHub, project files are available
in this git repository:

https://github.com/EasyRPG/Player

Released versions are also available at our Download Archive:

https://easyrpg.org/downloads/player/

Building

Autotools Makefile method:

Building requirements:

  • pkg-config
  • GNU make

Step-by-step instructions:

tar xf easyrpg-player-0.6.1.tar.xz # unpack the tarball
cd easyrpg-player-0.6.1            # enter in the package directory
./configure                        # find libraries, set options
make                               # compile the executable

Additional building requirements when using the source tree (git):

  • autoconf >= 2.69
  • automake >= 1.11.4
  • libtool

To generate the "configure" script, run before following the above section:

autoreconf -i

Read more detailed instructions at:

https://wiki.easyrpg.org/development/compiling/player/autotools

CMake method:

Building requirements:

  • pkg-config (only on Linux)
  • CMake 3.7 or newer

Step-by-step instructions:

tar xf easyrpg-player-0.6.1.tar.xz    # unpack the tarball
cd easyrpg-player-0.6.1               # enter in the package directory
cmake . -DCMAKE_BUILD_TYPE=Release    # configure project
cmake --build .                       # compile the executable
sudo cmake --build . --target install # install system-wide

Read more detailed instructions at:

https://wiki.easyrpg.org/development/compiling/player/cmake

CMake is the only supported way to build liblcf for Windows. All dependencies
must be installed with vcpkg.

Building a libretro core:

Building for libretro is based on the CMake method.

Additional commands required before building:

git submodule init   # Init submodules
git submodule update # Clone libretro-common submodule

Invoke CMake with these additional parameters:

cmake . -DPLAYER_TARGET_PLATFORM=libretro -DBUILD_SHARED_LIBS=ON, OFF

Set shared libs to ON or OFF depending on which type of libraries RetroArch
uses on the platform you are targeting.

Running EasyRPG Player

Run the easyrpg-player executable from a RPG Maker 2000 or 2003 game
project folder (same place as RPG_RT.exe).

Bug reporting

Available options:

License

EasyRPG Player is free software available under the GPLv3 license. See the file
COPYING for license conditions.

3rd party software

EasyRPG Player makes use of the following 3rd party software:

  • FMMidi YM2608 FM synthesizer emulator - Copyright (c) 2003-2006 yuno
    (Yoshio Uno), provided under the (3-clause) BSD license

  • PicoJSON JSON parser/serializer - Copyright (c) 2009-2010 Cybozu Labs, Inc.
    Copyright (c) 2011-2015 Kazuho Oku, provided under the (2-clause) BSD license

  • Dirent interface for Microsoft Visual Studio -
    Copyright (c) 2006-2012 Toni Ronkko, provided under the MIT license

主要指標

概覽
名稱與所有者EasyRPG/Player
主編程語言C++
編程語言CMake (語言數: 14)
平台
許可證GNU General Public License v3.0
所有者活动
創建於2012-01-29 14:35:47
推送於2025-07-03 14:18:46
最后一次提交2025-07-03 16:18:46
發布數26
最新版本名稱0.8.1.1 (發布於 2025-06-02 12:27:03)
第一版名稱0.1 (發布於 2013-03-18 01:37:38)
用户参与
星數1.1k
關注者數63
派生數198
提交數9.8k
已啟用問題?
問題數1790
打開的問題數294
拉請求數1536
打開的拉請求數27
關閉的拉請求數84
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?