ArchiSteamFarm V0.8 (pre1)
Pre-release
Pre-release
- 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, EXPERIMENTAL (for now) 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.
WARNING: Complex
algorithm is currently experimental, feedback is needed.