sc2reader icon indicating copy to clipboard operation
sc2reader copied to clipboard

Cannot retrieve map name from s2gs for Megaton Team Monobattles

Open dsjoerg opened this issue 13 years ago • 3 comments

>>> wget eu.depot.battle.net:1119/e777780e13cae31b39e0a30609c9272f539e172392339f2b992dcbe3de69823f.s2gs
>>> s2gsfile = open("e777780e13cae31b39e0a30609c9272f539e172392339f2b992dcbe3de69823f.s2gs", "rb")
>>> summary = sc2reader.load_game_summary(s2gsfile)
>>> summary.map_name
'Teams 04 (Mod)'

Within the SC2 client, the map name is shown as Megaton Team Monobattles. Perhaps this is unsolvable, but I thought it was worth a look.

dsjoerg avatar Nov 23 '12 18:11 dsjoerg

This is another localization issue. The map data wasn't translated into English so there was no 5th sheet with map information. Unfortunately the 'enGB' localization didn't have 'Megaton Team Monobattles' as the map name. It had 'TSL4 Antiga Shipyard'. So I'm rather confused on this one.

s2gs files aren't as relevant any more so I'm not going to look into it any further unless something changes..

GraylinKim avatar May 26 '13 19:05 GraylinKim

s2gs files are still relevant -- they will be a useful way of mass-gathering certain kinds of data. but much less urgent than they used to be.

dsjoerg avatar May 28 '13 13:05 dsjoerg

Putting this on indefinite hold. Eventually it will make sense to better deal with localization issues in sc2reader. We'll figure out how to handle this when that time comes.

GraylinKim avatar Sep 22 '13 19:09 GraylinKim