diff --git a/README.md b/README.md index 77679aec2b..7650c00740 100644 --- a/README.md +++ b/README.md @@ -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手游助手(星云引擎) +不兼容,可见未来内也想不到什么好主意来兼容的 ## 使用说明 diff --git a/resource/config.json b/resource/config.json index 85d085330d..010e77eb38 100644 --- a/resource/config.json +++ b/resource/config.json @@ -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"