ok, im just trying to get one of my own objects to show up it flight sim X. from what i understand i must create my own XML file but the XML code i am using seems to be my problem. Im using the code i got from the SDK but i don't know were to place the new GUID number-is it either the sceneryobject or the LibraryObject name?
I created a couple BGL files by swiching in my GUId but no scenery shows up at the runway. can someone please help me. perhaps provide some correct code? thanks
 
<?xml version="1.0" encoding="ISO-8859-1"?>
<FSData version="9.0" xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:noNamespaceSchemaLocation="bglcomp.xsd">
<SceneryObject instanceId="{ec14df7a-3d72-4c87-bd55-daa998b6908f}" lat="47 25.89" lon="-122 18.43" alt="0" pitch="0" bank="0" heading="0" altitudeIsAgl="TRUE" imageComplexity="NORMAL">
<LibraryObject name="{6684841f-5555-46d0-bcd2-52e2e2fae6c8}" scale="1.0" />
</SceneryObject>
<ModelData sourceFile="test.MDL" />
</FSData>
				
			I created a couple BGL files by swiching in my GUId but no scenery shows up at the runway. can someone please help me. perhaps provide some correct code? thanks
<?xml version="1.0" encoding="ISO-8859-1"?>
<FSData version="9.0" xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:noNamespaceSchemaLocation="bglcomp.xsd">
<SceneryObject instanceId="{ec14df7a-3d72-4c87-bd55-daa998b6908f}" lat="47 25.89" lon="-122 18.43" alt="0" pitch="0" bank="0" heading="0" altitudeIsAgl="TRUE" imageComplexity="NORMAL">
<LibraryObject name="{6684841f-5555-46d0-bcd2-52e2e2fae6c8}" scale="1.0" />
</SceneryObject>
<ModelData sourceFile="test.MDL" />
</FSData>
 
	
 
 
		
 
 
		

 thank you!
 thank you!