-
Minimal bot example provided by SoupCatcher
```py
import sc2
from sc2 import BotAI, Race
from sc2.player import Bot
class NoBot(BotAI):
async def on_step(self, iteration):
return
cla…
-
```
The following features are broken:
1) Realm is empty
2) APM is zero
```
Original issue reported on code.google.com by `tu...@zelnet.ru` on 2 Aug 2012 at 5:12
-
require "tassadar"
replay = Tassadar::SC2::Replay.new "354875.SC2Replay"
Results in
``` ruby
/usr/local/lib/ruby/gems/2.0.0/gems/bindata-1.5.1/lib/bindata/io.rb:100:in `readbytes': End of file reac…
-
```
The following features are broken:
1) Realm is empty
2) APM is zero
```
Original issue reported on code.google.com by `tu...@zelnet.ru` on 2 Aug 2012 at 5:12
-
I am looking a replay as observer (player_id = 0). During onStep() is called, I read the following values of all units:
- health
- health_max
- shield
- shield_max
- energy
- energy_max
- wea…
-
-
```
When parsing a replay, selection changes and hotkey events are accounted for in
the APM calculation, but not exposed anywhere.
This makes deeper analysis impossible for client code.
```
Origina…
-
When i test the game with Bot AI vs Bot AI.I find the two Bots played in two different game in the same map,and even could send messages to each other.
My systerm is win11
python version python3.…
-
I'm getting this error when trying to use pysc2. This happens with both the pip install and trying to use it from git.
cli command:
```
pysc2_replay_info --replay ~/replays/15467fbf7779f05d783…
-
I got the following error:
http://spawningtool.com/11855/download/
```
>>> sc2reader.load_replay('replays/destinyi.SC2Replay')
Traceback (most recent call last):
File "", line 1, in
File "/home…