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.

32 lines
665 B

  1. --- a/mods/all/mod.yaml
  2. +++ b/mods/all/mod.yaml
  3. @@ -18,6 +18,7 @@
  4. ./mods/common/OpenRA.Mods.Common.dll
  5. ./mods/common/OpenRA.Mods.Cnc.dll
  6. ./mods/d2k/OpenRA.Mods.D2k.dll
  7. + ./mods/d2/OpenRA.Mods.D2.dll
  8. ChromeLayout:
  9. --- a/mods/d2/mod.yaml
  10. +++ b/mods/d2/mod.yaml
  11. @@ -5,7 +5,7 @@
  12. Author: the OpenRA Developers
  13. RequiresMods:
  14. - modchooser: {DEV_VERSION}
  15. +
  16. Packages:
  17. ~^Content/d2
  18. --- a/utility.cmd
  19. +++ b/utility.cmd
  20. @@ -17,6 +17,7 @@
  21. if /I "%mod%" EQU "cnc" (goto help)
  22. if /I "%mod%" EQU "ts" (goto help)
  23. if /I "%mod%" EQU "d2k" (goto help)
  24. +if /I "%mod%" EQU "d2" (goto help)
  25. echo.
  26. echo Unknown mod: %mod%
  27. echo.