--- 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.