Skip to content

carlsonsantana/rm2kx-android-builder-docker

Repository files navigation

RM2kx Android Builder on Docker

This project allows you to convert RPG Maker 2000/2003 games for Android using Docker and EasyRPG.

Install

To install this Docker image, you must have Docker installed on your machine and in the terminal execute the following command:

docker pull carlsonsantana/rm2kx-android-builder:latest

Or build it yourself executing the following command on the terminal:

docker build -t rm2kx-android-builder .

Volumes

You must mount the following volumes when running the Docker image. These mounts provide the necessary input files and define the location for the final output.

  • /rpgmaker2kx_game your RPG Maker 2000/2003 game (remove the files that Android will not use like RPG_RT.exe, any documentation, any extra and of course Thumbs.db files);
  • /icon.png the icon for your Android game;
  • /output the directory where the aligned or signed .apk will be created;
  • (Optional) /game_certificate.key the keystore file used to sign the .apk, if passed you must pass the following environment variables GAME_KEYSTORE_PASSWORD, GAME_KEYSTORE_KEY_ALIAS and GAME_KEYSTORE_KEY_PASSWORD;

Environment Variables

  • GAME_APK_NAME the Application ID (e.g., com.mycompany.mygame) of your Android game;
  • GAME_NAME the name displayed beneath the app icon on the device;
  • GAME_VERSION_CODE the version number code of your game (example: "100"), new versions must have a greater value than old ones;
  • GAME_VERSION_NAME the version showed to the user that allows use letters and dots (example: "1.0.0");
  • GAME_KEYSTORE_PASSWORD the keystore password, required when /game_certificate.key volume is filled;
  • GAME_KEYSTORE_KEY_ALIAS the key alias in keystore, required when /game_certificate.key volume is filled;
  • GAME_KEYSTORE_KEY_PASSWORD the key password in keystore, required when /game_certificate.key volume is filled;
  • GAME_METADATA_SITE the website showed on the side menu.

About

This project allows you to convert RPG Maker 2000/2003 games for Android using Docker and EasyRPG.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •