Skip to content

Is there a way to set up the order of bots connecting? #2806

Discussion options

You must be logged in to vote

ASF prefers to start bots in alphabetical (binary, ASCII) sorting order. This can be used for influencing the process, but it doesn't guarantee that the first registered account will connect first to the Steam network, as each bot is independently connecting in parallel and some may take longer time to initialize than others, regardless, they're created and initialized in specified order, and usually connect in specified order as well.

You may want to set other bots than your own as Enabled: false and manually execute start ASF command to start all of them once your bot connects with the network. It's also possible to create a custom plugin that will do that automatically for you.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@artlp
Comment options

@JustArchi
Comment options

Answer selected by JustArchi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants