8000 GitHub - Daft-Freak/CnC_and_Red_Alert: Command and Conquer: Red Alert
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Daft-Freak/CnC_and_Red_Alert

 
 

Repository files navigation

Command & Conquer / Red Alert SDL

This repository is a fork of https://github.com/electronicarts/CnC_Red_Alert, partially merged with https://github.com/electronicarts/CnC_Tiberian_Dawn. It builds more portable, somewhat functional versions of both games.

Dependencies

All this fork needs to compile is:

  • A C++ compiler
  • CMake
  • SDL2

Compiling (Everywhere)

  1. cmake -Bbuild
  2. cmake --build build
  3. Find some data files
  4. Run tdsdl or rasdl
  5. (optional) Command and/or conquer

Status

Both games compile on Linux/macOS/Windows and run at least to the menus. I have lightly tested a few campain missions, RA is more stable than TD.

There's some support for network multiplayer in RA. (I've successfully tested one game between Linux/Windows.)

Code only used by later missions is likely still broken, or possibly missing entirely if it's part of something I had to translate from assembly.

Original README

Over here

Releases

No releases published

Packages

No packages published

Languages

  • C++ 75.6%
  • Assembly 14.7%
  • C 6.8%
  • Pascal 2.0%
  • WebAssembly 0.5%
  • Makefile 0.4%
0