Tapir is a re-implementation project of RGSS/RGSS2/RGSS3 game engines.
It works currently on Linux. Porting to Android is planned.
It depends on:
- C/C++ Compiler (e.g. GCC)
- bison/flex (used to build Ruby)
- SDL2 and its development package
First, build Ruby1.9.2p0.
$ ./build-ruby192.sh
Next, build Tapir/Accordion.
$ cd accordion
$ make
- Install Enterbrain's "RPG Maker VX Ace RTP" on your Windows.
- Copy it into
/usr/local/share/Enterbrain
. Make sure that/usr/local/share/Enterbrain/RGSS3/RPGVXAce/Game.ico
exists. - Copy
accordion/tapir
to the RPG Maker VX Ace game directory, where Game.exe exists. - run
./tapir
in the game directory.
Currently we are working on the game library. This enables us to run non-extended games, such as Sakusaku.
Some distributed scripts make use of Win32API. So we have to fake the API in order to run these scripts.