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

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