Fincer 9c0ece1098 | 8 years ago | |
---|---|---|
data | 8 years ago | |
Readme.md | 8 years ago | |
WINDOWS-BEFORE-INSTALLATION.txt | 8 years ago | |
linux-install.sh | 8 years ago | |
windows-install.bat | 8 years ago |
This Github repository provides a bunch of scripts for installing TS/RA2 on OpenRA.
The following operating systems are currently supported:
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.
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.
NOTE: As the development of OpenRA & Red Alert 2 continues, this script will likely become unusable some day.
NOTE 2: As APT package manager updates have been dropped from some old Ubuntu based operating systems (such as 14.10), not all required packages to compile OpenRA may be available via internet anymore.
Windows
Make sure you have .NET Framework 4.5 installed on your computer (Read WINDOWS-BEFORE-INSTALLATION.txt for further information)
Double click windows-install.bat
Follow the instructions
Linux (All distributions)
bash linux-install.sh
To play Tiberian Sun
Launch the game and download the required asset files from the web when the game asks you to do so.
To play Red Alert 2
You must install language.mix, multi.mix, ra2.mix and theme.mix into
\My Documents\OpenRA\Content\ra2\ (Windows)
.openra/Content/ra2/ (linux)
You find these files from original RA2 installation media (CD's):
Multiplayer
It's recommended to build OpenRA using exactly same GIT source files for multiplayer usage to minimize possible version differences/conflicts between players. Please make sure all players have exactly same git versions of their in-game mods (RA, CNC, D2K, TS, RA2). Version numbers are formatted like 'git-e0d7445' etc. and can be found in each mod description in the mod selection menu.
For uninstallation, please see specific instructions for your Operating System below.
Windows
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-tibsunra2-Windows' folder and \My Documents\OpenRA.
Ubuntu/Linux Mint/Debian
If you want to remove OpenRA, just run
sudo apt-get purge --remove openra-bleed-tibsunra2
in your terminal window.
OpenSUSE
Run
sudo zypper remove openra-bleed-tibsunra2
in your terminal window.
Fedora
Run
sudo dnf remove openra-bleed-tibsunra2
in your terminal window.
Arch Linux
Run
sudo pacman -Rs openra-bleed-tibsunra2
in your terminal window.
Patches
Patches are files that are being used for patching the main game (OpenRA) so that it compiles successfully with Tiberian Sun & Red Alert 2 added.
Basically, Red Alert 2 locates in a different Github repository so patches are needed in order to merge it successfully with the OpenRA codebase. Additionally, some minor patch codes have been added for compilation of Tiberian Sun.
Patches do not affect any bugs or features existing in the game.
Location: /data/patches/
Usage: add new patch file into the /data/patches/linux/ directory (Linux) or \data\patches\windows\ (Windows)
Hotfixes
Hotfixes are considered as patches as well (yes, they are patch files, too). The main difference between patches and hotfixes is that hotfixes are meant to be used to fix bugs or add features in the game codebase whereas patches just make OpenRA compilation process with Tiberian Sun & Red Alert 2 possible.
Hotfixes are unofficial in nature. They've not officially been applied by OpenRA developers or any other party and thus playing the game with them may make your version of openra-tibsunra2 incompatible with the official 'openra-bleed' and RA2 mod, even if git version numbers match with other players you see in the lobby.
Hotfixes can be used with other players. However, the hotfixes must have been applied into openra-tibsunra2 versions of any players you want to play with (not forgetting compatibility of git version numbers).
Hotfixes are optional and they've been disabled by default.
Location: /data/hotfixes/
Usage: add new hotfix patch file into the /data/hotfixes/linux/ directory (Linux) or \data\hotfixes\windows\ (Windows)
Why are Windows & Linux separated (patches/hotfixes)?
The main reason for this is because Windows & Linux use different line endings in patch files. Different end of lines may make patch files incompatible in other OS so consider this more or less as a precaution.
How do I create new hotfixes?
You need a Unix tool 'diff' to create new hotfixes (patch files). For additional information, please see, for example, http://www.cyberciti.biz/faq/appy-patch-file-using-patch-command/
Remember to check "end of line" (Windows or Unix) for every hotfix patch file you create.