View Single Post
  #7  
Old 07-05-2011, 11:43 PM
TheEnlightenedFlorist TheEnlightenedFlorist is offline
Approved Member
 
Join Date: May 2011
Location: SLC, Utah, USA
Posts: 143
Default

Quote:
Originally Posted by dflion View Post
Do you have to manually create a .cs file, or if all the .msn file are put into a file structure within COD, does this action automatically create the campaign's .cs files?

I am not a 'programmer' but willing to learn. I know the .cs files activate the campaign mission's actions, triggers etc. Can you just put a 'copied' basic .cs file into the game structure to get the campaign activated. When I learn the programming language, I will alter them later?

DFLion
For the most part, you can just recompile naryv's example. You just have to edit a few path variables depending on where your campaign will be stored and change some names. Naryv says he will create a generic .dll that will make it easier to make a campaign. However, it will take away a lot of the customization possibilities and you will still probably want to write scripts for your missions. If you don't know Java or C#, I suggest waiting for that.... And learning C# in the meantime.
Reply With Quote