ArchiSteamFarm V2.0.0.1 (Experimental)
Pre-release
Pre-release
NOTICE: Pre-releases are experimental versions that often contain unpatched bugs, work-in-progress features or rewritten implementations. If you don't consider yourself advanced user, please download latest stable release instead. Pre-release versions are dedicated to users who know how to report bugs, deal with issues and give feedback. No technical support will be given.
- [!] ASF now has global config
ASF.json
and global databaseASF.db
. Global config allows you to configure how ASF behaves. Global database should not be edited - contains core global ASF persistent storage. - [!] ASF now includes auto-updates, which can be configured in global config. Auto updates include not only the boolean switch of enabling and disabling, but also update channel which you want to track (Stable/Experimental)
- [!] ASF now uses new more modern and robust file structure for configured bots:
Old:Bot.xml
,Bot.bin
,Bot.key
,Bot.auth
New:Bot.json
,Bot.bin
,Bot.db
- Removed deprecated now
SteamNickname
andBlacklist
config properties. Bot no longer changes nickname (same asnull
value), and instead of per-bot Blacklist, global blacklist is being used instead (defined inASF.json
). - ASF now automatically dismisses notifications related to dropped items. Thanks to that we can cut spam related to new items drop.
- Added
DismissInventoryNotifications
bot config property which controls above behaviour, default istrue
. - Added
GamesPlayedWhileIdle
bot config property, which allows you to specify which game(s) should be farmed while ASF has nothing to do. Default is0
- no games being farmed while idle. - Added
CustomGamePlayedWhileIdle
bot config property, which is similar to above, but allows you to specify one custom game name instead, as in "Playing non-steam game: XXX". Default isnull
- no custom game being shown while idle. - Added
AccountPlayingDelay
bot config property, which allows you to define how often bot should be checking if you finished playing already. Default is5
minutes, old hardcoded value was30
minutes. - Added support for SteamDesktopAuthenticator
.maFile
. If you put a.maFile
in config directory, ASF will automatically pick it up and convert into it's own format. - Added Holiday Sale 2013 with appID of
267420
to the blacklist. - Fixed a rare exception which could happen when ASF tried to redeem a key on enabled but not connected bot instance.