-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
50 additions
and
112 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,36 @@ | ||
# 使用手册 | ||
|
||
## 初次上手 | ||
## 使用 | ||
|
||
1. 打开程序,跟着提示完成配置。 | ||
1. 如果你的模拟器不是Memu或者逍遥模拟器,请参考[程序配置](#程序配置)小节 | ||
2. 用模拟器打开选关界面,选择关卡,确认当前界面和图片上的差不多,**勾选代理作战**。 | ||
![选关界面](../Resources/LevelSelection.png) | ||
3. 程序会提示输入计划。输入 `2`,然后按回车。 | ||
4. 解放双手,现在已经开始自动刷关了!刷关进程将会在理智消耗完毕时自动停止。 | ||
|
||
## 计划 | ||
|
||
刷关时,你需要输入“计划”。计划的格式为: | ||
`[刷关模式][刷关次数][后续动作列表]` | ||
|
||
### 示例 | ||
|
||
计划|说明 | ||
-|- | ||
`02`|刷关2次 | ||
`2es`|刷关直到理智耗尽,随后关闭模拟器,使计算机睡眠 | ||
`3`|一直刷关,直到手动关闭程序 | ||
|
||
### 刷关模式列表 | ||
|
||
代码|功能|说明 | ||
-|-|- | ||
0|指定次|如果理智不够完成刷关次数会卡住在用道具回复理智的界面 | ||
1|指定次,当理智耗尽时等待恢复|功能同上且不会出现上列问题 | ||
2|直到理智耗尽| | ||
3|当理智耗尽时等待恢复|需要手动关闭程序,任何后续动作不会执行 | ||
![选关界面](../Resources/LevelSelection.png) | ||
3. 程序会提示输入指令。输入 `combat 2`,然后按回车。 | ||
4. 程序将会作战2次。 | ||
|
||
高级用法请在程序输入 `help` 以查看帮助信息。 | ||
|
||
## 程序配置 | ||
|
||
目前,程序配置文件是程序目录下的 `Auto Arknights CLI.config.yaml`。 | ||
如果你只是用Memu以外的的模拟器,请直接更改 `DeviceSerial`。一个典型的配置如下: | ||
|
||
```yaml | ||
Remote: | ||
Mode: Adb # 目前只有 ADB 模式,别管 | ||
CloseCommandLine: '"C:\Program Files\Microvirt\MEmu\memuc.exe" stop -i 0' # 用于关闭模拟器的命令行 | ||
Adb: | ||
ExecutablePath: adb\adb.exe # 自定义 ADB 可执行文件路径,可以不动 | ||
# 如果你只是用Memu以外的的模拟器,请直接更改DeviceSerial | ||
DeviceSerial: 127.0.0.1:21503 # 必须,可以是模拟器的 ADB 地址,也可以是 USB 设备序列号,参考下表 | ||
``` | ||
## 常见模拟器 ADB 地址列表 | ||
注意,MuMu手游助手是**没有**ADB的,只有MuMu模拟器有。 | ||
| 名称 | 地址 | | ||
| ----------------- | --------------- | | ||
| MuMu | 127.0.0.1:7555 | | ||
| Memu Play(逍遥) | 127.0.0.1:21503 | | ||
| Nox | 127.0.0.1:62001 | | ||
| 雷电 | 127.0.0.1:5555 | |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters