Skip to content

Commit

Permalink
update document
Browse files Browse the repository at this point in the history
  • Loading branch information
kgemas committed Nov 11, 2022
1 parent 78fe03e commit 8698073
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
Binary file added Assets/adventureConfig.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 15 additions & 1 deletion README.EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,20 @@ Advanced File Customization ```config.json```
}
```

Advanced customization for unsupported servers
===========
In some game distributions, you may encounter a case where the file path does not have a default value like in the settings file ```appsettings.json```. The workaround is to point each file to its correct address. There are 6 files that need to be configured manually as shown below.

<p align="center">
<img src="./Assets/adventureConfig.PNG">
</p>

The ```DefaultLeaguePath``` option is the game's root path. All remaining 5 options will have Path = DefaultLeaguePath + "remaining value".

More specifically, for example ```LeagueGameconfigPath``` as shown in the picture will have the actual path as ```G:\\Game\\LOL\\LOL_Game\\32787\\Game\\Config\\game.cfg```.

Find the correct file and shorten the path to match string addition. Until the publisher fixes the bug, this configuration will remain active. Because the software needs to use these profiles to get permission to read the API.

Updates and patches
===========
- To update patches quickly, please download the [LeagueAI Update Bot](https://github.com/kgemas/Tool-Update-LeagueAI/releases/download/v1.0.0/UpdateBotAI.zip). Extract the file ```UpdateBotAI.exe``` and place it in the same folder as the bot ```LeagueAI.exe```.
Expand All @@ -95,6 +109,6 @@ Can't run the software?

- Or view issues **in progress** [here](https://github.com/kgemas/League-AI/issues?q=is%3Aopen+is%3Aissue).

- In case you get an error you haven't seen before, [create a new issue](https://github.com/kgemas/League-AI/issues/new/choose), it may take a while to fix because I received a request. Please pay attention when opening an issue.
- If you have some new unresolved errors, please [create a new issue](https://github.com/kgemas/League-AI/issues/new/choose), it may take 1-2 days for me to process, but please be patient 😂

Good luck 🐱‍👤🎶
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,19 @@ Tuỳ chỉnh nâng cao tệp ```config.json```
}
```

Tuỳ chỉnh nâng cao cho những máy chủ chưa được hỗ trợ
===========
Trong một vài bản phân phối game, có thể bạn sẽ gặp phải trường hợp mà đường dẫn các tệp tin không có giá trị mặc định như trong tệp cài đặt ```appsettings.json```. Cách giải quyết là hãy trỏ từng tệp tin đến đúng địa chỉ của nó. Có 6 tệp tin cần phải cấu hình tay như hình dưới.

<p align="center">
<img src="./Assets/adventureConfig.PNG">
</p>

Tuỳ chọn ```DefaultLeaguePath``` là đường dẫn gốc chứa game. Tất cả 5 tuỳ chọn còn lại sẽ có Đường dẫn = DefaultLeaguePath + "giá trị còn lại". Cụ thể hơn, ví dụ như ```LeagueGameconfigPath``` như trong hình sẽ có đường dẫn thật sự là ```G:\\Game\\LOL\\LOL_Game\\32787\\Game\\Config\\game.cfg```.

Bạn hãy tìm đến đúng file và rút gọn đường dẫn lại để nó phù hợp với cách cộng chuỗi. Cho tới khi nhà phát hành sửa chữa, cách cấu hình này vẫn sẽ hoạt động. Bởi vì phần mềm cần sử dụng những cấu hình này để có quyền đọc API.


Cập nhật quan trọng mọi phiên bản.
===========
- Để quá trình hoạt động ổn định, hãy sửa cài đặt ```"hostActive"``` từ ```kemmta.ddns.net:44397``` thành ```leaguebot.khaivu.dev``` nhé.
Expand All @@ -97,6 +110,6 @@ Các bạn có thể theo dõi những vấn đề **đã được giải quyế

Hoặc xem những vấn đề **đang xử lý** [tại đây](https://github.com/kgemas/League-AI/issues?q=is%3Aopen+is%3Aissue).

Trong tường hợp gặp phải lỗi chưa từng bị gặp phải, hãy tạo một [vấn đề mới](https://github.com/kgemas/League-AI/issues/new/choose), việc sửa lỗi có thể mất một thời gian từ khi tôi nhận được yêu cầu. Hãy chú ý khi mở một vấn đề nhé.
Nếu bạn gặp lỗi nào đó mới chưa từng được giải quyết, hãy [tạo một vấn đề mới](https://github.com/kgemas/League-AI/issues/new/choose), có thể sẽ mất 1-2 ngày để tôi giải quyết, nhưng hãy kiên nhẫn nhé 😂

Good luck 🐱‍👤🎶

0 comments on commit 8698073

Please sign in to comment.