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
413 stars 85 forks source link

retrieve the map from s2gs #73

Closed dsjoerg closed 12 years ago

dsjoerg commented 12 years ago

Graylin says "I did find the information in one of the localization files. We should be able to pull it out and expose it"

Very exciting! This will make s2gs-only analysis that much more powerful.

GraylinKim commented 12 years ago

Added in 21d841195db6995a2b8b23a44f2b424228541cb8. Adds:

summary.map_name
summary.map_description
summary.map_tileset

There were additional strings but they didn't seem that useful.