![]() |
|
![]() |
Getting Started
Before you do anything with the source, please read this. 99% of all problems are generated by not installing the source and setting it up as directed below...
Requirements:
Visual C++ 6.0 (bought from Microsoft)
DirectX SDK for at least DX5.0 (acquired from Microsoft)
AvP GE source code (acquired from Fox Interactive)Open the AvP workspace (AvP.dsw). Make sure "Release For Fox" is the selected configuration by clicking on BUILD/SET ACTIVE CONFIGURATION. Open PROJECT/SETTINGS/DEBUG and enter the following paths:
"Executable for debug session" = [insert path to avp]\[insert exe name].exe
"Working directory" = [insert path to avp]
Example:
Executable for debug session = c:\program files\fox\aliens versus predator\MyAvP.exe
Working directory = c:\program files\fox\aliens versus predator\
Example:c:\program files\dx7sdk\include
Example:MyAvP.exe
myFile = fopen(soundFileName, "rt");And change them to look like this:
LOCALASSERT(myFile!=NULL);
myFile = fopen(soundFileName, "rt");
//LOCALASSERT(myFile!=NULL);