TimZaman/dotaclient

Add Support for 5v5 GameMode

Closed this issue · 5 comments

All Pick Support - DOTA_GAMEMODE_AP

That's supported already right in the proto no?

Yes, but I meant more from an AI agent perspective.

I guess I am assuming 1 agent per bot with experience sharing so the "issue" was more with implementing multi-agent per team framework.

This should be straightforward. We would only need to provide a (static) configuration that tells the game which bots to configure. Right now that's hack-hardcoded in https://github.com/TimZaman/dotaservice/blob/master/dotaservice/lua/bot_generic.lua#L146-L148

Done!