View Single Post
  #5  
Old 08-02-2011, 02:40 PM
41Sqn_Banks 41Sqn_Banks is offline
Approved Member
 
Join Date: Oct 2007
Posts: 644
Default

http://code.google.com/p/il2dce/wiki/Build_Instructions

I will try to update the document ASAP.

So long ...

The source has to be checked out in a way that the IL2DCE.sln file is at the following location:
Code:
C:\Program Files (x86)\Steam\steamapps\common\il-2 sturmovik cliffs of dover\parts\IL2DCE\trunk\IL2DCE\IL2DCE.sln
So you have to checkout the folder "https://il2dce.googlecode.com/svn/trunk/" to "C:\Program Files (x86)\Steam\steamapps\common\il-2 sturmovik cliffs of dover\parts\IL2DCE\trunk"

Of course you have to adjust the path to the CoD installation if it is installed at a different place.

Use the project "Game" as the startup project.

If you use the debug configuration everything (dlls, config files, ...) is placed at the right location and you can "start" the application in Visual Studio to execute the launcher.exe

If you use the release configuration everything is placed into "C:\Program Files (x86)\Steam\steamapps\common\il-2 sturmovik cliffs of dover\parts\IL2DCE\trunk\IL2DCE\Release" and a NSIS install script is provided to create the installer.

Last edited by 41Sqn_Banks; 08-03-2011 at 11:49 AM.
Reply With Quote