Skip to content

ArchiSteamFarm V0.8 (pre1)

Pre-release
Pre-release
Compare
Choose a tag to compare
@JustArchi JustArchi released this 21 Nov 20:04
  • 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, 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.