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.40

Android

Apr 19, 2025

Changelog


1.9.40

AopAop 1.9.40 Release

Apr 19, 2025
Note:
This version is not recommended for everyone to upgrade and should only be tested by individual players who are experiencing specific issues.
1. add Auto Detect Password for ZArchiver styleextracting UI, A valid extraction password is now automatically saved locally on your phone;
2. add Password Book manager with functions: add/edit/remove and import(from clipboard or file)/export to file/copy to clipboard, click on the password to edit, long press the password to get more operation options, the imported password file/clipboard format is: pure text, one password per line, UTF-8 encoding;
3. add encoding settings before extracting to solve the problem that file paths and file names are garbled due to non-English environments and non-standard encoding;
4. add simple file management features to the file picker, including rename, cut, copy, delete, just long press on the file in the file picker to get more operation options;
5. add the ability to turn off the built-in filter, after turning it off, you can see all files in the file picker, just click the filter icon in the upper left corner of the file picker;


1.9.39

AopAop 1.9.39 Release

Apr 12, 2025
1. add ZArchiver style extracting UI, test on 7z, rar, rar5 and zip single file or multi-part volume files with or without password and filename protected;


1.9.38

AopAop 1.9.38 Release

Apr 06, 2025
1. add the touch penetration for Winlator style input controls;


1.9.37

AopAop 1.9.37 Release

Apr 04, 2025
1. Added app language switching function;
2. bug fixes;


1.9.36

AopAop 1.9.36 Release

Apr 04, 2025
1. add Handler (beta) page in the advanced settings of adding/editing the game, and only add Handle SV Actors in it, this feature is mainly to solve the problem of "the textures are a bit blurry after enable the downscale_large_textures", for details, please refer to Note2 in the previous version of the changelog, this feature may cause lag when working, depending on the performance of the phone and the loading mechanism for the textures, the details are explained in the app;
2. add new virtual gamepad solution from Winlator 9.0.0 (source code shows 7.0.0), now you can add/remove buttons and customize the location, size, shape and binding of each button, you can click on the gamepad icon at the top of the homepage for centralized configuration, you can also configure it in the advanced settings when adding/editing games, here it is possible to import the profile from the aopaop.json file, if it has one and has not been imported before, if you enter the game, you can click on the gamepad icon to show/hide the virtual gamepad, you can also long press the gamepad icon to edit or switch to other profiles, remember to click the save button after editing, otherwise the changes will not be saved, which is different from Winlator (saved instantaneously when changes), when you return to the game from the edit page, the saved changes will take effect immediately, and add the function of switching multiple profiles, which allows you to switch profiles without long-pressing the gamepad icon, this function refers from JoiPlay;
3. add external storage support, now you can add games from SD card, this feature has passed the test on Android 6.0.1, 7.1.1, 8.0.0, 8.1.0, 9, 10, 11, 12, 13, 14, 15, the test items include adding/editing/deleting games, entering games, saving/loading/deleting save files;
4. add two UIs, Card and Cover, to the local game page;
5. add disable page in the advanced settings of adding/editing the game, and move all disable settings to this page;
6. Keep the screen always on during decompression, and turn off the screen always on function after decompression, otherwise the screen will be off when unzipping large files, which may cause the decompression to not work properly;
7. fix bug that games could not be added on some new phones due to the high DPI;
8. fix bug, the feedback was cross-displayed on some phones, now the feedback history may be lost, if needed, you can create a new feedback;
9. other bug fixes;
10. add some key-value pairs to root node of the "aopaop.json" (which can be exported by the games aopaop.json exporter) file like this:
"input_controls": [
{
"author": "",
"description": "",
"enable": true,
"profileId": 1,
"sort": 10,
"title": "Virtual Gamepad",
"profile": {}
}
]
Note 1: The "profile" is an input control profile which imported from a *.icp file, and the icp file format is from Winlator;


1.9.35

AopAop 1.9.35 Release

Sep 30, 2024
1. add Disable settings page to the Add Local Game form;
2. add URL support for QR Scan and Add Local Game form;
3. add feature: import game save;
4. add translations for app, file-picker and Cheat Menu: Chinese (China) (zh_CN) which translated by 喜欢吃布丁;
5. add translations for app, file-picker and Cheat Menu: Vietnamese (Viet Nam) (vi_VN) and Vietnamese (vi) which translated by Chìu Quảng;
6. update the list of Translators;
7. bug fixes;
8. add some key-value pairs to root node of the "aopaop.json" (which can be exported by the games aopaop.json exporter) file like this:
{
"downscale_large_textures":false
}
Note 1: Replace "shrink_oversized_image" to "downscale_large_textures", For more information, read the changelog of version 1.9.15;
Note 2: "downscale_large_textures" theoretically supports games made by the RPG Maker MZ game engine, but has only been tested on Tunnel Escape such as sv_actors, which is able to display textures instead of black blocks, but the textures are a bit blurry, and will try to fix it in the next release;


1.9.34

AopAop 1.9.34 Release

Sep 16, 2024
1. add keywords filter to the local game list;
2. add ambulance icon to the control panel;
3. add features: Try to fix error, Dynamic injection, The Plugin Manager can backup plugins when saving changes;
4. add switchable patch groups;
5. Improved Terminal Console (click on most items to copy, long press some items to automatically copy and paste into the input box, clear all messages, scroll to top/bottom, etc.);
6. add some key-value pairs to root node of the "aopaop.json" (which can be exported by the games aopaop.json exporter) file like this:
{
"dynamic_injection":false,
"disable_patch": false,
"patch_groups":[{
"author":"",
"description":"",
"enable":false,
"engine":0,
"engineVersion":"",
"patches":[{
"author":"",
"description":"",
"enable":false,
"engine":0,
"engineVersion":"",
"inFile":"",
"pattern":"",
"replacement":"",
"sort":10,
"title":""
}],
"sort":10,
"title":""
}]
}
Note1: Set "dynamic_injection" to true, and the app will dynamically inject the CheatMenu code, which may fix some issues caused by the game encryption;
Note2: Set "disable_patch" to true, and the app will not apply patches;
Note3: "patch_groups" is similar to JoiPlay-style patches, it consists of one or more patch groups, each of which consists of multiple patches that can be switched on and off separately to achieve different combinations of effects;


1.9.33

AopAop 1.9.33 Release

Aug 24, 2024
1. Added keywords filter to file picker;
2. Bug fixes;


1.9.32

AopAop 1.9.32 Release

Aug 17, 2024
1. Added import syntax support for javascript to try to support Three.js and Babylon.js for RPG Maker MV/MZ(has been confirmed to have been resolved);
2. Added counters, backups, restores, and removal of invalid games to the local game page;
3. Added the feature of clicking to copy the content of an item in the terminal console;


1.9.31

AopAop 1.9.31 Release

Aug 10, 2024
1. As so many players have reported that they are experiencing issues with path /storage/emulated/10/, this update mainly tries to fix this issue(has been confirmed to have been resolved);
2. Added Icon Type Setting to UI Settings;
3. Adjusted the width of the form when adding/editing games;
4. Fixed a bug where the game engine was not properly detected when adding a game in some cases;
5. Improved MTool-style translation.json file parser and bug fixes;
6. Improved compatibility and bug fixes;

        

Privacy Policy  |  Terms of Service