CnC_Remastered_Collection

Command and Conquer: Red Alert
Log | Files | Refs | README | LICENSE

README.md (1865B)


      1 # Command & Conquer Remastered Collection
      2 
      3 This repository includes source code for TiberianDawn.dll, RedAlert.dll and the Map Editor for the Command & Conquer Remastered Collection. This release provides support to the [Steam Workshop](https://steamcommunity.com/workshop/browse/?appid=1213210) for the C&C Remaster Collection.
      4 
      5 
      6 ## Dependencies
      7 
      8 The following dependencies must be installed to successfully build the solution;
      9 
     10 - Windows 8.1 SDK
     11 - MFC for Visual Studio C++ 
     12 
     13 
     14 ## Compiling (Win32 Only)
     15 
     16 To use the compiled binaries, you must own the game. The C&C Remastered Collection is available for purchase on [EA App](https://www.ea.com/games/command-and-conquer/command-and-conquer-remastered/buy/pc) or [Steam](https://store.steampowered.com/app/1213210/Command__Conquer_Remastered_Collection/).
     17 
     18 The quickest way to build all configurations in the project is open [CnCRemastered.sln](CnCRemastered.sln) in Microsoft Visual Studio (we recommend using 2017 as later versions report an error due to a packing mismatch with the Windows SDK headers) and select “Build” from the toolbar, then select “Batch Build”. Click the "Select All" button, then click the "Rebuild" button.
     19 
     20 When the solution has finished building, the compiled binaries can be found in the newly created `bin` folder in the root of the repository.
     21 
     22 
     23 ## Contributing
     24 
     25 This repository will not be accepting any 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.
     26 
     27 
     28 ## Support
     29 
     30 This repository is for preservation purposes only and is archived without support. 
     31 
     32 
     33 ## License
     34 
     35 This repository and its contents are licensed under the GPL v3 license, with additional terms applied. Please see [LICENSE.md](LICENSE.md) for details.