Skip to content

ArchiSteamFarm V0.8

Compare
Choose a tag to compare
@JustArchi JustArchi released this 28 Nov 19:46

Full changelog: 0.7.0.0...0.8.0.0

  • Implemented some anti-steam network malfuctions mechanisms, which should make ASF more prone to possible steam issues.
  • Rewrote the way how ASF handles web requests based on latest ArchiBoT changes. This decreases further memory footprint, especially with many bots running.
  • Made it possible to redeem cd-keys in XXXXX-XXXXX-XXXXX-XXXXX-XXXXX format.
  • Enhanced ASF by implementing a second cards farming algorithm: Complex. ASF now includes Simple and Complex farming algorithms.
  • Added new config variable, CardDropsRestricted which has crucial decision upon choosing most efficient farming algorithm. By default it has value of false, which equals to choosing Simple cards farming algorithm.

Simple algorithm works best for accounts which are not restricted by 2 hours cards drop. This is primary and default algorithm used by ASF. Bot finds games to farm, and farms them one-by-one until all cards are dropped.

Complex is new algorithm that has been implemented to help restricted accounts to maximize their profits as well. ASF will firstly use standard Simple algorithm on all games that passed 2 hours of playtime, then, if no games with >= 2 hours are left, it will farm all games with < 2 hours left simultaneously, until any of them hits 2 hours mark, then ASF will continue the loop from beginning.