added button to extract the selected SHP and convert it to PNG

This commit is contained in:
Matthias Mailänder
2013-04-28 19:42:01 +02:00
parent 6a6776754b
commit 7f40f59d85
8 changed files with 189 additions and 3 deletions

View File

@@ -227,6 +227,12 @@ namespace OpenRA.Widgets
return Mod.AllMods[mod].Title;
}
public static string ActiveModId()
{
var mod = Game.modData.Manifest.Mods[0];
return Mod.AllMods[mod].Id;
}
public static string ChooseInitialMap(string map)
{
var availableMaps = Game.modData.AvailableMaps;