Programming Manual
|
|
![]() ![]() ![]() |
Without this service pack installed, the DLL won't be able to load properly. Other tools than Visual C++ might also be able to compile and link the Mod DLL, but at this time they cannot be confirmed to be compatible.
The STLport Standard Library has proven to be reliable to compile CryENGINE® 2 applications. It isn't a requirements, but we do recommend its usage. More information on STLport can be found at www.stlport.com.
Location |
Usage |
Code\CryEngine\ |
Contains all header files required |
Mods\CrysisMod\Code\ |
C++ code needed to implement a Mod fully capable of running Crysis |
A solution file for Visual C++ is located under the following path.
Mods\CrysisMod\Code\CrysisMod.sln
Contained in the solution file is a project file will allow to compile the Mod DLL in either profile or debug for 32bit or 64bit target.
Assuming that [modname] represent the exact name of the mod.
Copyright © 2008 Crytek GmbH. All rights reserved.
|
|