Mission Editing – ArmA: Armed Assault

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
=Introduction to mission editing=
=Introduction to mission editing=
 
The mission (PBO) files are found [[Missions#Locations_of_Mission_Files|in specific folders]] you will need know the location to add additional files such as the briefings, and or scripts. There are some 3rd party tools that can assist you while your mission editing. (See [[ArmA:_Community_Tools#Script_Editing|Scripting Tools]])
The mission files are found [[Missions#Locations_of_Mission_Files|in specific folders]] you will need know the location to add additional files such as the briefings, and or scripts. There are some 3rd party tools that can assist you while your mission editing. (See [ArmA:_Community_Tools#Script_Editing|Scripting Tools]]


Available scripting commands can be found on these pages:
Available scripting commands can be found on these pages:
Line 10: Line 9:
* [[ArmA: Moves|Moves]]
* [[ArmA: Moves|Moves]]
* [[Category:Types|Types]]
* [[Category:Types|Types]]


A new user mission can contain the following files:
A new user mission can contain the following files:
Line 16: Line 14:
* A [[Briefing.html]] file displays a synopsis of what to do to complete the mission.
* A [[Briefing.html]] file displays a synopsis of what to do to complete the mission.
* A [[Description.ext]] file which allows you to define many things in your mission.
* A [[Description.ext]] file which allows you to define many things in your mission.


The [[ArmA:_Mission_Editor|Official ArmA mission editor]] is used to build or modify mission files.
The [[ArmA:_Mission_Editor|Official ArmA mission editor]] is used to build or modify mission files.


[[Category:ArmA: Mission Editing]]
[[Category:ArmA: Mission Editing]]

Revision as of 14:31, 27 May 2007

Introduction to mission editing

The mission (PBO) files are found in specific folders you will need know the location to add additional files such as the briefings, and or scripts. There are some 3rd party tools that can assist you while your mission editing. (See Scripting Tools)

Available scripting commands can be found on these pages:

A new user mission can contain the following files:

  • A Overview.html file which will appear on the notebook before you start a mission for Single player missions.
  • A Briefing.html file displays a synopsis of what to do to complete the mission.
  • A Description.ext file which allows you to define many things in your mission.


The Official ArmA mission editor is used to build or modify mission files.