Skip to content

Commit

Permalink
总之先跑起来!
Browse files Browse the repository at this point in the history
  • Loading branch information
bamboo98 committed Aug 2, 2024
1 parent 39628b6 commit 1cfb981
Show file tree
Hide file tree
Showing 18 changed files with 735 additions and 65 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,15 @@
- 模拟器分辨率设置为 平板版-1280x720(DPI240),帧率设置60帧
- 游戏设置为 画质档位:省电模式,帧率:60,UI布局:触屏,镜头灵敏度:5,镜头自动跟随转动:关闭,棋盘镜头移动速度:1,游戏语言:简体中文

#
## 请严格遵照上述游戏设置

### v0.1
- [ ] 能跑
- [ ] 搞定多点触控(战斗模块刚需)
- [ ] 拿命验收自动化
- [x] 能跑
- [x] 搞定多点触控(战斗模块刚需)
- [x] 拿命验收自动化(1号位手动上一个妮可或比利)

#

### v0.2
- [ ] 零号空洞自动化
- [ ] 降低CPU利用率,再跑下去赚的丁尼就真不够交电费了
26 changes: 26 additions & 0 deletions assets/config/maa_pi_config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"controller": {
"name": "安卓端",
"type": "Adb"
},
"adb": {
"adb_path": "C:/1software/MuMu Player 12/shell/adb.exe",
"address": "127.0.0.1:16384",
"config": {
"extras": {
"mumu": {
"enable": true,
"index": 0,
"path": "C:/1software/MuMu Player 12"
}
}
}
},
"resource": "官服",
"task": [
{
"name": "刷丁尼",
"option": []
}
]
}
61 changes: 4 additions & 57 deletions assets/interface.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,6 @@
{
"name": "安卓端",
"type": "Adb"
},
{
"name": "桌面端",
"type": "Win32",
"win32": {
"method": "Search",
"class_name": ".*",
"window_name": "Visual Studio"
}
}
],
"resource": [
Expand All @@ -20,56 +11,12 @@
"path": [
"{PROJECT_DIR}/resource/base"
]
},
{
"name": "B 服",
"path": [
"{PROJECT_DIR}/resource/base",
"{PROJECT_DIR}/resource/bilibili"
]
}
],
"task": [
{
"name": "普通任务",
"entry": "MyTask1"
},
{
"name": "选项任务",
"entry": "MyTask2",
"option": [
"任务选项1"
]
},
{
"name": "参数任务",
"entry": "MyTask3",
"option": [
"任务选项1"
],
"param": {}
}
],
"option": {
"任务选项1": {
"cases": [
{
"name": "文本1",
"param": {
"OcrTask": {
"text": "文本1"
}
}
},
{
"name": "文本2",
"param": {
"OcrTask": {
"text": "文本2"
}
}
}
]
"name": "刷丁尼",
"entry": "界面检测"
}
}
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion assets/resource/base/image/empty.png

This file was deleted.

Loading

0 comments on commit 1cfb981

Please sign in to comment.