Skip to content
Dylan Plecki edited this page Apr 18, 2014 · 18 revisions

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.

Features

Showcase Mission

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.

Installation

  1. Download the latest release of the Core mission framework from the releases page.
  2. Open Arma, go to the editor, and create a new mission on the map of your choosing.
  3. 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.
  4. Reload the mission in Arma.
  5. The framework is now implemented! Please reference the Configuration section below for details on how to configure the framework for usage in your mission.

Documentation

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.

Development

Clone this wiki locally