gitmyhub

CnC_Remastered_Collection

C++ ★ 21k updated 1y ago ▣ archived

Command & Conquer: Remastered Collection

This is the source code for Command and Conquer Remastered's game logic, released by Electronic Arts so fans can build mods and publish them on Steam Workshop.

C++Visual StudioWindowsMFCsetup: hardcomplexity 4/5

This repository contains the source code for the Command & Conquer Remastered Collection, specifically the game logic files TiberianDawn.dll and RedAlert.dll, along with the Map Editor. Electronic Arts released this code to support the Steam Workshop, allowing the community to create mods for the C&C Remaster Collection.

The code is written in C++ and compiles on Windows only. To use the compiled output, you must already own the game, available on EA App or Steam. Building requires Microsoft Visual Studio (2017 recommended), the Windows 8.1 SDK, and MFC for Visual Studio C++. The repository is effectively a preservation and modding resource — it is archived without active support and does not accept pull requests or issue reports. Anyone wanting to build on the code is directed to fork the repository independently. The project is licensed under GPL v3 with additional terms.

Where it fits