Simple ADB emulator for Google Play Games, especially for Arknights & MAA
- You can get latest builds at release page
- Change the settings in MAA as shown above.
- Make an .cmd script with below code where MAA.exe exists. Take care with character encoding. (If you don't want to run script each time, you can use setx to permanently set env variables.)
set PLAYBRIDGE_TITLE=명일방주
set PLAYBRIDGE_QUICK=1
set PLAYBRIDGE_DEBUG=1
start MAA.exe
exit
- Change PLAYBRIDGE_TITLE with the title you are running. For example, set it to Arknights for YOSTAR_EN. (You can also use it for other games.)
- If you don't want quick swipe or debug mode, delete each corresponding line in the .cmd script.
- Of the special keys, currently, only ESC key input supported. This may be updated in the future.
- (Arknights & MAA only) All features are currently working, but due to differences in in-game graphics between Android and Google Play Games Beta, MAA may not work smoothly in certain situations.
