BAAS Docs
Feature Configuration

Script

Screenshot interval, autostart, completion action, screenshot method, and control method.

Script settings decide how the backend screenshots, clicks, and handles the environment after tasks finish.

Script settings dialog with screenshot interval, autostart, completion action, screenshot method, and control method
OptionDescription
Screenshot intervalShorter reacts faster but costs more resources
Autostart on script launchStart scheduling when the script launches
Completion actionDo nothing, exit BAAS, exit emulator, exit both, or shut down
Screenshot methodAffects capture stability
Control methodAffects click, drag, and input behavior

If recognition fails or clicks do not work, check 16:9 aspect ratio, HDR, screenshot method, control method, and emulator foreground state.

Legacy BAAS docs repeatedly emphasize that recognition depends on stable images. Start from conservative game/emulator settings before optimizing for speed.

ItemRecommended ValueReason
Emulator resolution1280x720 or equivalent 16:9More stable templates and coordinates
FPS60Avoid delayed page-transition checks
Accelerated rendering modeCompatibleReduces screenshot anomalies
Post-processing / Anti-aliasingONKeeps images close to template assets
Combat letterboxingOFFAvoids combat screenshot ratio and coordinate shifts
Memorial lobbyPrefer disabledSome dynamic lobbies interfere with home recognition

Do not use translation patches that modify game images. Template matching depends on original UI images, and patched buttons, text, or icons may no longer match.

Screenshot and Control Methods

Legacy backend guidance remains useful for troubleshooting:

ItemOptionNotes
ScreenshotnemuFast and lossless for MuMu 12 when the environment matches
ScreenshotscrcpyFast, but not lossless
Screenshotadb / uiautomator2Conservative and stable, but slower
Screenshotmss / pyautoguiPC-client window capture
Controladb / uiautomator2 / scrcpyADB emulator control
ControlnemuLow-latency MuMu 12 control
ControlpyautoguiDesktop mouse control for PC client

If logs repeatedly show tentative click but the page does not change, check MuMu background keep-alive, game settings, control method, and window focus.

Example log repeatedly outputting tentative click

On this page