Command and conquer red alert 3 patch: Category:Red alert 3 official patches — Command & Conquer Wiki

How to Play Red Alert 3 & Uprising

Step 1: Get Red Alert 3 and/or Uprising

You can now buy a digital copy of all 12 Command & Conquer games from the EA Origin Store. 

If you own a physical copy of Red Alert 3, or own it digitally, skip this step.

More information on which C&C games have been officially been released as freeware can be found here.

Purchase Red Alert 3 via Steam

Purchase Red Alert 3: Uprising via Steam

Purchase the C&C Ultimate Collection via EA Origin

Note: Red Alert 3: Uprising is a singleplayer-only expansion pack.

Step 2: Install the Game

Physical: Install the Game from the Disc

Steam: Install the game via the Steam Client

Origin: Install the game via the Origin Client

Ultimate Collection Only: Install Medstar’s Fixed Launchers for the Ultimate Collection. This is useful if you plan on using custom maps, mods or launch arguments.  

Download the fixed launchers from ModDB

Step 3: Apply Patches (Physical Only)

Download and install the latest patch for Red Alert 3

Note: You can skip this step if you own the game digitally on Steam or Origin.

Download Red Alert 3 Patch 1.12

Step 4: Play Singleplayer!

You are now able to play Red Alert 3 in singleplayer!

Step 5: Play Multiplayer!

C&C Online is a community-made and managed online server for Red Alert 3.

Here are the steps to get your game online!

  • Sign up for a C&C Online Account here.
    • Be sure to activate your account via email.
    • Your C&C Online account is also a Revora forums account.
  • Once your account has been activated, login and create Server Login information on the C&C Online page:
    • Server Username
    • Server Email
    • Server Password
  • Download and install the C&C Online Launcher from here.
  • Once the launcher has been installed, run it then hook your chosen game.
    • Click Hook on the top menu.
    • In the drop down menu, click on the game(s) that you want to play online.
    • Restart the launcher.
  • Once the launcher has restarted, click the Red Alert 3 button to launch the game.
  • In the game, navigate to the online multiplayer menu and login using the C&C Online details that you created earlier.
  • Enjoy playing Red Alert 3 online!

Click here for more info on common issues and solutions with C&C Online.

Known Issues

This section is for known compatibility issues that affect Red Alert 3.

  • Red Alert 3 can take a long time to load.
    • RA3 polls «Comrade News» every time before launching the game. The related server has been shut down, so the game will wait until the request times out before loading.
    • There is a simple fix below.
    • Download the Quick Load fix here

Command And Conquer : Red Alert 3 Patch 1.

12 — Supported software — PlayOnLinux

You are here

Informations

Creator Message
GNU_Raziel

Information

This installer has been approved by the team.

Informations

Platforms:
Downloads: 11487
Wine: System

Feedbacks

0
0

Description

Patch 1.12 for Command And Conquer : Red Alert 3.

Screenshots

Source code

#!/bin/bash
# Date : (2008-09-07 19-00)
# Last revision : (2013-06-20 21:00)
# Distribution used to test : Debian Testing x64
# Author : GNU_Raziel
# Licence : Retail
# Only For : http://www. playonlinux.com

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

TITLE="Command And Conquer : Red Alert 3"
SHORTCUT_NAME="Command And Conquer : Red Alert 3"
PREFIX="RA3"
PVERSION="1.12"

if [ "$POL_LANG" == "fr" ]; then
        TITLE="Command And Conquer : Alerte Rouge 3"
        SHORTCUT_NAME="Command And Conquer : Red Alert 3"
fi

# Starting the script
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/ra3/top.jpg" "http://files.playonlinux.com/resources/setups/ra3/left.jpg" "$TITLE"
POL_SetupWindow_Init
POL_SetupWindow_SetID 820

# Starting debugging API
POL_Debug_Init

POL_SetupWindow_free_presentation "$TITLE" "$(eval_gettext 'Welcome in the patch $PVERSION Installer for $TITLE')"

POL_SetupWindow_checkexist()
{        
        if [ ! -e "$POL_USER_ROOT/wineprefix/$1" ]; then
                POL_SetupWindow_message "$(eval_gettext 'Game is not installed. ')" "$TITLE"
                POL_SetupWindow_Close
                exit
        fi
}

