Skip to content

Game can't issue grouped commands #70

@dgant

Description

@dgant

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bwapi-serversideDepends on changes on the server side of bwapi

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions