Skip to content
Coryf88 edited this page Jul 24, 2022 · 20 revisions

Framework Logo

The ArmA series is well known for being a flagship PC game - it is heavy to run, ostensibly large in scale and most importantly highly customizable - indeed modding and adapting to fit the interests of the community is where the game truly shines: from playable units to weapons and vehicles, users are invited to make their own assets into the game, creating a wide array of possibilities and unique situations.

However, in order to bring these assets together, ArmA needs another very important thing: missions. As one might imagine, missions are simply a set of players with an enemy to fight and tasks to complete - a very common form of game design - the marrow of the game. The idea of being able to make your own missions which will be played by dozens of other players is no doubt very attractive to many people, but many lack the technical knowledge or the time to dwell upon the commands and scripting syntax necessary to finish a cohesive, properly functioning scenario.

With these people in mind, an array of members from the BromA group stepped up to solve this problematic task: create an easy and intuitive enough way for those who are new to mission making - while upholding commonly required standards seen on regular missions.

It is our hope that we have succeeded. Good luck.


Installing

  1. Open Eden Editor with the map you wan't to create a mission on.
  2. Save the mission, with the name format of author_typePlayers_name_version. E.g. me_co20_BestMissionEver_v1
  • author: Your name
  • typePlayers: Mission type and maximum players
Mission Type Name Type
COOP co
CO-TvT cotvt
Race r
TvT tvt
Zeus z
Warlords wl
  • name: Mission name, should not contain periods (.)
  • version: Mission version
  1. Go to your missions folder, usually located at %USERPROFILE%\Documents\Arma 3 - Other Profiles\PROFILENAME\missions or %USERPROFILE%\Documents\Arma 3\missions, if using the default profile.
  2. Open the folder of the mission that you saved in step 2.
  3. Download the Framework. and extract into the mission folder.
  4. Re-open the mission in the editor.
  5. That's it, have fun!

Getting started

  1. Firstly, understand how units are configured.
  2. Learn how to configure the general settings in your Mission.
  3. Add some objectives.
  4. Understand how to use DAC to spawn enemies.
  5. Customize player and enemy loadouts for extra precision.
  6. Finish it off.

Of course, that's not all there is to learn. Check out the Pages bar to the side to get the full picture of the documentation.

If you're looking to improve your mission making in a fundamental way, feel free to check this guide out.

Clone this wiki locally