ArchiSteamFarm V2.0 (pre3)
Pre-release
Pre-release
Please make backup of your config
directory prior to trying this 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 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 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. - Fixed a rare exception which could happen when ASF tried to redeem a key on enabled but not connected bot instance.