Command and Conquer: Red Alert
Go to file
2025-02-27 16:20:57 +00:00
CODE Initial commit of Command & Conquer Red Alert source code. 2025-02-27 16:15:05 +00:00
IPX Initial commit of Command & Conquer Red Alert source code. 2025-02-27 16:15:05 +00:00
LAUNCH Initial commit of Command & Conquer Red Alert source code. 2025-02-27 16:15:05 +00:00
LAUNCHER Initial commit of Command & Conquer Red Alert source code. 2025-02-27 16:15:05 +00:00
TOOLS Initial commit of Command & Conquer Red Alert source code. 2025-02-27 16:15:05 +00:00
VQ Initial commit of Command & Conquer Red Alert source code. 2025-02-27 16:15:05 +00:00
WIN32LIB Initial commit of Command & Conquer Red Alert source code. 2025-02-27 16:15:05 +00:00
WINVQ Initial commit of Command & Conquer Red Alert source code. 2025-02-27 16:15:05 +00:00
WWFLAT32 Initial commit of Command & Conquer Red Alert source code. 2025-02-27 16:15:05 +00:00
LICENSE.md Adds LICENSE.md and initial README.md. 2025-02-27 16:20:57 +00:00
README.md Adds LICENSE.md and initial README.md. 2025-02-27 16:20:57 +00:00

Command & Conquer Red Alert

This repository includes source code for Command & Conquer Red Alert. This release provides support to the Steam Workshop for the game.

Dependencies

If you wish to rebuild the source code and tools successfully you will need to find or write new replacements (or remove the code using them entirely) for the following libraries;

  • DirectX 5 SDK
  • DirectX Media 5.1 SDK
  • Greenleaf Communications Library (GCL)
  • Human Machine Interface (HMI) “Sound Operating System” (SOS)

Compiling (Win32 Only)

The current state of the source code does not fully compile and will require some effort to restore it. If you wish to restore the original build environment, the following tools are required;

  • Watcom C/C++ (v10.6) for C/C++ source files
  • Borland Turbo Assembler (TASM v4.0) for assembly files

To use the compiled binaries, you must own the game. The C&C Ultimate Collection is available for purchase on EA App or Steam.

Contributing

This repository will not be accepting contributions (pull requests, issues, etc). If you wish to create changes to the source code and encourage collaboration, please create a fork of the repository under your GitHub user/organization space.

Support

This repository is for preservation purposes only and is archived without support.

License

This repository and its contents are licensed under the GPL v3 license, with additional terms applied. Please see LICENSE.md for details.