User Tools

Site Tools


arma:missions:campaigns

Differences

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

Link to this comparison view

Next revision
Previous revision
arma:missions:campaigns [2009/05/01 16:37] – created campaigns initial page. snakemanarma:missions:campaigns [2024/08/01 08:16] (current) – links added. snakeman
Line 1: Line 1:
-====== Campaigns ======+====== ArmA 1 Campaigns ====== 
 + 
 +[[https://www.pmctactical.org/forum/viewforum.php?f=42|ArmA 1 Forum]], [[:arma|ArmA 1 Home]], [[arma:config|ArmA 1 Config]], [[arma:tools|ArmA 1 Tools]], [[arma:file_formats|ArmA 1 File Formats]], [[arma:missions|ArmA 1 Missions]], [[arma:modeling|ArmA 1 3D Modeling]], [[arma:terrain|ArmA 1 Terrain]], [[arma:texturing|ArmA 1 Texturing]], [[arma:scripting|ArmA 1 Scripting]] 
 + 
 +**ArmA 1** aka Armed Assault (ArmA)
  
 Campaigns in ArmA are pretty much the same as in OFP on basic file layouts and operation. Campaigns in ArmA are pretty much the same as in OFP on basic file layouts and operation.
Line 25: Line 29:
 // //
 // PMC First Fight campaign // PMC First Fight campaign
-// +//
  
 class CfgIdentities class CfgIdentities
Line 39: Line 43:
  };  };
  
- // Army squad leader: + // Army squad leader:
  class gordon  class gordon
  {  {
Line 49: Line 53:
  };  };
  
- // Abrams commander: + // Abrams commander:
  class david  class david
  {  {
Line 59: Line 63:
  };  };
  
- // Cobra pilot: + // Cobra pilot:
  class bob  class bob
  {  {
Line 140: Line 144:
 </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 163:
  
 **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.1241195872.txt.gz · Last modified: 2009/05/01 16:37 by snakeman

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki

All PMC web site download services are temporarily suspended until web site yearly fees have been recovered, want to download addons/mods? Then Support PMC.

If you are grateful for all the work PMC has done in the past 25 years, use Support PMC page.