POL_SetupWindow_checkexist "$PREFIX"

# Setting prefix path
POL_Wine_SelectPrefix "$PREFIX"

# Check if it's Steam version
STEAM=`find $WINEPREFIX -name "Steam.exe"`
if [ "$STEAM" != "" ]; then
        POL_SetupWindow_message "$(eval_gettext 'Steam have is own automatic update system.')" "$TITLE"
        POL_SetupWindow_Close
        exit
fi

# Asking about patch local or not
cd "$HOME"
POL_SetupWindow_InstallMethod "DOWNLOAD,LOCAL"
if [ "$INSTALL_METHOD" == "LOCAL" ]; then
        POL_SetupWindow_browse "$(eval_gettext 'Select patch to execute')" "$TITLE" ""
        POL_Wine start /unix "$APP_ANSWER"
        POL_Wine_WaitExit
else
        cd "$POL_USER_ROOT/tmp"
        if [ "$POL_LANG" == "fr" ]; then
                PATCH_URL="http://na.llnet.cnc3tv.ea.com/u/f/eagames/cnc3/cnc3tv/RedAlert/RedAlert3Patch_112/RedAlert3_french_patch2. 012.exe"
                PATCH_EXE="RedAlert3_french_patch2.012.exe"
        elif [ "$POL_LANG" == "de" ]; then
                PATCH_URL="http://na.llnet.cnc3tv.ea.com/u/f/eagames/cnc3/cnc3tv/RedAlert/RedAlert3Patch_112/RedAlert3_german_patch2.012.exe"
                PATCH_EXE="RedAlert3_german_patch2.012.exe"
        else
                PATCH_URL="http://na.llnet.cnc3tv.ea.com/u/f/eagames/cnc3/cnc3tv/RedAlert/RedAlert3Patch_112/RedAlert3_english_patch2.012.exe"
                PATCH_EXE="RedAlert3_english_patch2.012.exe"
        fi
        POL_SetupWindow_download "$(eval_gettext 'Wait while the patch is downloading...\nThis operation can take time, depending of your connexion.')" "$TITLE" "$PATCH_URL"
        POL_SetupWindow_wait_next_signal "$(eval_gettext 'Installation in progress...')" "$TITLE"
        POL_Wine start /unix "$PATCH_EXE"
        POL_Wine_WaitExit
        rm "$PATCH_EXE"
fi

POL_SetupWindow_Close
exit 0

Contributions

Filters:

Updates and commentsOnly updatesOnly commentsAll languagesOnly my language

Contribute

Member Message
FuzzyToothpaste Tuesday 16 September 2014 at 2:42
FuzzyToothpaste

Warning

This update has not been approved yet by the team.
Use it at your own risk

Message

Please change the name from Command And Conquer : Red Alert 3 Patch 1.12 to it’s official name, which is Command & Conquer: Red Alert 3 Patch 1.12.

Differences

@@ -9,14 +9,14 @@
 [ "$PLAYONLINUX" = "" ] && exit 0
 source "$PLAYONLINUX/lib/sources"
 
-TITLE="Command And Conquer : Red Alert 3"
-SHORTCUT_NAME="Command And Conquer : Red Alert 3"
+TITLE="Command & Conquer: Red Alert 3"
+SHORTCUT_NAME="Command & Conquer Red Alert 3"
 PREFIX="RA3"
 PVERSION="1.12"
 
 if [ "$POL_LANG" == "fr" ]; then
-	TITLE="Command And Conquer : Alerte Rouge 3"
-	SHORTCUT_NAME="Command And Conquer : Red Alert 3"
+	TITLE="Command & Conquer: Alerte Rouge 3"
+	SHORTCUT_NAME="Command & Conquer: Red Alert 3"
 fi
 
 # Starting the script
@@ -27,7 +27,7 @@
 # Starting debugging API
 POL_Debug_Init
 
