From 85bd98fadc2647e918c3b2522d15fbc9cd07f72c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sat, 18 Jun 2016 10:59:39 +0200 Subject: [PATCH 1/2] Don't forget to mount scores-counterstrike.mix --- mods/ra/mod.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/mods/ra/mod.yaml b/mods/ra/mod.yaml index 1a8407fb10..4e5f99ee18 100644 --- a/mods/ra/mod.yaml +++ b/mods/ra/mod.yaml @@ -26,6 +26,7 @@ Packages: ~snow.mix ~interior.mix ~scores.mix + ~scores-counterstrike.mix ~movies1.mix ~movies2.mix ra|bits From 790171ed87a37aef1b84e4e4e6cc55d5747c221a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sat, 18 Jun 2016 11:05:29 +0200 Subject: [PATCH 2/2] Fix the MIX file ending. --- OpenRA.Mods.Common/UtilityCommands/ListMixContentsCommand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenRA.Mods.Common/UtilityCommands/ListMixContentsCommand.cs b/OpenRA.Mods.Common/UtilityCommands/ListMixContentsCommand.cs index 39063b5605..dd4444bbd3 100644 --- a/OpenRA.Mods.Common/UtilityCommands/ListMixContentsCommand.cs +++ b/OpenRA.Mods.Common/UtilityCommands/ListMixContentsCommand.cs @@ -25,7 +25,7 @@ namespace OpenRA.Mods.Common.UtilityCommands return args.Length == 2; } - [Desc("ARCHIVE.Z", "Lists the content ranges for a mix file")] + [Desc("ARCHIVE.MIX", "Lists the content ranges for a mix file")] public void Run(ModData modData, string[] args) { var filename = Path.GetFileName(args[1]);