ASF-HoursBooster is a plugin for ArchiSteamFarm that helps boost playtime of Steam games.
- Download the
HoursBooster.zip
archive file from the latest release. - Extract the archive into the
plugins
folder inside yourArchiSteamFarm
directory. - Configure the plugin properties in the
ASF.json
file (optional). - Restart
ArchiSteamFarm
(or start it if it's not running). - Enter
farmhours
orboosthours
command to play games.
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 ]
}
}
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. |
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.