-
Notifications
You must be signed in to change notification settings - Fork 0
Step by Step
-
Download the zipped OpenRA developer build from https://github.com/OpenRA/OpenRA/archive/bleed.zip. Extract it into a folder of your choice (for example, in a folder named
Bleedon the Desktop). -
Double-click on the
make.cmdfile in theBleedfolder on the Desktop. This will open a black command line prompt. -
Type
dependencies. -
Relaunch
make.cmdand typeall. -
Download the zipped RA2 mod from https://github.com/OpenRA/ra2/archive/master.zip. Extract the contained folder into a folder of your choice (for example, on the Desktop).
-
Rename the extracted folder from
ra2-mastertora2. -
Cut this
ra2folder and paste it into%USERPROFILE%\Documents\OpenRA\mods\. -
In the Explorer, go to your
%USERPROFILE%\Documents\OpenRA\mods\ra2\folder and double-click on themake.cmdfile. This will open a black command line prompt. -
Type
dependencies. -
You will be asked for the path to your OpenRA installation. Write the path where you extracted OpenRA in step 1 of this guide, where
make.cmdfrom step 2 of this guide is located. Example: If you extracted OpenRA in step 1 of this guide to a folder namedBleedon the Desktop, you should write:C:\Users\your_username\Desktop\Bleed, whereC:\Users\your_username\is the value of variable%USERPROFILE%. Don't know the value of the variable%USERPROFILE%? Press theWindows key + R, typecmd, in the opened Command Prompt writeecho %USERPROFILE%. -
Relaunch
make.cmdand typeall. -
Now you can go to the OpenRA
Bleedfolder and launch the game withOpenRA.exe. -
If the game crashes when trying to load the RA2 mod, copy the file
OpenRA.Mods.RA2.dllfrom%USERPROFILE%\Documents\OpenRA\mods\ra2\OpenRA.Mods.RA2\bin\Debugto%USERPROFILE%\Documents\OpenRA\mods\ra2. This should fix the problem.
A. Build OpenRA
mkdir ~/build
cd ~/build
git clone https://github.com/OpenRA/OpenRA.git
cd OpenRA
make dependencies
makeB. Build RA2
cd ~/build/OpenRA/mods/
git clone https://github.com/OpenRA/ra2.git
ln -s ~/build/OpenRA/mods/ra2/OpenRA.Mods.RA2 ~/build/OpenRA/OpenRA.Mods.RA2
cd ~/build/OpenRA/OpenRA.Mods.RA2/dependencies
ln -s ../../Eluant.dll ~/build/OpenRA/OpenRA.Mods.RA2/dependencies/Eluant.dll
ln -s ../../OpenRA.Game.exe ~/build/OpenRA/OpenRA.Mods.RA2/dependencies/OpenRA.Game.exe
ln -s ../../mods/common/OpenRA.Mods.Common.dll ~/build/OpenRA/OpenRA.Mods.RA2/dependencies/OpenRA.Mods.Common.dll
ln -s ../../mods/ra/OpenRA.Mods.RA.dll ~/build/OpenRA/OpenRA.Mods.RA2/dependencies/OpenRA.Mods.RA.dll
ln -s ../../mods/ts/OpenRA.Mods.TS.dll ~/build/OpenRA/OpenRA.Mods.RA2/dependencies/OpenRA.Mods.TS.dll
cd ~/build/OpenRA/OpenRA.Mods.RA2
xbuildC. Fetch some game content without original CD and install automatically.
bash ~/build/OpenRA/mods/ra2/fetch-content.shD. Run the game
bash ~/build/OpenRA/launch-game.sh