GraylinKim / sc2reader

A python library that extracts data from various Starcraft II resources to power tools and services for the SC2 community. Who doesn't want to hack on the games they play?
http://sc2reader.readthedocs.org
MIT License
410 stars 85 forks source link

Version specific game data #129

Open GraylinKim opened 11 years ago

GraylinKim commented 11 years ago

Right now we use global dictionaries for unit and ability meta data. We should make this version specific because there are sometimes dramatic changes between different versions.

GraylinKim commented 10 years ago

This should now be possible with the Starcraft II Editor's new Data Export feature.