-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
874992d
commit 61a32d5
Showing
1 changed file
with
5 additions
and
17 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,24 +1,12 @@ | ||
# ASF Case Insensitive Bot Names Plugin | ||
Plugin for [ASF](https://github.com/JustArchiNET/ArchiSteamFarm/) that makes bot names case-insensitive, so you can use `BotName`, `botname`, and `BoTnAmE` to refer to your bot. Also works for regular expressions in bot names. | ||
Make sure you don't have multiple bots with names that differ only by case (only applicable to case-sensitive file systems of course). If you have two files `BotName.json` and `botname.json` in your config folder - you are guaranteed to have troubles. | ||
Works only with ASF 4.0+ | ||
To use: | ||
- download .zip file from [latest release](https://github.com/Ryzhehvost/Case-Insensitive-ASF/releases/latest), in most cases you need `CaseInsensitiveASF.zip`, but if you use ASF-generic-netf.zip (you really need a strong reason to do that) download `CaseInsensitiveASF-netf.zip`. | ||
- unpack downloaded .zip file to `plugins` folder inside your ASF folder. | ||
- (re)start ASF, you should get a message indicating that plugin loaded successfully. | ||
|
||
You can get support for this plugin in https://steamcommunity.com/groups/Ryzheplugins (or just use github issues). | ||
|
||
# Плагин для ASF чтобы сделать имена ботов регистронезависимыми | ||
Этот плагин для [ASF](https://github.com/JustArchiNET/ArchiSteamFarm/) позволяет сделать имена ботов регистронезависимыми, так что имена `BotName`, `botname`, и `BoTnAmE` будут указывать на одного бота. Работает также для регулярных выражений в именах ботов. | ||
Убедитесь, что у вас нет нескольких ботов, имена которых отличаются только регистром (разумеется, это возможно тольков случае регистрозависимой файловой системы). Если у вас в папке config есть два файла `BotName.json` и `botname.json` - у вас гарантированно будут проблемы. | ||
Работает только в ASF 4.0+ | ||
Для установки: | ||
- скачайте файл .zip из [последнего релиза](https://github.com/Ryzhehvost/Case-Insensitive-ASF/releases/latest), в большинстве случаев вам нужен файл `CaseInsensitiveASF.zip`, не если вы по какой-то причине пользуетесь ASF-generic-netf.zip (а для этого нужны веские причины) - скачайте `CaseInsensitiveASF-netf.zip`. | ||
- распакуйте скачанный файл .zip в папку `plugins` внутри вашей папки с ASF. | ||
- (пере)запустите ASF, вы должны получить сообщение что плагин успешно загружен. | ||
|
||
Помощь по этому плагину вы можете получить в https://steamcommunity.com/groups/Ryzheplugins (или просто используйте раздел issues) | ||
## Installation | ||
- download `CaseInsensitiveASF.zip` file from [latest release](https://github.com/Ryzhehvost/Case-Insensitive-ASF/releases/latest) | ||
- create new folder called `CaseInsensitiveASF` inside of `plugins` folder in your ASF installation. | ||
- unpack downloaded .zip file to newly created folder. | ||
- (re)start ASF, you should get a message indicating that plugin loaded successfully. | ||
|
||
![downloads](https://img.shields.io/github/downloads/Ryzhehvost/Case-Insensitive-ASF/total.svg?style=social) | ||
|