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
708 B

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