how to farm specific games on one account and specific other games on the other? #3389
-
i've set everything up and everything works, but im scared that ill get an error when i farmed all my cards and start idling games, because i have rust,asseto corsa and wallpaper engine on account1 and not on account2 and i have cs2 and gmod on account2 but not on account1, but i have set to idle all those games in ASF.json : will asf just dont try to idle a game the account does not own, or will there be an error, if there will, what do i do? i want to run and 730, note : i am using nircmd to keep ASF headless and start on setup, i dont think it interferes with anything, just in case.. (didnt want to use headless in asf because i dont have a server i can use (yet) and i just wanted asf.json be as simple as possible while performing everything i needed without errors) Thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
What will happen if you attempt to play non-owned game depends on Steam network. ASF will send your request as you specified it, but Steam might either skip the games you claim that you play, that you don't own, or reject the whole request and in result not play anything at all. If you want to simulate what happens you can simply enable |
Beta Was this translation helpful? Give feedback.
GamesPlayedWhileIdle
is set on per-bot basis, not per-ASF basis, so two bots may use entirely different settings. You should ensure that the account bot is running under holds licenses to playGamesPlayedWhileIdle
that you've specified for it.What will happen if you attempt to play non-owned game depends on Steam network. ASF will send your request as you specified it, but Steam might either skip the games you claim that you play, that you don't own, or reject the whole request and in result not play anything at all.
If you want to simulate what happens you can simply enable
FarmPriorityQueueOnly
inFarmingPreferences
- since your farming queue is empty by default, ASF will act as if the…