diff --git a/OpenRA.Mods.Cnc/Widgets/Logic/CncInstallFromCDLogic.cs b/OpenRA.Mods.Cnc/Widgets/Logic/CncInstallFromCDLogic.cs index 174b5b48d8..62061a1188 100644 --- a/OpenRA.Mods.Cnc/Widgets/Logic/CncInstallFromCDLogic.cs +++ b/OpenRA.Mods.Cnc/Widgets/Logic/CncInstallFromCDLogic.cs @@ -73,10 +73,10 @@ namespace OpenRA.Mods.Cnc.Widgets.Logic var dest = new string[] { Platform.SupportDir, "Content", "cnc" }.Aggregate(Path.Combine); var copyFiles = new string[] { "CONQUER.MIX", "DESERT.MIX", - "GENERAL.MIX", "SCORES.MIX", "SOUNDS.MIX", "TEMPERAT.MIX", "WINTER.MIX" }; + "SCORES.MIX", "SOUNDS.MIX", "TEMPERAT.MIX", "WINTER.MIX" }; var extractPackage = "INSTALL/SETUP.Z"; - var extractFiles = new string[] { "cclocal.mix", "speech.mix", "tempicnh.mix", "updatec.mix", "transit.mix" }; + var extractFiles = new string[] { "speech.mix", "tempicnh.mix", "transit.mix" }; var installCounter = 0; var installTotal = copyFiles.Count() + extractFiles.Count(); diff --git a/mods/cnc/mod.yaml b/mods/cnc/mod.yaml index bdb33285a9..cb76bea51e 100644 --- a/mods/cnc/mod.yaml +++ b/mods/cnc/mod.yaml @@ -19,7 +19,6 @@ Packages: conquer.mix sounds.mix tempicnh.mix - updatec.mix temperat.mix winter.mix desert.mix