Quote:
Originally Posted by Stoli151
Please forgive me for my ignorance, but I'm assuming this file is not available to a typical windows user(I do have show hidden files enabled). Although what you showed me makes complete sense, I cannot for the life of me find the mission.cs file anywhere in the TEF campaign files I downloaded or the games root files after a TEF install. Or, is this a file I need to add?
|
You need to download the source code. It wasn't included with previous releases because I'm lazy. You can use an SVN client to download it from Google Code or it comes with the binaries available
here.
You will also need to follow the instructions
here. You will need to install Visual Studio (a free version is available). Then open the file DynamicCampaign.sln with Visual Studio, add the missing references, change the code and compile. Replacing the existing .dlls with the ones you just compiled is simple enough and shouldn't require starting a new campaign.