AopAop
Android game launcher for RPG Maker MV/MZ

Download Now

Support

AopAop is an Android game launcher for RPG Maker MV/MZ.
AopAop doesn't emulate Windows or any operation system so games that depend on Windows APIs or uncommon Node.js classes/functions won't work.

Download

1.9.30

Android

Jul 27, 2024

Changelog


1.9.30

AopAop 1.9.30 Release

Jul 27, 2024
1. Added enable/disable feature to the auto-scan language, which is disabled by default;
2. Added support for using the fs.write function to write uint8array data;
3. Added translations Chinese (China) for app, file-picker and Cheat Menu;
4. Updated the list of Translators;
5. Refactored numpad layout;
6. Optimized game performance after disabling Gesture feature;
7. Fixed a bug where the language could not be set correctly when adding a game using Game Scanner;
8. Improved MTool-style translation.json file parser and bug fixes;
9. Improved compatibility and bug fixes;


1.9.29

AopAop 1.9.29 Release

Jun 09, 2024
Bug fixes;


1.9.27

AopAop 1.9.27 Release

Jun 04, 2024
1. Added Esc, Tab, Spacebar, Enter key to the virtual keyboard;
2. Changed the layout of the control panel;
3. Optimized the logic of save and load:
When saving a game, both the native save file and the json save file are saved;
When loading a game, if both the native save file and the json save file exist, the last modified file will have a higher priority, otherwise the one that exists will be loaded;
For games in aopfile format, the json save file will have a higher priority;
4. Bug fixes;


1.9.25

AopAop 1.9.25 Release

Jun 02, 2024
1. Refactored handling of specified fonts;
2. Changed the logic of save and load;
3. Added the ability to load game assets (audio, img, movies) from outside the aop file;
4. Added landscape support for the home page and set the number of grids to 6 if screen orientation is landscape;
5. Added some key-value pairs to root node of the "aopaop.json" file like this:
{
"disable_external_assets":false,
"disable_patch":false,
"fonts":{
"main":"fonts/main.ttf",
"number":"fonts/number.ttf"
},
"dependencies":{
"app":"1.9.25",
"webview":"125"
}
}
Note1: Set "disable_external_assets" to true, app will not load game assets (audio, img, movies) from outside the aop file;
Note2: Set "disable_patch" to true, app will not load patches;
Note3: If the "main" and "number" of "fonts" are defined, app will load these fonts instead of the game preset fonts;
Note4: "dependencies" is the minimum version requirements, If the "app" and "webview" are defined, When the version of the app and webview used by the player is less than the version defined here, app will give you a warning when adding the game;
6. When adding a game, if an item can not be edited, a lock icon will be displayed;
7. Bug fixes;


1.9.24

AopAop 1.9.24 Release

May 19, 2024
1. Automatically set the game title from the selected translation file, if the file has a corresponding key-value pair;
2. Fix an issue "Failed to load" where a file exists but only 0 bytes;
3. Improved Terminal Console;
4. Improved MTool-style translation.json file parser and bug fixes;
5. Improved compatibility and bug fixes;


1.9.21

AopAop 1.9.21 Release

Apr 20, 2024
1. Support the filename ends with ".png";
2. Bug fixes;


1.9.20

AopAop 1.9.20 Release

Apr 19, 2024
1. Improved translation language files scanner;
2. Updated translation Spanish (Latin America) for app and file-picker;
3. Bug fixes;


1.9.19

AopAop 1.9.19 Release

Apr 18, 2024
1. Added some key-value pairs to root node of the "aopaop.json" file like this:
{
"v" : 2,
"author" : "developer of the game",
"social" : "social media/links of the game"
}
Note1: "v" is the version of aopaop.json file, do not edit this value manually or copy from another file, it is safer and easier to use the exporter of app to export the aopaop.json file, the current version is 2;
Note2: support \n in the value of "author" and "social";
2. Changed one key-value pair that can control the behavior of the game from root node of the "aopaop.json" file like this:
{
"tolerance" : false
}
Note1: The previously defined "tolerance" values: 0=gradient cyan, 1=strict is deprecated, please migrate to the new value: true or false;
3. Added the ability to automatically detect and set language files;
4. Added the ability to export aopaop.json file;
5. Added a gamepad icon for the folder www and removed credits.html files from the file picklist when adding a game;
6. Improved MTool-style translation.json file parser and bug fixes;


1.9.18

AopAop 1.9.18 Release

Apr 06, 2024
1. Remove Tencent QQ permission grant from splash page to settings page, if you use Tencent QQ you should grant permission manually;
2. Added a dialog that can skip permission request when the app does not respond for a long time on the splash page;
3. Added translation Spanish (Latin America) for Cheat;
4. Added RPG Maker MV parser for "Joiplay-style" patches.json;
5. Updated the list of translators;
6. Improved compatibility and bug fixes.


1.9.17

AopAop 1.9.17 Release

Apr 01, 2024
1. Added one key-value pair that can control the behavior of the game to root node of the "aopaop.json" file like this:
{
"disable_playtest" : false
}
Note1: "disable_playtest" has a higher priority than "override_isplaytest";
2. Refactored FPS meter;
3. Added translation Spanish (Latin America);
4. Improved compatibility and bug fixes;

        

Privacy Policy  |  Terms of Service