Home   Help Search Login Register  

Author Topic: Is this an add on?  (Read 970 times)

0 Members and 1 Guest are viewing this topic.

Offline RangerX3X

  • Members
  • *
  • Ranger, out.
    • RangerX3X
Is this an add on?
« 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.
Ranger, out.

Kyle Sarnik

  • Guest
Re:Is this an add on?
« Reply #1 on: 10 Sep 2005, 14:48:50 »
THe OH58 is part of CWC v1.46, however, the KORD is a 3d party addon.

Offline RangerX3X

  • Members
  • *
  • Ranger, out.
    • RangerX3X
Re:Is this an add on?
« Reply #2 on: 10 Sep 2005, 15:36:58 »
Thanks  ;D
Ranger, out.