Skip to content

omyto/ASF-HoursBooster

Repository files navigation

Steam Games Hours Booster

ASF-HoursBooster is a plugin for ArchiSteamFarm that helps boost playtime of Steam games.

Usage

  1. Download the HoursBooster.zip archive file from the latest release.
  2. Extract the archive into the plugins folder inside your ArchiSteamFarm directory.
  3. Configure the plugin properties in the ASF.json file (optional).
  4. Restart ArchiSteamFarm (or start it if it's not running).
  5. Enter farmhours or boosthours command to play games.

Configuration

The HoursBooster plugin configuration has the following structure, which is located within ASF.json.

{
  "HoursBooster": {
    "MaxGames": 1,
    "Duration": 2,
    "Blacklist": []
  }
}
Example: ASF.json
{
  "Blacklist": [ 300, 440, 550, 570, 730 ],
  "FarmingDelay": 20,
  "GiftsLimiterDelay": 2,
  "IdleFarmingPeriod": 12,
  "InventoryLimiterDelay": 5,
  "WebLimiterDelay": 500,
  "HoursBooster": {
    "MaxGames": 2,
    "Duration": 3,
    "Blacklist": [ 221380, 813780, 933110, 1017900, 1466860 ]
  }
}

Explanation

Configuration Type Default Range Description
MaxGames Number 1 1-32 The maximum number of games to be played at the same time.
Duration Number 2 1-255 The duration (in hours) each batch of games will be played.
Blacklist List Number A list of Steam game IDs that are excluded from farming.

Commands

Command Access Description
farmhours [bots] Master+ Starts boosting the specified bot instances.
boosthours [bots] Master+ Same with farmhours. :D

Note: You can use ASF's !resume command to stop farming hours.