Skip to content

ArchiSteamFarm V2.0 (pre2)

Pre-release
Pre-release
Compare
Choose a tag to compare
@JustArchi JustArchi released this 06 Mar 20:58

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 uses new more modern and robust file structure
    Old: Bot.xml, Bot.bin, Bot.key, Bot.auth
    New: Bot.json, Bot.bin, Bot.db
  • Removed deprecated now SteamNickname and Blacklist config properties. Bot no longer changes nickname (same as null value), and instead of per-bot Blacklist, built-in GlobalBlacklist is being used (which will be editable soon).
  • ASF now automatically dismisses notifications related to dropped items. Thanks to that we can cut spam related to new items drop.
  • Added DismissInventoryNotifications config property which controls above behaviour, default is true.
  • Added GamesPlayedWhileIdle config property, which allows you to specify which game(s) should be farmed while ASF has nothing to do. Default is 0 - no games being farmed while idle.
  • Fixed a rare exception which could happen when ASF tried to redeem a key on enabled but not connected bot instance.