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
1.5 KiB

8 years ago
  1. DO THIS BEFORE RUNNING INSTALL.BAT
  2. 1) Download and install Microsoft .NET Framework 4.5.2. If you already have it, skip this step.
  3. https://www.microsoft.com/en-us/download/confirmation.aspx?id=42643
  4. All .NET 4.X Framework versions:
  5. https://msdn.microsoft.com/en-us/library/5a4x27ek%28v=vs.110%29.aspx
  6. ------------------------------------------------
  7. ABOUT INSTALL.BAT
  8. - Automatically compiles OpenRA with Tiberian Sun & Red Alert 2 from the source for you
  9. - This is the file you need to execute if you're looking for installation of OpenRA with Tiberian Sun & Red Alert 2
  10. - Double click to execute it
  11. ------------------------------------------------
  12. - Once the install.bat script has compiled the game, there should be many warnings but not a single error
  13. message as output. I got 52 errors if I had only .NET Framework 4.5 installed.
  14. - I got only 13 warnings after I installed Microsoft Windows SDK for Windows 7 and .NET Framework 4
  15. (https://www.microsoft.com/en-us/download/details.aspx?id=8279)
  16. - However, the number of those warning messages didn't affect my gameplay in any way. That's why I'm not sure
  17. if you need to worry about them. I can't really recommend to install 1.7GB of unneeded stuff on your PC
  18. without a very good and valid reason.
  19. - If you feel it important or your game crashes etc., please consider installing that SDK stuff and
  20. re-running the install.bat the game.
  21. ------------------------------------------------