libretro/easyrpg-libretro

Name: easyrpg-libretro

Owner: libretro

Description: An unofficial libretro port of the EasyRPG/Player.

Created: 2016-08-19 13:40:13.0

Updated: 2018-04-18 01:05:06.0

Pushed: 2018-05-23 11:47:11.0

Homepage: https://easy-rpg.org/

Size: 37783

Language: C

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

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
extended / recommended

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 continous 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:

Step-by-step instructions:

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

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

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

autoreconf -i

Read more detailed instructions at:

CMake method:

Building requirements:

Step-by-step instructions:

tar xf easyrpg-player-0.5.2.tar.xz # unpack the tarball
cd easyrpg-player-0.5.2            # enter in the package directory
cmake .                            # generate Makefile
make                               # compile the executable

Read more detailed instructions at:

Visual Studio method:

Building requirements:

Compile the dependencies in a Visual Studio command prompt:

git clone https://github.com/EasyRPG/buildscripts
cd buildscripts/windows
powershell .\setup.ps1             # requires policy "RemoteSigned"
build v140                         # compile all dependencies

Create an environment variable EASYDEV_MSVC pointing to buildscripts/windows/build

Compile the Player:

Read detailed instructions at:

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:


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.