-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add DotaService Proto for Hero Selection #50
Comments
For now, I think we should set up the game with a proto indicating which heroes should be picked on which positions, and how these are controlled. Preferably, that would also allow playing against bots. That means we need to revert the |
I can work on this as I'm familiar with what needs to get done on the Lua side. Since you had stronger opinions than I did on the protobuf structure I opened this issue so you can think and suggest an approach you are comfortable with for agent communication during that phase. |
I don't think there's a proto that dictates which heroes are picked right?
From the top of my head; we need to specify, somehow:
(1) Certain hero picks:
(1a) - If we want to control them
(1b) - If they should nothing
(1c) - If they should be controlled by the default bot [ in which case it
cannot overlap with identical heroes that we choose, i think, e.g. how to
do a SF vs SF, where one is our bot on radiant, and dire has the builtin
default bot?]
…On Tue, Feb 5, 2019 at 1:57 PM Nostrademous ***@***.***> wrote:
I can work on this as I'm familiar with what needs to get done on the Lua
side. Since you had stronger opinions than I did on the protobuf structure
I opened this issue so you can think and suggest an approach you are
comfortable with for agent communication during that phase.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#50 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHXSRJlxnmwHazm3aBhcy87bDFzXDVctks5vKf4-gaJpZM4akE4g>
.
|
We have a way to send Actions to the agent during game time, but we also need a way to inform the hero selection process what heroes we recommend picking.
The text was updated successfully, but these errors were encountered: