added The First Decade Installation Logic

This commit is contained in:
James
2015-07-21 21:15:07 +01:00
parent 8468ce5fe6
commit 1d3f4d6f12
5 changed files with 83 additions and 0 deletions

View File

@@ -39,6 +39,12 @@ namespace OpenRA.Mods.Common
public readonly string MusicPackageMirrorList = null;
public readonly int ShippedSoundtracks = 0;
/// <summary> InstallShield .cab File Ids, used to extract Mod specific files </summary>
public readonly int[] InstallShieldCABFileIds = { };
/// <summary> InstallShield .cab File Ids, used to extract Mod specific archives and extract contents of ExtractFilesFromCD </summary>
public readonly string[] InstallShieldCABFilePackageIds = { };
public static Dictionary<string, string[]> LoadFilesToExtract(MiniYaml yaml)
{
var md = yaml.ToDictionary();