goto-bus-stop / recanalyst

Analyzes Age of Empires 2 recorded game files.
https://goto-bus-stop.github.io/recanalyst/doc/v4.2.0
GNU General Public License v3.0
77 stars 11 forks source link

Add map name reader for custom random maps #36

Closed goto-bus-stop closed 7 years ago

goto-bus-stop commented 7 years ago

This patch attempts to read the map name of custom random maps by reading the Objectives dialog. That should contain a line like:

Map Type: Border Dispute (LR)

where "Border Dispute (LR)" is the custom map name.

TODO: