OFPEC Forum

Addons & Mods Depot => OFP - Addons & Mods Beta Testing => Topic started by: RangerX3X on 10 Sep 2005, 14:04:25

Title: Is this an add on?
Post by: RangerX3X on 10 Sep 2005, 14:04:25
I am trying to make an add on free mission for OFP 1.96 Resistance and want to use two units, the Kord and the OH-58 helo. Are these actual add ons or part of Resistance?

This is what I get in my mission.sqm:

version=11;
class Mission
{
   addOns[]=
   {
      "KORD",
      "OH58"
   };
   addOnsAuto[]=
   {
      "KORD",
      "OH58"
   };
   randomSeed=13609987;

Sorry if this a noob question, I just don't know the answer.
Title: Re:Is this an add on?
Post by: Kyle Sarnik on 10 Sep 2005, 14:48:50
THe OH58 is part of CWC v1.46, however, the KORD is a 3d party addon.
Title: Re:Is this an add on?
Post by: RangerX3X on 10 Sep 2005, 15:36:58
Thanks  ;D