User Tools

Site Tools


arma:missions:campaigns

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

arma:missions:campaigns [2009-05-01 16:37]
snakeman created campaigns initial page.
arma:missions:campaigns [2010-01-29 12:33] (current)
snakeman added overview.html info.
Line 140: Line 140:
 </​code>​ </​code>​
  
-**overview.html** is just the same as in missions, it shows the campaign name on the campaign selection window in ArmA, as the similar file would do for single missions. You can include picture in this file too.+**overview.html** is just the same as in missions, it shows the campaign name on the campaign selection window in ArmA, as the similar file would do for single missions. You can include picture ​image in this file too. The image needs to be power of two 2^n like 128x128, 256x256, 512x512 etc. 
 + 
 +Here is example overview.html file: 
 +<code html> 
 +<​html>​ 
 +<​head>​ 
 +<​title>​Overview</​title>​ 
 +</​head>​ 
 +<body bgcolor="#​FFFFFF">​ 
 +<p align="​center"><​img src="​campaign.paa"​ width="​256"​ height="​256"></​p>​ 
 +</​body>​ 
 +</​html>​ 
 +</​code>​
  
 Explanation for the directories. Explanation for the directories.
Line 147: Line 159:
  
 **Scripts/​** here you put all the common scripts used in your missions. When a script is called from campaign mission, its first searched from the mission dir, if not found its searched from the <​campaign_root>/​Scripts/​ directory. **Scripts/​** here you put all the common scripts used in your missions. When a script is called from campaign mission, its first searched from the mission dir, if not found its searched from the <​campaign_root>/​Scripts/​ directory.
 +
  
 ====== Notes ====== ====== Notes ======
  
 Also check out [[ofp:​missions:​campaign_design|OFP:​ Campaign Design]] article which suits this page quite well. Also check out [[ofp:​missions:​campaign_design|OFP:​ Campaign Design]] article which suits this page quite well.
arma/missions/campaigns.txt · Last modified: 2010-01-29 12:33 by snakeman