Author Topic: Missing terminals  (Read 3760 times)

Grand_Pubah

  • Newbie
  • *
  • Posts: 8
Missing terminals
« 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
Keith (Grand_Pubah)

PC Specs:
ASUS ROG MAXIMUS X CODE
Intel i7 8700k 3.7ghz
G.Skill - Trident Z 32GB (2 x 16GB) DDR4-3200
EVGA - GeForce RTX 2070 XC Ultra Gaming
Windows 10 Pro 64bit Build 18362.295

B777ER

  • Sr. Member
  • ****
  • Posts: 366
Re: Missing terminals
« Reply #1 on: August 25, 2019, 06:34:51 pm »
You're in trial mode. Buy it, insert key via Addon Manager.
Eric

Grand_Pubah

  • Newbie
  • *
  • Posts: 8
Re: Missing terminals
« Reply #2 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.
Keith (Grand_Pubah)

PC Specs:
ASUS ROG MAXIMUS X CODE
Intel i7 8700k 3.7ghz
G.Skill - Trident Z 32GB (2 x 16GB) DDR4-3200
EVGA - GeForce RTX 2070 XC Ultra Gaming
Windows 10 Pro 64bit Build 18362.295

Mark_Fox

  • Newbie
  • *
  • Posts: 8
Re: Missing terminals
« Reply #3 on: August 25, 2019, 07:42:16 pm »
My issues are identical to Keith's.
« Last Edit: August 25, 2019, 07:44:57 pm by Mark_Fox »

Grand_Pubah

  • Newbie
  • *
  • Posts: 8
Re: Missing terminals
« Reply #4 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.
« Last Edit: August 25, 2019, 09:48:48 pm by Grand_Pubah »
Keith (Grand_Pubah)

PC Specs:
ASUS ROG MAXIMUS X CODE
Intel i7 8700k 3.7ghz
G.Skill - Trident Z 32GB (2 x 16GB) DDR4-3200
EVGA - GeForce RTX 2070 XC Ultra Gaming
Windows 10 Pro 64bit Build 18362.295

Mark_Fox

  • Newbie
  • *
  • Posts: 8
Re: Missing terminals
« Reply #5 on: August 25, 2019, 10:51:06 pm »
Keith,

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

Mark

virtuali

  • Administrator
  • Hero Member
  • *****
  • Posts: 50683
    • VIRTUALI Sagl
Re: Missing terminals
« Reply #6 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.

Grand_Pubah

  • Newbie
  • *
  • Posts: 8
Re: Missing terminals
« Reply #7 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.
Keith (Grand_Pubah)

PC Specs:
ASUS ROG MAXIMUS X CODE
Intel i7 8700k 3.7ghz
G.Skill - Trident Z 32GB (2 x 16GB) DDR4-3200
EVGA - GeForce RTX 2070 XC Ultra Gaming
Windows 10 Pro 64bit Build 18362.295

Mark_Fox

  • Newbie
  • *
  • Posts: 8
Re: Missing terminals
« Reply #8 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