Blizzard / s2client-proto

StarCraft II Client - protocol definitions used to communicate with StarCraft II.
MIT License
3.76k stars 430 forks source link

Unable to have more than 2 agents in a game at once. #60

Open Cryptyc opened 6 years ago

Cryptyc commented 6 years ago

I'm trying to start 3 agents in a game. Whenever I try to run the CreateGame() method, I get this error:

CreateGame request returned an error code: Invalid Player Setup CreateGame request returned error details: Only 1v1 is supported when using multiple agents

Is it possible to run a game with more than 2 agents, and is it possible to add an observer agent to a game where there are already 2 agents in game?

AnthonyBrunasso commented 6 years ago

I do not think the api currently supports more than two players in a game. This is something I can look at in the future. I'll turn this into a feature request and assign myself for tracking.