mirror of
https://github.com/LmeSzinc/AzurLaneAutoScript.git
synced 2025-01-08 13:47:32 +08:00
Doc: Add notice to out-dated contents
- [CN] Update readme, and installation_cn
This commit is contained in:
parent
a8bcb869aa
commit
8c143df3fb
10
README.md
10
README.md
@ -1,4 +1,4 @@
|
||||
[English Quick Guide](doc%2FQuick_guide.md)
|
||||
[English Quick Guide](doc%2FQuick_guide.md)
|
||||
[English Readme](README_en.md) `Translation in progress`
|
||||
|
||||
[Japanese Readme](README_jp.md) `Translation in progress`
|
||||
@ -25,15 +25,13 @@ JP support, Thanks **[@ferina8-14](https://github.com/ferina8-14)**, some featur
|
||||
|
||||
## 功能 Features
|
||||
|
||||
- **主线图出击** 暂时仅支持前六章和7-2
|
||||
- **主线图出击** 基本完成, 请在 `./campaign/campaign_main` 目录下查看支持的地图
|
||||
|
||||
- **活动图出击** 支持开荒
|
||||
|
||||
- **每日任务** 半小时左右一套做完, 重复运行时会跳过当天做过的
|
||||
|
||||
每日任务(不支持潜艇每日). 困难图(暂时仅支持10-4). 演习, 自动SL.
|
||||
|
||||
- **活动图每日三倍PT** 半小时左右A1到B3一套做完
|
||||
每日任务(不支持潜艇每日). 困难图. 演习(自动SL), 活动图每日三倍PT, 共斗活动每天15把
|
||||
|
||||
- **委托收派** 出击时每20分钟切出去收获, 支持收委托, 收科研, 收任务, 派委托
|
||||
|
||||
@ -65,8 +63,8 @@ JP support, Thanks **[@ferina8-14](https://github.com/ferina8-14)**, some featur
|
||||
|
||||
## 使用注意事项 Note
|
||||
|
||||
- 模拟器分辨率需要为 1280 x 720.
|
||||
- 当修改完设置后, 需要点击"开始"来保存选项, 然后点击"编辑"返回主界面. 因为位于左侧的每一项功能都是分别保存和运行的.
|
||||
|
||||
- 在提问题前, 请先阅读 [常见问题(FAQ)](doc/FAQ_en_cn.md)
|
||||
|
||||
|
||||
|
@ -110,8 +110,11 @@
|
||||
> 傻瓜式安装包里有什么?
|
||||
>
|
||||
> [WinPython](https://winpython.github.io/) Winpython64-3.7.6.0dot
|
||||
> 预安装的 requirements
|
||||
>
|
||||
> 预安装的依赖
|
||||
>
|
||||
> [PortableGit](https://git-scm.com/download/win)
|
||||
>
|
||||
> Easy_Install-V2.bat, 用来执行 git pull
|
||||
|
||||
- Clone 本项目
|
||||
@ -188,6 +191,8 @@ python -m uiautomator2 init
|
||||
|
||||
一些模拟器的默认 serial:
|
||||
|
||||
如果你有多个模拟器, 需要执行 `adb devices` 查看对应的 serial
|
||||
|
||||
| 设备 | Emulator | serial |
|
||||
| ---------- | ---------- | --------------- |
|
||||
| 蓝叠模拟器 | BlueStacks | 127.0.0.1:5555 |
|
||||
|
@ -125,6 +125,10 @@ BATTLE_PREPARATION = Button(area=(1043, 607, 1241, 667), color=(234, 179, 97), b
|
||||
|
||||
## 如何适配一张新的地图 How to adapt to a new map
|
||||
|
||||
> 以下内容已过时, 但你仍然可以依照这些内容创建新的地图
|
||||
>
|
||||
> 现在可以使用 `./dev_tools/map_extractor.py` 自动生成地图文件, 详细说明在该文件的末尾.
|
||||
|
||||
下面举例适配 7-2 的简单版, 完整逻辑在 campaign.campaign_main.campaign_7_2
|
||||
|
||||
### 定义地图
|
||||
|
@ -131,6 +131,10 @@ Paste the image under `dev_tools/relative_crop.py` , filename should start with
|
||||
|
||||
## How to adapt to a new map
|
||||
|
||||
> The following content is out-dated, but you can still create a map file according to this.
|
||||
>
|
||||
> Now you can auto-generate map files using `./dev_tools/map_extractor.py`, docs are at the end of the file.
|
||||
|
||||
The following example is adapted to the simple version of 7-2. The complete logic is in `campaign/campaign_main/7_2.py`
|
||||
|
||||
### Define the map
|
||||
|
Loading…
Reference in New Issue
Block a user