You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I want to render the video of the SC2, I used the following command as the intro shown
python -m pysc2.bin.play --norender --rgb_minimap_size 0 --replay 1c3s5z_2024-01-11-06-43-01.SC2Replay
But I met the warning before
ValueError: Unknown game version: 5.0.12. Known versions: ['4.6.2', 'latest'].
Is there anybody else met the problem before? how could I render the video?
Looking forward to your reply, thank you very much.
The text was updated successfully, but these errors were encountered:
Hi! I was also interested in doing this, and I figured out you could add versions into the pysc2/run_configs/lib.py file, and to generate the codes for the version you want to look at, you just run pysc2/replay_version.py and pass in the name of the replay. You can either find these python scripts within the library yourself or run them within a venv like you do the replay command
When I want to render the video of the SC2, I used the following command as the intro shown
python -m pysc2.bin.play --norender --rgb_minimap_size 0 --replay 1c3s5z_2024-01-11-06-43-01.SC2Replay
But I met the warning before
ValueError: Unknown game version: 5.0.12. Known versions: ['4.6.2', 'latest'].
Is there anybody else met the problem before? how could I render the video?
Looking forward to your reply, thank you very much.
The text was updated successfully, but these errors were encountered: