Hi,
I write a little javacsipt code that generate an xml code with random latitude, longitude and GUI. Then I compile the XML to generate a BGL file that put (or suppose to put...) a ship somewhere offshore of Bretagne.
My XML code look like this :
<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- Created by Scenery Design Engine (SDE) on 2020-05-04 -->
<FSData
version="9.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="bglcomp.xsd">
<SceneryObject
lat="48.6046"
lon="-2.7999"
alt="0.0M"
altitudeIsAgl="TRUE"
pitch="0"
bank="0"
heading="4"
imageComplexity="NORMAL">
<LibraryObject
name="c0bbfb08c1ee4405977dd6f80273ff0d"
scale="1.00"
/>
</SceneryObject>
</FSData>
I check the ship GUI in MCX and by importing it in InstantScenery but I never have the same GUI.
The question : witch GUI I have to use in my code for the ship and from where I can find it ?
I work in FSX Steam.
Thanks.
I write a little javacsipt code that generate an xml code with random latitude, longitude and GUI. Then I compile the XML to generate a BGL file that put (or suppose to put...) a ship somewhere offshore of Bretagne.
My XML code look like this :
<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- Created by Scenery Design Engine (SDE) on 2020-05-04 -->
<FSData
version="9.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="bglcomp.xsd">
<SceneryObject
lat="48.6046"
lon="-2.7999"
alt="0.0M"
altitudeIsAgl="TRUE"
pitch="0"
bank="0"
heading="4"
imageComplexity="NORMAL">
<LibraryObject
name="c0bbfb08c1ee4405977dd6f80273ff0d"
scale="1.00"
/>
</SceneryObject>
</FSData>
I check the ship GUI in MCX and by importing it in InstantScenery but I never have the same GUI.
The question : witch GUI I have to use in my code for the ship and from where I can find it ?
I work in FSX Steam.
Thanks.