Home   Help Search Login Register  

Author Topic: Mission Problems.  (Read 471 times)

0 Members and 1 Guest are viewing this topic.

Olphy

  • Guest
Mission Problems.
« on: 19 May 2004, 22:56:10 »
Hi.

I have found yet another problem with a mission I made with BAS's units. Whats happened is that I have somehow managed to get the 1.46 version of BAS 's Littlebirds in the .sqm file, alongside 1.85 version  :o. This in turn is fecking my mission. Because a lot of 1.91 addons don't work alongside some addons designed for 1.46. Well this is causing my mission to come up with a messages like "Cannot load; Model Special" and "Cannot open object: bas_soar\bas_soarpilot.p3d".

I what I want to know is that is there anyway I get rid of this addon from my mission. What has happened is that I have got the addons: bas_lbs146.pbo and bas_soar146.pbo, but when I delete these addons from my addon folder, it comes up with

"Cannot load Mission: Missing Addons: bas_soar146.pbo, bas_lbs146.pbo"

Any ideas. Anyone who has downloaded my Mission "Operation Redknight" will probably be experiencing this problem. If not the let me know!

Cheers.

Olphy.

Bird_Killa

  • Guest
Re:Mission Problems.
« Reply #1 on: 19 May 2004, 23:53:09 »
Okay easy to fix what your going to need to do is open the mission.sqm in a text editor. lets use notepad....

okay after you open that up it will look kinda like this
what your going to look for is at the very top
Quote
version=11;
class Mission
{
   addOns[]=
   {
      "SUCHusmc",
      "SUCHruss",
      "bis_resistance",
      "bas_weap",
      "C8X_RUSS",
      "C8X_USMC",
      "editorupdate102",
      "Baracken",
      "c8x_magazines",
      "bis_weaponpack",
      "jof_objects1"
   };
   addOnsAuto[]=
   {
      "SUCHusmc",
      "SUCHruss",
      "bis_resistance",
      "bas_weap",
      "C8X_RUSS",
      "C8X_USMC",
      "editorupdate102",
      "Baracken",
      "jof_objects1"

now what you going to do is find the addons on these lists and delete them however be sure u remove the "" marks and the spare , then save and try the mission
« Last Edit: 19 May 2004, 23:54:48 by Bird_Killa »

Olphy

  • Guest
Re:Mission Problems.
« Reply #2 on: 20 May 2004, 00:56:06 »
Right I've deleted anything with 146 on the end of it and it has got rid of one problem. But I'm still getting the message missing addons mh6146. And I have deleted it from both of the lists in the .sqm... ???

I do have a feeling tho that it might have something to do with the version of BAS's Littlebirds I am using.

Tell me, when I access the Helis in the editor, should the last unit of the bottom of the "BAS Special Ops" list that the Littlebirds are in, be the SOAR Pilot. Because at the moment it looks like these are clashing with each other and this maybe why my mission is not working...