Ttinies

Results 9 comments of Ttinies

Sounds like the OP issue is now resolved by using Anaconda. @OrganicNZ, The issue likely stems from your install command: `pip3 install --user --upgrade sc2` When you install this way...

Overlay the "is passable" map with the "is placeable" map, obtained in the raw observation response. Then ignore ramps. Where there is an elevation difference and only a narrow width,...

isn't this just because the build location doesn't send its final response until the build event is successful? This is why you can successfully issue a command to build a...

Adding more detail. ### SITUATION: I wanted to extract some game information from replays from WCS Valencia 2018 using Blizzard's [API protocol](https://github.com/Blizzard/s2client-proto). However, it appears an automatically downloaded Battle.net cache...

This is an issue for [python-sc2](https://github.com/Dentosal/python-sc2), not [s2client-proto](https://github.com/Blizzard/s2client-proto). I believe the SC2 correct ability to invoke researching banshee cloak is # 790.

Resolving this issue would simplify things, indeed. In the meantime, there is a work around for this issue. If you track production units, you can track the initialization of a...

It seems these issues have build up much faster than they're getting resolved. In the meantime, as a work around, I've exported the data from the SC2 map editor into...

TLDR: execute compile.py in the source code before pip installing pqcrypto. The instructions as is are incomplete. I don't really have anything to do with this repository, but I found...