Reimplement ingame map downloading.

This commit is contained in:
Paul Chote
2014-03-13 12:43:42 +13:00
parent 6b199d3376
commit c3ba27ef6c
7 changed files with 563 additions and 67 deletions

View File

@@ -136,7 +136,7 @@ namespace OpenRA.GameRules
public bool TeamHealthColors = false;
public bool AllowDownloading = true;
public string[] MapRepositories = { "http://resource.openra.net/map/", "http://resource.ihptru.net:8080/map/" };
public string MapRepository = "http://resource.openra.net/map/";
}
public class KeySettings