I got some messages about coop vs ai, i'll just write it here. Again, I only got it working for 3v3 and that's good enough for me (so I can run refs at the same time), so I didn't bother testing different game modes. Probably one of the numbers works correctly. This is assuming you already got normal bot working.
1. How the bot works:
The master bot starts a premade coop vs ai match and invites first 2 (4 if 5v5) friends on his friend list. The slaves accept the request that comes and they all proceed to the game just like refs.
2. Setup:
First you have to make sure the master account has slaves on his friend list, and make sure those are his only friends. If you have more people on the friend list, you have to delete them (I think, maybe there's other way around but I don't know it).
Then you have some settings in config.ini that you have to change:
Code:
gamemode=3
COOPpath="Z:/BOTS/coop.ini"
COOPID=ID
Make sure each bot has correct id (so master has 1 and slaves have 2, 3, ..)
Then in the shared folder type in usernames and passwords in coop.ini:
Code:
Master_Acc=Username1:password1
S1_Acc=Username2:password2
S2_Acc=Username3:password3
S3_Acc=Username4:password4
S4_Acc=Username5:password5
Now bot should work correctly.