https://github.com/rudokhvist/boostercreator
ASF plugin to create booster packs from gems (forked)
https://github.com/rudokhvist/boostercreator
archisteamfarm asf asf-plugin plugin
Last synced: 2 months ago
JSON representation
ASF plugin to create booster packs from gems (forked)
- Host: GitHub
- URL: https://github.com/rudokhvist/boostercreator
- Owner: Rudokhvist
- Created: 2019-02-19T20:44:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-16T09:39:36.000Z (about 1 year ago)
- Last Synced: 2024-09-16T11:15:26.424Z (about 1 year ago)
- Topics: archisteamfarm, asf, asf-plugin, plugin
- Language: C#
- Homepage:
- Size: 75.2 KB
- Stars: 38
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE-2.0.txt
Awesome Lists containing this project
README
# THIS PLUGIN IS DEPRECATED
This plugin is not actively developed, and only maintained on last priority basis. I recommend to use [BoosterManager by Citrinate](https://github.com/Citrinate/BoosterManager) instead, if you want to benefit from new features and get support in timely manner.
---
# ASF Booster Creator Plugin
# ATTENTION! This plugin only works with ASF-generic!
# Introduction
This plugin was made by [Outzzz](https://github.com/Outzzz), but after some time it got removed from GitHub. Luckily I forked it before that, and as it was published under Apache 2.0 license I can continue development of this plugin. I tried to improve it a little, you can check what changes I made to it in git commits history.
As title says, aim of this plugin is giving a user an easy way to create booster packs from gems, both by command and automatically.## Installation
- download `BoosterCreator.zip` file from [latest release](https://github.com/Rudokhvist/BoosterCreator/releases/latest)
- unpack downloaded .zip file to `plugins` folder inside your ASF folder.
- (re)start ASF, you should get a message indicating that plugin loaded successfully.## Usage
There is two ways to create boosters with this plugin: manual and automatic.
To manually create booster just send ASF command `booster `, and ASF will try to create boosters from specified games on selected bots.
Example: `booster bot1 730`
To automatically create boosters you can add to config of your bot(s) parameter `GamesToBooster`, of type "array of uint". ASF will create boosters from specified games as long as there is enough gems, automatically waiting for cooldowns.
Example: `"GamesToBooster": [730, 570],`