Starting a mission PT1 - Global-Conflicts-ArmA/Olsen-Framework-Arma-3 GitHub Wiki
So you've got yourself a concept, you've reviewed it, and now believe you're ready to delve into actually creating your first mission.. So lets go!
Creating mission file & adding the Framework
- Head over to our Github Repo and download our framework by clicking the green button in the top right.
- Open Arma, open the editor and choose a map you wish to build your mission on.
- Save your mission - Either press
CTRL
+S
to use keyboard shortcut to save, or go to the top left corner, Scenario>Save As.
Give your mission a name (Because you are just starting your mission and might not be 100% sure on player count or a final mission name, you can just give you're mission a temporary name or the full final thing, it's your choice, you can always edit it later.
- Mission names must follow a naming format.
Your mission must start with either:
CO
- If it's a cooperative mission (Player vs AI)
COTVT
- If it's a cooperative player vs player mission (Players and/or AI vs players and/or AI)
TVT
- If it's a solely a player vs player mission (Players vs players)
LOL
- If a meme mission - These mission are a sub-category of mission made with being a funny joking mission.
Between words, instead of using blank spaces use underscore _
MAKE SURE TO UNTICK "BINARIZE THE SCENARIO FILE"
- After you've named and saved your mission, it's time to mount the Framework to the mission file.
You're missions should save to Documents>Arma 3>Missions OR MP Missions, head to this location.
Open the framework folder you downloaded and copy the following folders and filescore
,customization
,modules
, anddescription.ext
https://user-images.githubusercontent.com/4511118/224690449-2814923b-832e-4b3f-88a8-c3f4873395c3.mp4
At this point you've now mounted and enabled the Framework into your mission.