Mission.sqm

From Bohemia Interactive Community
Revision as of 22:42, 3 July 2006 by Bedges (talk | contribs)
Jump to navigation Jump to search

Introduction

The mission.sqm file is generated automatically by the in game editor. Any action you perform within the editor is saved in this file.

Addons

Once you have completed your new mission it's always good practice to check the mission.sqm to remind yourself of what addons you used to make it. They will all be listed but they may not have the name you might expect them to.

Example:

class Mission
{
addOns[]=
{
"MTYDC3",
"sebnam_a",
"sebnam_wp",
"sebnam_nv"
};
addOnsAuto[]=
{
"MTYDC3",
"sebnam_a",
"sebnam_nv"
};

If you are unsure of your addons you can ask community members for assistance, they will always be happy to help you track down missing addons.

Here is the BIS missing addons thread on their official forum. BI Forums Thread