-
Notifications
You must be signed in to change notification settings - Fork 0
Home
The Core mission framework is a structure designed to expedite the development of missions and to improve the overall quality of standard components. It showcases efficient programming standards and utilizes performance-enchancing systems to provied the best user experience for both mission developers and players.
The Core mission framework is bundled with a showcase mission designed in Arma 2 to show the basics of creating a mission and how to implement the Core mission framework.
The mission is fully-functional, so all you have to do is create a new folder in your missions directory called CO14_Apple_Core.utes
and copy the framework there.
It's recommend that all mission makers who haven't used this framework before study the showcase mission to get a feel of how to create Core framework missions and how to optimize for performance.
- Download the latest release of the Core mission framework from the releases page.
- Open Arma, go to the editor, and create a new mission on the map of your choosing.
- Go to the mission directory and copy and paste the entire mission framework there. You may be prompted to overwrite the
mission.sqm
file, which you should disallow. - Reload the mission in Arma.
- The framework is now implemented! Please reference the Configuration section below for details on how to configure the framework for usage in your mission.
If you're new to the framework, please read these pages in-order to get the best understanding of how to create good missions with Core.