Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Difference between revisions of "Command & Conquer: Red Alert 2"

From PCGamingWiki, the wiki about fixing PC games
m
Line 1: Line 1:
 +
{{Cleanup|The "Issues fixed" section has a lot of solutions relying on old renderers or have fixes overlapping in multiple modern versions of said renderers. Investigate and clean up accordingly}}
 
{{Infobox game
 
{{Infobox game
 
|cover        = Command & Conquer Red Alert 2 cover.jpg
 
|cover        = Command & Conquer Red Alert 2 cover.jpg
Line 146: Line 147:
  
 
===[[Glossary:Widescreen resolution|Widescreen resolution]]===
 
===[[Glossary:Widescreen resolution|Widescreen resolution]]===
For changing resolution open files <code>RA2.ini</code> and <code>RA2md.ini</code> with any text editor and type your resolution there:
+
{{--}} Regardless of the settings applied, the Yuri's Revenge main menu is hardcoded to 800x600. These changes apply to the in-game resolutions of the base game and expansion, as well as the base game main menu.
 +
{{Fixbox|description=Modify the configuration file, method 1|ref=|fix=
 +
# Go to {{p|game}}
 +
# Open <code>RA2.ini</code> (base game) or <code>RA2md.ini</code> (Yuri's Revenge) with any text editor and type your resolution there:
 
<pre>
 
<pre>
 
[Video]
 
[Video]
 
ScreenHeight=XXXX
 
ScreenHeight=XXXX
ScreenWidth=XXXX
+
ScreenWidth=XXXX</pre>
  
or
+
Where <code>ScreenHeight</code> and <code>ScreenWidth</code> are your desired resolution.
 +
}}
  
Another way to change resolution is to add the line beneath the [Video] lines.
+
{{Fixbox|description=Modify the configuration file, method 2|ref=|fix=
AllowHiResModes=yes
+
# Go to {{p|game}}.
This will let you change the resolution in the game menu to any supported by your computer.</pre>
+
# Open <code>RA2.ini</code> (base game) or <code>RA2md.ini</code> (Yuri's Revenge).
 +
# Under the <code>[Video]</code> value, insert <code>AllowHiResModes=yes</code>.
 +
# Save the file, then run the game.
 +
# In the options screen, you can now change to any standardized resolution.
 +
This will let you change the resolution in the game menu to any supported by your computer.
 +
}}
  
Where ScreenHeight and ScreenWidth are your desired resolution.
+
{{Fixbox|description=Main menu "cheat code"|ref=|fix=
 +
# When in the game's main menu, simply type <code>HIRES</code>.
 +
# In the options screen, you can now change to any standardized resolution.
 +
}}
  
 
==Input==
 
==Input==
Line 231: Line 244:
 
|surround sound          = false
 
|surround sound          = false
 
|surround sound notes    =  
 
|surround sound notes    =  
|subtitles                = false
+
|subtitles                = limited
|subtitles notes          = Some non-English languages might have forced subtitles enabled.<ref name="ra2tw">Traditional Chinese version have forced subtitle enabled in-game</ref>
+
|subtitles notes          = The Traditional Chinese versions have forced subtitles enabled in-game due to the presence of <code>subtitle.ini</code> (RA2) and <code>subtitlemd.ini</code> (YR) which other versions do not have.
 
|closed captions          = false
 
|closed captions          = false
 
|closed captions notes    =  
 
|closed captions notes    =  
|mute on focus lost      = true
+
|mute on focus lost      = always on
 
|mute on focus lost notes =  
 
|mute on focus lost notes =  
 
|eax support              =  
 
|eax support              =  
Line 332: Line 345:
  
 
==Issues fixed==
 
==Issues fixed==
===Game does not start (Origin)===
+
==="Player already has the same serial" error===
{{Fixbox|description=Disable Origin In Game|ref={{cn|date=July 2016}}|fix=
+
{{ii}} This issue most often occurs when using the Command & Conquer Ultimate Collection version from Origin.
# Select the My Games tab in Origin.
 
# Right-click Red Alert 2/Yuri's Revenge and select "Game Properties".
 
# Check the "Disable Origin in Game for this game" option.
 
# Click OK and launch the game.
 
}}
 
 
 
==="player already have the same serial" error===
 
{{ii}} This issue may occur when using the Command & Conquer Ultimate Collection version from Origin.
 
  
{{Fixbox|description=Add missing registry value|ref={{cn|date=July 2016}}|fix=
+
{{Fixbox|description=Add missing registry value|ref=|fix=
 
# Go to <code>{{p|hklm}}\SOFTWARE\{{p|wow64}}\Westwood\Yuri's Revenge</code>
 
# Go to <code>{{p|hklm}}\SOFTWARE\{{p|wow64}}\Westwood\Yuri's Revenge</code>
 
# Make a new string called <code>Serial</code>
 
# Make a new string called <code>Serial</code>
# Enter anything as the string text (each player must have a unique entry).
+
# Enter a valid serial key as the string text (each player must have a unique entry). Incorrect values trigger the 30-second defeat DRM.
 
}}
 
}}
  
Line 352: Line 357:
 
{{Fixbox|description=Setting up compatibility settings|ref={{cn|date=July 2016}}|fix=
 
{{Fixbox|description=Setting up compatibility settings|ref={{cn|date=July 2016}}|fix=
 
# Go to <code>{{p|game}}</code>
 
# Go to <code>{{p|game}}</code>
# Right click on the <code>Ra2.exe</code> file and select "Properties".
+
# Right click on the <code>Ra2.exe</code> (base game) or <code>RA2MD.exe</code> (Yuri's Revenge) file and select "Properties".
 
# Go to the "Compatibility" tab and enable Compatibility Mode (set it to "Windows 98/ME") and "Run this program as an administrator".
 
# Go to the "Compatibility" tab and enable Compatibility Mode (set it to "Windows 98/ME") and "Run this program as an administrator".
 
#* The options in the normal Compatibility view cannot be selected. Click "Change settings for all users" to make the modifications.
 
#* The options in the normal Compatibility view cannot be selected. Click "Change settings for all users" to make the modifications.
 
# Apply the changes and launch the game.
 
# Apply the changes and launch the game.
 
'''Notes'''
 
{{ii}} This will fix the base game only. For Yuri's Revenge, repeat these steps for <code>RA2MD.exe</code>
 
 
}}
 
}}
  
Line 386: Line 388:
 
{{Fixbox|description=Modify the RA2.ini file|ref={{cn|date=July 2016}}|fix=
 
{{Fixbox|description=Modify the RA2.ini file|ref={{cn|date=July 2016}}|fix=
 
# Go to <code>{{p|game}}</code>
 
# Go to <code>{{p|game}}</code>
# Open <code>RA2.ini</code>.
+
# Open <code>RA2.ini</code> for the base game and <code>RA2MD.ini</code> for Yuri's Revenge..
 
# Under the <code>[Video]</code> section, add <code>VideoBackBuffer=No</code> to a new line.
 
# Under the <code>[Video]</code> section, add <code>VideoBackBuffer=No</code> to a new line.
 
# Save the file and launch the game.
 
# Save the file and launch the game.
  
 
'''Notes'''
 
'''Notes'''
{{ii}} This will fix the base game only. For Yuri's Revenge, repeat these steps for <code>RA2MD.ini</code>
 
 
 
{{ii}} [https://github.com/CnCNet/cnc-ddraw/releases/latest cnc-ddraw] applies this fix
 
{{ii}} [https://github.com/CnCNet/cnc-ddraw/releases/latest cnc-ddraw] applies this fix
 
}}
 
}}
Line 407: Line 407:
  
 
===Hero units in "Hollywood and Vain" mission lack their unique lines===
 
===Hero units in "Hollywood and Vain" mission lack their unique lines===
{{ii}} Patch 1.01 cut the voice lines due to legal troubles
+
{{ii}} Yuri's Revenge patch 1.001 cut the voice lines due to legal troubles
 
{{Fixbox|description=Use [https://community.pcgamingwiki.com/files/file/1756-cc-red-alert-2-yuris-revenge-hero-voicelines-restoration/ Hero voicelines restoration] mod|ref=<ref>{{Refurl|url=https://www.youtube.com/watch?v=WTgtrOdMe40|title=Red Alert 2: Yuri's Revenge - Hollywood and Vain Action Hero Voice Restore Mod
 
{{Fixbox|description=Use [https://community.pcgamingwiki.com/files/file/1756-cc-red-alert-2-yuris-revenge-hero-voicelines-restoration/ Hero voicelines restoration] mod|ref=<ref>{{Refurl|url=https://www.youtube.com/watch?v=WTgtrOdMe40|title=Red Alert 2: Yuri's Revenge - Hollywood and Vain Action Hero Voice Restore Mod
 
|date=2020-01-25}}</ref>|fix=
 
|date=2020-01-25}}</ref>|fix=

Revision as of 21:01, 13 January 2022

This page may require cleanup to meet basic quality standards. The specific problem is: The "Issues fixed" section has a lot of solutions relying on old renderers or have fixes overlapping in multiple modern versions of said renderers. Investigate and clean up accordingly. You can help by modifying the article. The discussion page may contain useful suggestions.
Command & Conquer: Red Alert 2
Command & Conquer: Red Alert 2 cover
Developers
Westwood Pacific
Publishers
Electronic Arts
Release dates
Windows October 25, 2000
Reception
Metacritic 84
Taxonomy
Monetization Expansion pack
Modes Singleplayer, Multiplayer
Pacing Real-time
Perspectives Bird's-eye view, Isometric
Controls Multiple select, Point and select
Genres RTS
Themes Europe, North America, Africa, Oceania, Antarctica, Sci-fi, Space
Series Command & Conquer
Command & Conquer: Red Alert 2 on HowLongToBeat
Command & Conquer: Red Alert 2 on IGDB
Command & Conquer: Red Alert 2 guide on StrategyWiki
Command & Conquer: Red Alert 2 on MobyGames
Command & Conquer: Red Alert 2 on Wikipedia
Command & Conquer 1995
Command & Conquer: Red Alert 1996
Command & Conquer: Sole Survivor 1997
Command & Conquer: Tiberian Sun 1999
Command & Conquer: Red Alert 2 2000
Command & Conquer: Renegade 2002
Command & Conquer: Generals 2003
Command & Conquer 3: Tiberium Wars 2007
Command & Conquer: Red Alert 3 2008
Command & Conquer: Red Alert 3 - Uprising 2009
Command & Conquer 4: Tiberian Twilight 2010
OpenRA (unofficial) 2010
Command & Conquer (2013) Cancelled
Command & Conquer Remastered Collection 2020
Renegade X (unofficial) EA

Key points

Small but dedicated community.

General information

Command & Conquer Wiki - A wiki for everything Command & Conquer-related
Project Perfect Mod - The most expansive RA2 mod site.
CnCNet (multiplayer replacement; Yuri's Revenge expansion required)
XWIS (legacy multiplayer replacement, default server lookup leads to this service)
Red Alert 2 section on CNC.community
Red Alert 2 section on C&C Communications Center
Red Alert 2 section on CNCNZ.com
Yuri's Revenge section on CNCNZ.com

Availability

Source DRM Notes Keys OS
Retail
Disc check (requires the CD/DVD in the drive to play)
CD key
SafeDisc 2 DRM[Note 1]. The installer for the base game is also DRM-protected, but not the one for Yuri's Revenge.
Windows
Origin
Origin
Bundled with other games in the franchise up to Tiberian Twilight.
Included with EA Play.
Windows
SafeDisc retail DRM does not work on Windows Vista and later (see above for affected versions).

DLC and expansion packs

Name Notes
Yuri's Revenge Explicitly requires the base game to be patched to v1.006.
Bundled with the The First Decade and Ultimate Collection compilations.
Windows

Essential improvements

Patches

Patch 1.006 for Red Alert 2 fixes general bugs, network and exploit issues.
Patch 1.001 for Yuri's Revenge fixes bugs, crashes and a problem when multiple CD drives are plugged in.

LAN patch (fan made)

The LAN patch lets you play LAN on Command & Conquer: Tiberian Sun and Red Alert 2 (and their expansion packs) in Windows 2000 and later by changing IPX protocol to UDP.

CnCNet YR Client

Download link
Requires the Yuri's Revenge expansion version 1.001.
Includes a variety of custom graphics renderers, each fitting different configurations.
Settings changes apply to the main executables of Red Alert 2 and Yuri's Revenge.

Command & Conquer Ultimate Collection Fixed Launchers (Origin)

An unofficial patch that provides a slight enhancement to the default launchers provided with the Origin release (fixes registry entries and allows command line arguments to function properly).

It can be downloaded from moddb.

Game data

Configuration file(s) location

System Location
Windows <path-to-game>\*.ini[Note 2]

Save game data location

System Location
Windows <path-to-game>\*.sav[Note 2]

Save game cloud syncing

System Native Notes
Origin

Video

In-game options screen.
In-game options screen.

Graphics feature State WSGF Notes
Widescreen resolution
See Widescreen resolution. The higher the resolution the smaller everything becomes.
Multi-monitor
See Widescreen resolution.
Ultra-widescreen
See Widescreen resolution.
4K Ultra HD
See Widescreen resolution.
Field of view (FOV)
Isometric.
Windowed
Add -win to the shortcut target.
Borderless fullscreen windowed
See the glossary page for potential workarounds.
Anisotropic filtering (AF)
Anti-aliasing (AA)
Vertical sync (Vsync)
See the glossary page for potential workarounds.
60 FPS
Videos 15FPS only. Multiplayer game speed 60FPS max. The higher the frame rate the faster the game and gameplay is.
120+ FPS
depends on system, can go as high as 1777FPS or more; only for singleplayer games. The higher the frame rate the faster the game and gameplay is.

Widescreen resolution

Regardless of the settings applied, the Yuri's Revenge main menu is hardcoded to 800x600. These changes apply to the in-game resolutions of the base game and expansion, as well as the base game main menu.
Modify the configuration file, method 1
  1. Go to <path-to-game>
  2. Open RA2.ini (base game) or RA2md.ini (Yuri's Revenge) with any text editor and type your resolution there:
[Video]
ScreenHeight=XXXX
ScreenWidth=XXXX

Where ScreenHeight and ScreenWidth are your desired resolution.

Modify the configuration file, method 2
  1. Go to <path-to-game>.
  2. Open RA2.ini (base game) or RA2md.ini (Yuri's Revenge).
  3. Under the [Video] value, insert AllowHiResModes=yes.
  4. Save the file, then run the game.
  5. In the options screen, you can now change to any standardized resolution.

This will let you change the resolution in the game menu to any supported by your computer.

Main menu "cheat code"
  1. When in the game's main menu, simply type HIRES.
  2. In the options screen, you can now change to any standardized resolution.

Input

In-game key map settings.
In-game key map settings.

Keyboard and mouse State Notes
Remapping
Mouse controls can't be changed. LMB is for selection/orders, RMB is deselection/viewport panning.
Mouse acceleration
Can only change scroll speed
Mouse sensitivity
For scroll speed.
Mouse input in menus
Mouse Y-axis inversion
Touchscreen optimised
Only if touch input doubles as mouse input (tapping = LMB, holding = RMB, etc.). No special touch-screen controls or touch-screen control-overlay
Controller
Controller support
Controller types

Audio

Audio feature State Notes
Separate volume controls
Surround sound
Subtitles
The Traditional Chinese versions have forced subtitles enabled in-game due to the presence of subtitle.ini (RA2) and subtitlemd.ini (YR) which other versions do not have.
Closed captions
Mute on focus lost

Localizations

Language UI Audio Sub Notes
English
Traditional Chinese
French
German
Korean
Ukrainian
Fan translation and full dubbing by TSF, download.

Network

In-game network settings.
In-game network settings.

Multiplayer types

Type Native Players Notes
LAN play
8 Uses IPX protocol. Requires LAN patch to be replaced with UDP.
Online play
8

Connection types

Ports

Protocol Port(s) and/or port range(s)
TCP 3840, 4005, 4808, 4810, 4995, 7000-7002
UDP 1234-1237
Universal Plug and Play (UPnP) support status is unknown.

Issues fixed

"Player already has the same serial" error

This issue most often occurs when using the Command & Conquer Ultimate Collection version from Origin.
Add missing registry value
  1. Go to HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Westwood\Yuri's Revenge
  2. Make a new string called Serial
  3. Enter a valid serial key as the string text (each player must have a unique entry). Incorrect values trigger the 30-second defeat DRM.

"***FATAL*** String Manager Failed to Initialize Properly" error

Setting up compatibility settings[citation needed]
  1. Go to <path-to-game>
  2. Right click on the Ra2.exe (base game) or RA2MD.exe (Yuri's Revenge) file and select "Properties".
  3. Go to the "Compatibility" tab and enable Compatibility Mode (set it to "Windows 98/ME") and "Run this program as an administrator".
    • The options in the normal Compatibility view cannot be selected. Click "Change settings for all users" to make the modifications.
  4. Apply the changes and launch the game.

Black screen with switchable graphics

This occurs when the game engine tries to render in VRAM.

Disable the Compatibility Mode of the game's RA.exe executable then copy the files from the .zip at https://github.com/CnCNet/cnc-ddraw/releases/latest to your Red Alert II installation folder, replacing those present. This also allows higher and wide-screen resolutions than the Agrit fix below.

If the problem persists only in Yuri's Revenge when exiting from playing to the menu, try to set

renderer=opengl

in ddraw.ini, auto or direct3d9 may be causing the problem.

Another fix is to download Aqrit's ddwrapper and extract the ddraw.dll and aqrit.cfg files into the RA2 folder, where ra2.ini lies. Next, ensure that only these settings are set to "1" in aqrit.cfg:

FakeVsync                = 1
NoVideoMemory            = 1

Alternatively, simply download and extract the contents of this preconfigured fix into the RA2 folder. Also, consider using the performance fix as well.

Game is purple/green colored and displays only on the other half of the screen

This happens sometimes on newer versions of Windows (7, 8, 8.1 and 10). To fix this, download Aqrit's ddwrapper and extract the ddraw.dll and aqrit.cfg files into the RA2 folder, where ra2.ini lies.

Some Windows elements flicker from behind the game

This happens if you have downloaded Aqrit's ddwrapper and extracted the ddraw.dll and aqrit.cfg files into the RA2 folder and have set the ForceDirectDrawEmulation to "1". To fix this set ForceDirectDrawEmulation to "0":

ForceDirectDrawEmulation = 0

Lag/low FPS

Modify the RA2.ini file[citation needed]
  1. Go to <path-to-game>
  2. Open RA2.ini for the base game and RA2MD.ini for Yuri's Revenge..
  3. Under the [Video] section, add VideoBackBuffer=No to a new line.
  4. Save the file and launch the game.

Notes

cnc-ddraw applies this fix
Use Command and Conquer Graphics Patcher[3]

Game runs too fast

Before using this fix, make sure the in-game "Game Speed" slider is adjusted properly.
"Normal" game speed is "Fast" 30FPS. "Real" speed is "Slow" 15FPS; 1 second in-game equals 1 second in real-life at 15FPS.
Use the -SPEEDCONTROL command line argument[4]

Hero units in "Hollywood and Vain" mission lack their unique lines

Yuri's Revenge patch 1.001 cut the voice lines due to legal troubles
Use Hero voicelines restoration mod[5]

Other information

API

Technical specs Supported Notes
DirectDraw 7
Executable 32-bit 64-bit Notes
Windows

Middleware

Middleware Notes
Cutscenes Bink Video
Multiplayer Westwood Online

System requirements

Windows
Minimum Recommended
Operating system (OS) 95
Processor (CPU) 266 MHz
System memory (RAM) 64 MB
Hard disk drive (HDD) 350 MB
Video card (GPU) 2 MB of VRAM
DirectX 7.0a compatible


Notes

  1. SafeDisc retail DRM does not work on Windows 10[1] or Windows 11 and is disabled by default on Windows Vista, Windows 7, Windows 8, and Windows 8.1 when the KB3086255 update is installed.[2]
  2. 2.0 2.1 When running this game without elevated privileges (Run as administrator option), write operations against a location below %PROGRAMFILES%, %PROGRAMDATA%, or %WINDIR% might be redirected to %LOCALAPPDATA%\VirtualStore on Windows Vista and later (more details).

References