An open API service indexing awesome lists of open source software.

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)

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],`

![downloads](https://img.shields.io/github/downloads/Rudokhvist/BoosterCreator/total.svg?style=social)