Texture problem YSSY

Post Reply
mammal
Posts: 2

Texture problem YSSY

Post by mammal » Fri Nov 02, 2018 7:21 pm

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?
2018-11-3_10-39-29-647.jpg
2018-11-3_10-39-29-647.jpg (580.66 KiB) Viewed 4657 times
george[flytampa]
Site Admin
Posts: 3867

Re: Texture problem YSSY

Post by george[flytampa] » Fri Nov 02, 2018 8:02 pm

It might be an issue with some orbx region. That area is outside our area of development.
chudobja
Posts: 4

Re: Texture problem YSSY

Post by chudobja » Sat Nov 03, 2018 5:18 am

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.
mammal
Posts: 2

Re: Texture problem YSSY

Post by mammal » Thu Nov 22, 2018 7:06 am

@chudobja That worked a treat. Cheers
CaptainNodrog
Posts: 8

Re: Texture problem YSSY

Post by CaptainNodrog » Sat Dec 01, 2018 5:54 am

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>
Post Reply