electronicarts/CnC_Red_Alert: Command and Conquer: Red Alert

Date:

Share:

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

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)

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.

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.

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

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

Source link

Subscribe to our magazine

━ more like this

Microsoft Office Pro 2021 Gives Your Team the Edge at a One-Time $40 Cost

Disclosure: Our goal is to feature products and services that we think you'll find...

Error'd: Better Nate Than Lever

Happy Friday. For those of us in America, today is a political holiday. But let's avoid politics for the moment. Here's a few more...

Halter Dresses Are Summer’s Biggest Comeback Trend

We have our linen dresses, our milkmaid dresses, and our playful sardine-girl summer-ready takes to pair with sneakers, sandals, and thong kitten heels. But...

How Dominican Salons Shaped My Identity

Like most curly-haired Afro-Dominican girls, I had a complicated relationship with my hair growing up. Society loves to say that Black girls hate their...

ash80/RLHF_in_notebooks: RLHF (Supervised fine-tuning, reward model, and PPO) step-by-step in 3 Jupyter notebooks

This repository provides a reference implementation for Reinforcement Learning from Human Feedback (RLHF) framework presented in the RLHF from scratch, step-by-step, in code...