ArchiSteamFarm V0.8 (pre2)
Pre-release
Pre-release
- 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 includesSimple
andComplex
farming algorithms. - Added new config variable,
CardDropsRestricted
which has crucial decision upon choosing most efficient farming algorithm. By default it has value offalse
, which equals to choosingSimple
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.