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:
{{Stub}}
{{Stub}}


introduction to mission editing
=Introduction to mission editing=


The mission files are found [[Missions#Locations_of_Mission_Files|in specific folders]] you will need to learn. Existing mission in [[.PBO format]] cannot be edited, only files in [[.SARA format|.sara]] and [[.INTRO format|.intro]] format. However [[.PBO format]] can be modified to [[.SARA format|.sara]] and [[.INTRO format|.intro]] formats using certain [[Recreate editable mission tools|3rd-party tools]] designed to recreate the original editable missions.
The mission files are found [[Missions#Locations_of_Mission_Files|in specific folders]] you will need to learn. Existing mission in [[.PBO format]] cannot be edited, only files in [[.SARA format|.sara]] and [[.INTRO format|.intro]] format. However [[.PBO format]] can be modified to [[.SARA format|.sara]] and [[.INTRO format|.intro]] formats using certain [[Recreate editable mission tools|3rd-party tools]] designed to recreate the original editable missions.
Line 13: Line 13:


[[Category:ArmA: Mission Editing| ]]
[[Category:ArmA: Mission Editing| ]]
A new user mission can contain the following files:
* Either a [[.SARA format|.sara]] or [[.INTRO format|.intro]] format file.
* 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.

Revision as of 04:46, 27 May 2007

Template:Stub

Introduction to mission editing

The mission files are found in specific folders you will need to learn. Existing mission in .PBO format cannot be edited, only files in .sara and .intro format. However .PBO format can be modified to .sara and .intro formats using certain 3rd-party tools designed to recreate the original editable missions.

Missions will also contain .SQM format files which contain libraries of script functions. Available scripting commands can be found on these pages:


A new user mission can contain the following files:

  • Either a .sara or .intro format file.
  • 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.