support to MuMu (not MuMuAsst)

This commit is contained in:
MistEO
2021-07-18 15:11:59 +08:00
parent c7b0b17e14
commit 90e2923d8c
2 changed files with 14 additions and 9 deletions

View File

@@ -44,9 +44,14 @@ A game assistance for Arknights
兼容但需要手动设置分辨率设置中心——引擎设置——分辨率设置——1280x720——保存后重启模拟器
#### MuMu手游助手 && MuMu模拟器
#### MuMu
不兼容,MuMu所有的窗口句柄均不响应SendMessage鼠标消息但官方提供了adb的方式进行控制有时间再做
MuMu是个奇葩,它的所有的窗口句柄均不响应SendMessage鼠标消息
- MuMu模拟器
官方提供了adb控制点击操作的方式本辅助非常勉强的兼容了刷理智的功能需要在模拟器设置里把分辨率设置成1280x720而且效果还不一定能保证。建议使用"Sanity.exe"而不是图形化界面因为adb控制台窗口会一直往出弹
- MuMu手游助手星云引擎
不兼容,可见未来内也想不到什么好主意来兼容的
## 使用说明

View File

@@ -225,7 +225,7 @@
},
"UsePrts": {
"filename": "UsePrts.png",
"threshold": 0.97,
"threshold": 0.9,
"type": "clickSelf",
"next": [
"StartButton1"
@@ -253,7 +253,7 @@
},
"PRTS": {
"filename": "PRTS.png",
"threshold": 0.99,
"threshold": 0.98,
"type": "doNothing",
"next": [
"PRTS",
@@ -344,16 +344,16 @@
"StartToVisit",
"VisitNext",
"VisitNextBlack",
"Return"
"ReturnToFriends"
]
},
"Return": {
"ReturnToFriends": {
"filename": "Return.png",
"threshold": 0.98,
"type": "clickSelf",
"next": [
"Friends",
"Return"
"ReturnToFriends"
]
},
"Friends": {
@@ -382,9 +382,9 @@
},
"VisitNext": {
"filename": "VisitNext.png",
"threshold": 0.999,
"threshold": 0.99,
"type": "clickSelf",
"maxTimes": 10,
"maxTimes": 20,
"next": [
"VisitNext",
"VisitNextBlack"