Creating the Campaign File

The Final Step

You are almost there, just the campaign file to make! Let me explain it to you...

First there is the the title that will be displayed in the when you choose the campaign to play. Just type title = then the name of your campaign in quotes eg. if the title was "My Campaign" it would be:

title = "My Campaign"

Next, put [Overview] and then <background="nsstart"> on the next line. Then it is time for your little HTML code bit, giving a quick intro to the campaign. After that, add this bit with the yellow n replaced with the number of the mission, title replaced with the mission's title, filename replaced with the filename of the english file (without .english on the end) and Donemission replaced with Done plus the filename:

$Checked=n title,MissionBegin,filename,{Donemission},1

For example if your first mission was called 'Death Valley' and the filename was 'dvalley' it would be:

$Checked=1 Death Valley,MissionBegin,dvalley,{Donedvalley},1

Finally add:

$Button=Back,Tell,Campaign

Save your file as Guidesomething, where something is any name you want. The extension is still .english (copy it to .german).

Well Done!

Now you are finished and ready to play your campaign! Have fun and remember to send those maps in to us to be reviewed!

Back