Contents |
1. Download and install MS Visual C++ Express 2010 from Microsoft
2. Click on the download link and run the setup file.
3. Choose to install the MSDN library to give you the API documentation.
Note: The images are correct except for saying 2008 instead of 2010.
4. Complete the rest of the installtion with the default settings.
Currently the platform SDK is NOT required for VS 2010.
This is only required the first time you load the scorched 3d solution.
1. Open the scorched project file, scorched.sln (you must download the source first Download_Source_Code)
Double click on the scorched.sln file in the root directory of the source code.
2. Choose either "Debug" or "Release" (should be considered the default option) from the drop down at the top of the page for the Solution Configuration. Performance will be much improved using the Release option.
3. Right click on the scorched project icon in the Solution Explorer window on the left hand side and choose "Properties" from the pop-up menu.
4. Select "Debugging" and change the working directory to : $(SolutionDir)
5. Repeat this process for each of the other projects (scorched, scorchedc and scorcheds).
1. Open the scorched project file, scorched.sln (you must download the source first Download_Source_Code)
Double click on the scorched.sln file in the root directory of the source code.
2. Build scorched3d
Press the F7 key or choose "Build Solution" from the "Build" menu.
3. Run scorched3d
Make sure the scorched project is selected as the default project.
Press the Ctrl+F5 keys or choose "Start Without Debugging" from the "Debug" menu.
This tutorial was originally written by Brain Damage with changes and additions by Gavin and Deathstryker