google-deepmind / pysc2

StarCraft II Learning Environment
Apache License 2.0
7.96k stars 1.15k forks source link

How to play the replay of the old version on windows? #332

Closed Timkeeper2018 closed 1 year ago

Timkeeper2018 commented 2 years ago

i have a problem here, i download the last version of starcraft II and the replay of version 3.16.1. when i use this code "python -m pysc2.bin.play --replay .SC2Replay" to see the replay, it said
"ValueError: Unknown game version: 3.16.1. Known versions: ['latest']." is that means i should download old version of starcraft II ? But i can't see any way to download old version of Starcraft II in Official website. is that means the only way to develop AI is use linux ?

tewalds commented 1 year ago

You can download them from https://github.com/Blizzard/s2client-proto#linux-packages . There are no other linux versions unfortunately.