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.

93 lines
3.3 KiB

8 years ago
  1. Introduction
  2. ==============
  3. This Github repository provides a bunch of scripts for installing TS/RA2 on OpenRA.
  4. The following operating systems are currently supported:
  5. - Windows 7
  6. - Ubuntu (14.04 LTS, 14.10, 15.04 LTS, 15.10 & 16.04 LTS)
  7. - Linux Mint
  8. - Arch Linux
  9. A lot of people are willing to play Tiberian Sun and Red Alert 2 mods in OpenRA, no matter if they're at unfinished state or not. Personally, I feel the official OpenRA wiki may be really hard to understand for novice people who just want to play these titles and show little interest in cryptic compilation processes.
  10. That's why, as not official support is not provided yet, I decided to do something about this TS/RA2 issue/dilemma: I made a bunch of scripts and instructions that should make life for an average user a bit easier and help installation of these two awesome titles (TS/RA2) on OpenRA.
  11. **Installation instructions**
  12. --------------
  13. **Windows**
  14. 1) Make sure you have .NET Framework 4.5 installed on your computer
  15. ( Read *BEFORE-INSTALLATION.txt* for further information)
  16. 2) Double click *install.bat*
  17. 3) Follow the instructions
  18. **Ubuntu & Ubuntu Variants (Linux Mint, Lubuntu, Xubuntu, Kubuntu etc.)**
  19. 1) Double click install.sh and select "Run in terminal". A new terminal window opens. Type
  20. ```
  21. bash install.sh
  22. ```
  23. 2) Follow the instructions
  24. **Arch Linux**
  25. 1) Open terminal
  26. 2) Navigate to the folder where you have openra-bleed-tibsunra2.install, tibsun_ra2.patch & PKGBUILD
  27. 3) Run the following commands:
  28. ```
  29. updpkgsums
  30. makepkg
  31. ```
  32. You may need to install missing dependencies at this point.
  33. 4) Install OpenRA by typing
  34. ```
  35. sudo pacman -U openra-bleed-tibsunra2-r*.tar.xz
  36. ```
  37. 5) Once the game is installed, please follow the instructions about how to install Red Alert 2 mix files, given in the end of the installation process.
  38. 6) Play the game by typing 'openra' in terminal or using a desktop file.
  39. **Post-installation instructions**
  40. --------------
  41. **To play Tiberian Sun**
  42. Launch the game and download the required asset files from the web when the game asks you to do so.
  43. **To play Red Alert 2**
  44. You must install language.mix, multi.mix, ra2.mix and theme.mix into '$HOME/.openra/Content/ra2/' folder. You find these files from original RA2 installation media (CD's):
  45. - theme.mix, multi.mix = RA2 CD Root folder
  46. - ra2.mix, language.mix = RA2 CD Root/INSTALL/Game1.CAB (inside that archive file)
  47. **Multiplayer**
  48. It's recommended to use exactly same OpenRA binary for multiplayer usage to minimize possible version differences/conflicts between players. If your friends compiles this package with another operating system, please make sure they use exactly same source files for their OpenRA compilation process.
  49. **Uninstallation**
  50. --------------
  51. For uninstallation, please see specific instructions for your Operating System below.
  52. **Windows**
  53. Since the game has been compiled from source and no additional setup programs are provided, all you need to do is to delete the contents of 'OpenRA-bleed-tibsunra2' folder and \My Documents\OpenRA\.
  54. **Ubuntu/Linux Mint**
  55. If you want to remove OpenRA, just run 'sudo apt-get purge --remove openra-bleed-tibsunra2' (without quotations) in your terminal window.
  56. **Arch Linux**
  57. Run 'sudo pacman -Rs openra-bleed-tibsunra2' (without quotations) in your terminal window.