Provides automatic installation scripts for OpenRA with Tiberian Sun & Red Alert 2 + Dune 2 (Windows, Linux)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

33 lines
720 B

--- a/mods/all/mod.yaml
+++ b/mods/all/mod.yaml
@@ -17,6 +17,7 @@
Assemblies:
./mods/common/OpenRA.Mods.Common.dll
./mods/ra/OpenRA.Mods.RA.dll
+ ./mods/d2/OpenRA.Mods.D2.dll
./mods/d2k/OpenRA.Mods.D2k.dll
./mods/cnc/OpenRA.Mods.Cnc.dll
./mods/ts/OpenRA.Mods.TS.dll
--- a/mods/d2/mod.yaml
+++ b/mods/d2/mod.yaml
@@ -5,7 +5,7 @@
Author: the OpenRA Developers
RequiresMods:
- modchooser: {DEV_VERSION}
+
Packages:
~^Content/d2
--- a/utility.cmd
+++ b/utility.cmd
@@ -17,6 +17,7 @@
if /I "%mod%" EQU "cnc" (goto help)
if /I "%mod%" EQU "ts" (goto help)
if /I "%mod%" EQU "d2k" (goto help)
+if /I "%mod%" EQU "d2" (goto help)
echo.
echo Unknown mod: %mod%
echo.