-POL_SetupWindow_free_presentation "$TITLE" "$(eval_gettext 'Welcome in the patch $PVERSION Installer for $TITLE')"
+POL_SetupWindow_free_presentation "$TITLE" "$(eval_gettext 'Welcome in the patch $PVERSION installer for $TITLE')"
 
 POL_SetupWindow_checkexist()
 {	
@@ -46,7 +46,7 @@
 # Check if it's Steam version
 STEAM=`find $WINEPREFIX -name "Steam. exe"`
 if [ "$STEAM" != "" ]; then
-	POL_SetupWindow_message "$(eval_gettext 'Steam have is own automatic update system.')" "$TITLE"
+	POL_SetupWindow_message "$(eval_gettext 'Steam has its own automatic update system.')" "$TITLE"
 	POL_SetupWindow_Close
 	exit
 fi
@@ -55,7 +55,7 @@
 cd "$HOME"
 POL_SetupWindow_InstallMethod "DOWNLOAD,LOCAL"
 if [ "$INSTALL_METHOD" == "LOCAL" ]; then
-	POL_SetupWindow_browse "$(eval_gettext 'Select patch to execute')" "$TITLE" ""
+	POL_SetupWindow_browse "$(eval_gettext 'Select patch installer to execute')" "$TITLE" ""
 	POL_Wine start /unix "$APP_ANSWER"
 	POL_Wine_WaitExit
 else

New source code

#!/bin/bash
# Date : (2008-09-07 19-00)
# Last revision : (2013-06-20 21:00)
# Distribution used to test : Debian Testing x64
# Author : GNU_Raziel
# Licence : Retail
# Only For : http://www.playonlinux.com

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

TITLE="Command & Conquer: Red Alert 3"
SHORTCUT_NAME="Command & Conquer Red Alert 3"
PREFIX="RA3"
PVERSION="1. 12"

if [ "$POL_LANG" == "fr" ]; then
TITLE="Command & Conquer: Alerte Rouge 3"
SHORTCUT_NAME="Command & Conquer: Red Alert 3"
fi

# Starting the script
POL_GetSetupImages "http://files.playonlinux.com/resources/setups/ra3/top.jpg" "http://files.playonlinux.com/resources/setups/ra3/left.jpg" "$TITLE"
POL_SetupWindow_Init
POL_SetupWindow_SetID 820

# Starting debugging API
POL_Debug_Init

POL_SetupWindow_free_presentation "$TITLE" "$(eval_gettext 'Welcome in the patch $PVERSION installer for $TITLE')"

POL_SetupWindow_checkexist()
{
if [ ! -e "$POL_USER_ROOT/wineprefix/$1" ]; then
POL_SetupWindow_message "$(eval_gettext 'Game is not installed.')" "$TITLE"
POL_SetupWindow_Close
exit
fi
}

POL_SetupWindow_checkexist "$PREFIX"

# Setting prefix path
POL_Wine_SelectPrefix "$PREFIX"

# Check if it's Steam version
STEAM=`find $WINEPREFIX -name "Steam. exe"`
if [ "$STEAM" != "" ]; then
POL_SetupWindow_message "$(eval_gettext 'Steam has its own automatic update system.')" "$TITLE"
POL_SetupWindow_Close
exit
fi

# Asking about patch local or not
cd "$HOME"
POL_SetupWindow_InstallMethod "DOWNLOAD,LOCAL"
if [ "$INSTALL_METHOD" == "LOCAL" ]; then
POL_SetupWindow_browse "$(eval_gettext 'Select patch installer to execute')" "$TITLE" ""
POL_Wine start /unix "$APP_ANSWER"
POL_Wine_WaitExit
else
cd "$POL_USER_ROOT/tmp"
if [ "$POL_LANG" == "fr" ]; then
PATCH_URL="http://na.llnet.cnc3tv.ea.com/u/f/eagames/cnc3/cnc3tv/RedAlert/RedAlert3Patch_112/RedAlert3_french_patch2.012.exe"
PATCH_EXE="RedAlert3_french_patch2.012.exe"
elif [ "$POL_LANG" == "de" ]; then
PATCH_URL="http://na.llnet.cnc3tv.ea.com/u/f/eagames/cnc3/cnc3tv/RedAlert/RedAlert3Patch_112/RedAlert3_german_patch2.