Blizzard / s2protocol

Python library to decode StarCraft II replay protocols
MIT License
622 stars 111 forks source link

Is there a protocol for Broodwar? #112

Open ggoral opened 4 years ago

ggoral commented 4 years ago

simple question!

icza commented 4 years ago

I don't know of any official StarCraft Brood War replay parser, but here's my open-source replay parser. It parses all (both old and new) replays. You can use it as a library (it's written in Go) and it also has a command line tool so you can use it without any programming knowledge too.

https://github.com/icza/screp

To see what it is capable of, check out this replay sharing and analyzer site with a huge replay archive, which uses screp as its replay parser engine:

https://repmastered.app

ggoral commented 4 years ago

@icza you're a genius! Thx