Hi guys,
Recently, whenever I've needed new commands that AppGameKit doesn't have I've modified the interpreter to expand the command set.
Some of you might have seen some of my posts about the new commands I've added such as: interstitial ads, more sensors (in the Google Cardboard thread), or Google Play Game Services (in "The Bird Game" thread).
Anyways, I decided to put all of my changes together into a single mod for Tier 1 (BASIC) and release it here to the community.
Current Features:
Admob Interstitial Ads
Access To More Sensors
Gyroscope
Magnetometer
Light Sensor
Proximity Sensor
Rotation Vectors
Google Play Game Services
Sign In with Google+
Leaderboards
Achievements
Supported Platforms:
Android
Credits:
Easter Bunny for the source code to Automayte 2.1 (http://forum.thegamecreators.com/?m=forum_view&t=210058&b=41)
Rick Vanner for Snake Snacker (modified and used as an example)
What the download contains:
A heavily altered version of Automayte 2.1 for one click APK building. The altered version of Automayte 2.1 will allow you to build an APK that uses this mod. It also addresses some of the building issues a select few people have been having with Automayte.
An example of Google Play Game Service in action in Rick Vanner's Snake Snacker game (You'll also find a built Snake_Snacker_Mod.APK in the folder).
An AppGameKit Player ("AGK_Player_Mod.apk") for use with this mod.
Documentation (Probably not the best documentation, but I tried!) which I
HIGHLY ADVISE YOU READ.
A file called "AGK_Mod.agc" this contains the new commands for the mod, and must be included in your code (using #include "AGK_Mod.agc").
Download Link:
Note Before Downloading!
Also, be sure to run Automayte 2.1 as administrator.
Download Here V1.02: https://www.mediafire.com/?7x97bjo1z1kcd16
Mirror 2: https://drive.google.com/file/d/0Bz1y6TeA4uATaFY1ak94cDZnbDQ/edit?usp=sharing
Changelog:
v1.02
Changed to a 32bit version of the JDK for compatibility
Fixed bug causing portrait apps to fail while building
V1.01
Fixes issues with android-sdk not finding Java.
Fixes Automayte errors
Added installer for Automayte
Let me know if you have any issues.
Sean