Skip to content
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

Game can't issue grouped commands #70

Open
dgant opened this issue Apr 21, 2021 · 0 comments
Open

Game can't issue grouped commands #70

dgant opened this issue Apr 21, 2021 · 0 comments
Labels
bwapi-serverside Depends on changes on the server side of bwapi

Comments

@dgant
Copy link
Contributor

dgant commented Apr 21, 2021

There are some micro techniques that require issuing commands to a group of units simultaneously. The StarCraft engine applies special rules to these commands.

Module bots can issue grouped commands. But client bots can't, because BWAPI's server implementation doesn't support them. Full details are on the upstream BWAPI issue

There's no way to fix this on JBWAPI's end (short of embedding an in-process JVM into a module bot) until BWAPI adds support for grouped commands by client bots. So this is just documenting that the feature is absent on the JBWAPI end as well; feel free to close if clutter.

@JasperGeurtz JasperGeurtz added the bwapi-serverside Depends on changes on the server side of bwapi label Dec 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bwapi-serverside Depends on changes on the server side of bwapi
Projects
None yet
Development

No branches or pull requests

2 participants