Mission Editing – ArmA: Armed Assault
Jump to navigation
Jump to search
Talkingtoaj (talk | contribs) No edit summary |
Talkingtoaj (talk | contribs) No edit summary |
||
Line 6: | Line 6: | ||
Missions will also contain [[.SQM format]] files which contain libraries of script functions. Available scripting commands can be found on these pages: | Missions will also contain [[.SQM format]] files which contain libraries of script functions. Available scripting commands can be found on these pages: | ||
* [[Scripting Commands by Functionality]] | * [[Scripting Commands by Functionality]], or [[Scripting Commands ArmA|a complete list]] | ||
* [[ArmA:_Event_Handlers|Event Handlers]] | * [[ArmA:_Event_Handlers|Event Handlers]] | ||
* [[ArmA: Actions|Commands that control animation Actions]] | * [[ArmA: Actions|Commands that control animation Actions]] | ||
* [[:Category:Reference Lists|Class names]] | * [[:Category:Reference Lists|Class names]] | ||
* [[ArmA: Moves|Moves]] | * [[ArmA: Moves|Moves]] | ||
* [[Category:Types|Types]] | |||
[[Category:ArmA: Mission Editing| ]] | [[Category:ArmA: Mission Editing| ]] | ||
Line 20: | Line 21: | ||
* 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]] can be used to build or modify [[.SARA format|.sara]] and [[.INTRO format|.intro]] files. |
Revision as of 04:03, 27 May 2007
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:
- Scripting Commands by Functionality, or a complete list
- Event Handlers
- Commands that control animation Actions
- Class names
- Moves
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.
The Official ArmA mission editor can be used to build or modify .sara and .intro files.