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

adds --ladderversion flag, which runs game on version 4.10 #114

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dysonreturns
Copy link

Depends on python-sc2 merge: BurnySc2/python-sc2#213
As discussed, sometime in SC2 version 5.0.x, the map becomes unclickable and you can't issue unit commands.

To allow users to launch on v4.10 (which is the ladder version) this code adds the boolean switch --ladderversion.
It brings back the ability to navigate the minimap and issue commands while your bot is busy.

Note, I had to change some imports which were renamed on latest python-sc2.
The module kill_switch is now KillSwitch.

Tested against latest python-sc2 at the commit mentioned in the above PR.
If that gets merged, this can be merged. Works for bot-vs-ai and bot-vs-bot.

Note that some imports are renamed in latest python-sc2, namely kill_switch = KillSwitch.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant