-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* doc: refine README move Chinese text to another file * doc: add nexus blitz to supported gamemode * doc: correct release package name * doc: add chinese readme
- Loading branch information
Showing
2 changed files
with
42 additions
and
16 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
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 |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# 英雄聯盟自動檢舉程式 | ||
這個應用程式可以幫助你在一場__英雄聯盟__遊戲結束後的統計畫面檢舉玩家。 | ||
這個程式使用的語言是 __Python 3.7__ ,並且絕大部分的功能是透過 __pyautogui__ 來完成。 | ||
現階段這個程式只支援台灣的英雄聯盟客戶端,使用在其他語言的客戶端可能會有一些不預期的行為。 | ||
|
||
## 下載 | ||
到 [Release](https://github.com/SivWatt/LOL_report_tool/releases/latest) 即可下載打包好的應用程式 __LeagueReport.zip__。 | ||
|
||
## 使用方法 | ||
以系統管理員執行 `League.exe` 即可看到圖形化介面。 | ||
![GUI](/doc/main-window.PNG?raw=true) | ||
- 按下 `TEAM` 以檢舉**所有**同隊的隊友 | ||
- 按下 `ENEMY` 以檢舉**所有**同隊的隊友 | ||
- 按下 `ALL` 以檢舉**所有**同隊的隊友 | ||
|
||
檢舉的訊息來自 `reportText.txt`,使用者可以自行編輯其內容以達到個人的需求。 | ||
_注意:如果更改了 `reportText.txt` 的內容,必須重新啟動 `League.exe` ,檢舉訊息的更改才會生效。_ | ||
|
||
## 支援的遊戲模式 | ||
這個程式主要是透過偵測左上角的遊戲模式圖示的位置,再透過移動鼠標來達成檢舉的動作。 | ||
如果在不支援的遊戲模式的結算畫面使用,他將不會檢舉任何人。 | ||
|
||
### 支援 | ||
- 咆嘯深淵 | ||
- 閃電急集 | ||
|
||
## 排解疑難 | ||
大部分使用上的問題都來自於圖像辨識,如果碰到程式沒有正常運作,可以檢查 `debuglog.log` 這個檔案來看看是哪裡出了問題。 | ||
如果是特定的圖片辨識失敗的話,基本上可以透過自行截圖替換掉相對應黨名的圖片來解決。 | ||
|
||
## 開發 | ||
如果有碰到任何問題,歡迎透過開立 [issues](https://github.com/SivWatt/LOL_report_tool/issues) 的方式讓我知道。 |