FSDreamTeam forum

Products Support => Chicago O'Hare V2 for P3D4 => Topic started by: Grand_Pubah on August 25, 2019, 05:05:20 pm

Title: Missing terminals
Post by: Grand_Pubah on August 25, 2019, 05:05:20 pm
Anyone have any missing Terminals, and if so how did you fix it? I'm running P3D v4.5.1. I have Orbx Vectors, but I do not believe it is an elevation issue because only a portion of the terminals are missing.

Thanks for your help,
Keith
Title: Re: Missing terminals
Post by: B777ER on August 25, 2019, 06:34:51 pm
You're in trial mode. Buy it, insert key via Addon Manager.
Title: Re: Missing terminals
Post by: Grand_Pubah on August 25, 2019, 07:00:54 pm
The problem is I did purchase it and I did install it, but your still right because it says that it's activated but not installed.
Title: Re: Missing terminals
Post by: Mark_Fox on August 25, 2019, 07:42:16 pm
My issues are identical to Keith's.
Title: Re: Missing terminals
Post by: Grand_Pubah on August 25, 2019, 09:29:25 pm
Fixed it. Just made some additions to the add-on.xml file. Some items were missing. See attached photos.
Title: Re: Missing terminals
Post by: Mark_Fox on August 25, 2019, 10:51:06 pm
Keith,

Thanks! My add-on.xml file needed some corrections as well. Works great now.

Mark
Title: Re: Missing terminals
Post by: virtuali on August 26, 2019, 02:00:07 pm
Fixed it. Just made some additions to the add-on.xml file. Some items were missing. See attached photos.

What's missing ? The add-on.xml created by our installer doesn't miss anything, and it should look like this, assuming an installation in the default folder:


<SimBase.Document Type="AddOnXml" version="4,0" id="add-on">
  <AddOn.Name>FsDreamTeam KORDV2</AddOn.Name>
  <AddOn.Description>FsDreamTeam Chicago O'Hare V2 International Airport scenery</AddOn.Description>
  <AddOn.Component>
    <Name>FsDreamTeam Chicago O'Hare V2</Name>
    <Category>Scenery</Category>
    <Path>C:\Program Files (x86)\Addon Manager\FsDreamTeam\KORDV2</Path>
  </AddOn.Component>
  <AddOn.Component>
    <Category>Scripts</Category>
    <Path>C:\Program Files (x86)\Addon Manager\FsDreamTeam\KORDV2\Scripts</Path>
  </AddOn.Component>
  <AddOn.Component>
    <Category>Effects</Category>
    <Path>C:\Program Files (x86)\Addon Manager\FsDreamTeam\KORDV2\Effects</Path>
  </AddOn.Component>
</SimBase.Document>


There's no need for separate Scenery Textures components, when the scenery path is expressed this way:

<Path>C:\Program Files (x86)\Addon Manager\FsDreamTeam\KORDV2</Path>

That is, without ending with \Scenery, it means to add BOTH the Scenery and Texture folder underneath to the simulator. This form is supposed to be more efficient.
Title: Re: Missing terminals
Post by: Grand_Pubah on August 26, 2019, 06:21:10 pm
Here was the add-on.xml generated by the installer:

SimBase.Document Type="AddOnXml" version="4,0" id="add-on">
  <AddOn.Name>FsDreamTeam KORDV2</AddOn.Name>
  <AddOn.Description>FsDreamTeam Chicago O'Hare V2 International Airport scenery</AddOn.Description>
  <AddOn.Component>
    <Name>FsDreamTeam Chicago O'Hare V2</Name>
    <Category>Scenery</Category>
    <Path>E:\Add-ons\Scenery\Addon Manager\FsDreamTeam\KORDV2</Path>
  </AddOn.Component>
  <AddOn.Component>
    <Category>Scripts</Category>
    <Path>E:\Add-ons\Scenery\Addon Manager\FsDreamTeam\KORDV2\Scripts</Path>
  </AddOn.Component>
  <AddOn.Component>
    <Category>Effects</Category>
    <Path>E:\Add-ons\Scenery\Addon Manager\FsDreamTeam\KORDV2\Effects</Path>
  </AddOn.Component>
</SimBase.Document>

My additions were as follows:

<?xml version="1.0" encoding="utf-8"?>
<SimBase.Document Type="AddOnXml" version="4,0" id="add-on">
  <AddOn.Name>FsDreamTeam KORDV2</AddOn.Name>
  <AddOn.Description>FsDreamTeam Chicago O'Hare V2 International Airport scenery</AddOn.Description>
  <AddOn.Component>
    <Category>Scripts</Category>
    <Path>E:\Add-ons\Scenery\Addon Manager\FsDreamTeam\KORDV2\Scripts</Path>
  </AddOn.Component>
  <AddOn.Component>
    <Category>Effects</Category>
    <Path>E:\Add-ons\Scenery\Addon Manager\FsDreamTeam\KORDV2\Effects</Path>
  </AddOn.Component>
  <AddOn.Component>
    <Category>Texture</Category>
    <Path>E:\Add-ons\Scenery\Addon Manager\FsDreamTeam\KORDV2\Texture</Path>
  </AddOn.Component>
  <AddOn.Component>
    <Category>Scenery</Category>
    <Path>E:\Add-ons\Scenery\Addon Manager\FsDreamTeam\KORDV2\Scenery</Path>
    <Name>FsDreamTeam KORDV2</Name>
    <Layer>260</Layer>
  </AddOn.Component>
</SimBase.Document>

My install path was: E:\Add-ons\Scenery\Addon Manager\FsDreamTeam\KORDV2
My add-on.xml was installed in the default location.

I don't know why, it just works this way on my system.
Title: Re: Missing terminals
Post by: Mark_Fox on August 27, 2019, 01:52:03 am
I made the same changes as Keith.

I, too, don't know it works that way in my system as well.

Mark