ASFFreeGames
ASFFreeGames copied to clipboard
Collect free steam games while asf is running
ASF-FreeGames
Description
ASF-FreeGames is a plugin for ArchiSteamFarm allowing one to automatically collect free steam games π posted on Reddit.
Requirements
- β a working ArchiSteamFarm environment
Installation
- π½ Download latest Dll from the release page
- β‘οΈ Move the dll into the
pluginsfolder of your ArchiSteamFarm installation - π (re)start ArchiSteamFarm
- π Have fun
How does it works
Every β°30 minutes the plugins starts π¬analysing reddit for new free gamesβΎ.
Then every πaddlicense asf appid commands found are broadcasted to each currently logged bot πͺ.
Commands
freegamesto collect free games right now πgetipto get the ip used by ASF πsetto configure this plugin options (see below) π οΈ
for information about issuing π’commands see ASF's wiki
Advanced configuration
The plugin behavior is configurable via command
freegames set nof2pto βprevent the plugin to collect free to play gamesfreegames set f2pto βοΈallow the plugin to collect f2p (the default)freegames set nodlcto βprevent the plugin to collect dlcfreegames set dlcto βοΈallow the plugin to collect dlc (the default)
In addition to the command above, the configuration is stored in a πconfig/freegames.json.config json file, one may π edit it using a text editor to suit its need.
FAQ
Log is full of Request failed after 5 attempts! messages is there something wrong ?
- There's nothing wrong (most likely), those error messages are the result of the plugin trying to add a steam key which is unavailable. With time those errors should occurs less frequently (see #3 for more details).
Dev notes
Compilation
Simply execute dotnet build ASFFreeGames -c Release and find the dll in ASFFreeGames/bin folder, which you can drag to ASF's plugins folder.