/mv-android-client

RPG Maker MV unofficial Android client

Primary LanguageJavaApache License 2.0Apache-2.0

Game.apk
Donate

What is the MV Android Client

The MV Android Client is a runtime client for the Android™ operating system intended to play games created with the RPG Maker MV game development tool-kit.

This client can be used to deploy your game as an Android APK package for distribution.

How to get MV Android Client

The latest (master branch) of the client can be downloaded via this URL:
https://github.com/AltimitSystems/mv-android-client/zipball/master

Tutorial & Usage Support

A tutorial is hosted at HBGames.org at the following URL:
hbgames.org/forums/viewtopic.php?f=48&t=79391

Usage support is provided with this tutorial.

You are free to provide a translation of this tutorial with the condition that you link back to this repository and the original English translation hosted at HBGames.org.

Triggering Events on Android

You can now trigger events on Android devices to show an ad (interstitial or other) or perform another action (solicit a review, share, etc.) To trigger these events, add a custom script to your Event like the following:

if(typeof boot !== 'undefined'){
	boot.triggerEvent("ad_interstitial")
}

Where "ad_interstitial" can be any event you want to handle. And then edit the following method in WebPlayerActivity.Bootstrapper to perform your actions:

public void onTriggerEvent(String type)

Bugs, issues and enhancements

Please create reports for bugs related to the project at GitHub issues
Suggestions and other forms of feedback and concerns can either be posted as a GitHub issue or in the HBGames.org tutorial thread.

License

The MV Android Client is under the Apache License 2.0.

Contributing

Please read the contributing guide and send pull requests to https://github.com/AltimitSystems/mv-android-client.