
To install the C&C 3 Mod SDK, you'll need to do a few things other than download the Mod SDK file -- some external applications and components are required. To obtain these components, please follow these steps.
- Download and install the official Mod SDK itself.
Then, install these additional components:
- Make sure you have the .NET Framework version 2.0.
- Download and install this from Microsoft if you don't have it.
- Make sure you have the Visual C++ 2005 Service Pack 1.
- Download and install this from Microsoft if you don't have it.
- Download and install ANTLR 2.7.7, a required tool. It's highly unlikely that you have it already.
- From the folder in which you installed ANTLR, locate the "lib" folder.
- Copy the two files named antlr.runtime.dll and antlr.astframe.dll.
- Paste these two files into the Tools folder within the Mod SDK, usually located at: C:\Program Files\Command & Conquer 3 Tiberium Wars\MOD SDK\Tools\
- Download and extract Mvp.Xml from CodeProject.
- Locate the file called Mvp.Xml.dll.
- Copy and paste it to the Mod SDK Tools folder, again usually: C:\Program Files\Command & Conquer 3 Tiberium Wars\MOD SDK\Tools\
You've now successfully installed the SDK -- begin exploring it! Consult its documentation for more information.