Mission.sqm: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
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.  
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:
Example:<br>
class Mission
class Mission<br>
{
{<br>
addOns[]=
addOns[]=<br>
{
{<br>
"MTYDC3",
"MTYDC3",<br>
"sebnam_a",
"sebnam_a",<br>
"sebnam_wp",
"sebnam_wp",<br>
"sebnam_nv"
"sebnam_nv"<br>
};
};<br>
addOnsAuto[]=
addOnsAuto[]=<br>
{
{<br>
"MTYDC3",
"MTYDC3",<br>
"sebnam_a",
"sebnam_a",<br>
"sebnam_nv"
"sebnam_nv"<br>
};
};<br>


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.
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.

Revision as of 01:11, 28 May 2006


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.
http://www.flashpoint1985.com/cgi-bin/ikonboard311/ikonboard.cgi?s=9d83a6c2f411b2b986cc0346e7394107;act=ST;f=55;t=26978