BurnySc2
BurnySc2
That's a great idea! In my opinion, the wiki needs a huge rework anyway. Lots of `Units` filters and `Unit` properties were added. I suppose small code samples should be...
It is a total mess right now. Things were working well until StarCraft2 version 4.8.4. In 4.8.5, the pixelmap changed and self.state.upgrades stopped working. Thus, `self.already_pending_upgrade(UPGRADEID)` stopped working if the...
You should also now be able to install from a specific fork, see https://github.com/Dentosal/python-sc2/issues/298#issuecomment-513579799 The install command on windows is ``` pip install pipenv pip install --upgrade git+https://github.com/Dentosal/python-sc2@develop ```
@quelibrio Please try my fork https://github.com/BurnySc2/python-sc2
He means that the OneBaseBattleCruiserBot is called ProxyRaxBot, that would be my guess.
Yes, please use the develop branch for the PRs.
I guess a small workaround could be to use ```Python if iteration % x == 0: # where x is some number between 2 and 6 ``` in places where...
I think you are trying to research upgrades that were removed from the game but are still listed in the AbilityIds. You can also use the `.research` function to let...
I had the same issue with my docker image. I had to use lower case `maps` for some reason to fix my problem. https://hub.docker.com/r/burnysc2/python-sc2-docker/~/dockerfile/
See watch replay example file: https://github.com/BurnySc2/python-sc2/blob/develop/examples/watch_replay.py