Hi,
I have had this issue since purchasing YSSY. I have re-installed, fresh installed, re downloaded files, even changed computers but the problem continues. Can u provide a fix?
Texture problem YSSY
- george[flytampa]
- Site Admin
- Posts: 3867
Re: Texture problem YSSY
It might be an issue with some orbx region. That area is outside our area of development.
Re: Texture problem YSSY
Hi, I solved the issue by moving the "FlyTampa-Sydney_LC" down to lower priority in the scenery library.
In the concrete, below the ORBX landclasses (above bathymery). It works.
In the concrete, below the ORBX landclasses (above bathymery). It works.
Re: Texture problem YSSY
@chudobja That worked a treat. Cheers
- CaptainNodrog
- Posts: 8
Re: Texture problem YSSY
Thanks for the information @chudobja. Adding <Layer> and then the scenery priority number, in my case 162, to put the landclass layer below my ORBX stuff worked using the add-on.xml method i.e.
Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<SimBase.Document Type="AddOnXml" version="4,0" id="add-on">
<AddOn.Name>FlyTampa-Sydney</AddOn.Name>
<AddOn.Description>Sydney Kingsford Smith International Airport for Prepar3D</AddOn.Description>
<AddOn.Component>
<Category>Scenery</Category>
<Path>D:\P3D Addon Scenery\FlyTampa\Sydney\scenery</Path>
<Name>FlyTampa-Sydney</Name>
<AddOn.Component>
<Category>Texture</Category>
<Path>D:\P3D Addon Scenery\FlyTampa\Sydney\texture</Path>
<Type>WORLD</Type>
</AddOn.Component>
</AddOn.Component>
<AddOn.Component>
<Category>Scenery</Category>
<Path>D:\P3D Addon Scenery\FlyTampa\Sydney_LC\scenery</Path>
<Layer>162</Layer>
<Name>FlyTampa-Sydney_LC</Name>
</AddOn.Component>
</SimBase.Document>