This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import mpyq | |
from s2protocol import versions | |
from heapq import merge | |
import json | |
archive = mpyq.MPQArchive('training.SC2Replay') | |
# getting correct game version and protocol | |
contents = archive.header['user_data_header']['content'] |
NewerOlder