Static airplaner
Hi, Eppright
Jon,
Here is the code where I attempted to place some static planes:
I made an assumption that if the ACES team release this that I didn't have to worry about the XML formatting.
Mike
You can place statics airplanes the same way you do with others objects in your scenery. Try the following code lines:
<FSData version="9.0"
xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
xsi:noNamespaceSchemaLocation="bglcomp.xsd">
<!--GEN_Plane_SuperCub_repair-->
<SceneryObject
lat="-22.9250698039245"
lon="-42.0762278969527"
alt="0.0000M"
altitudeIsAgl="TRUE"
pitch="0.00"
bank="0.00"
heading="256.00"
imageComplexity="VERY_SPARSE">
<LibraryObject
name="{59aad9a5-9684-4368-b060-509559e0c68a}"
scale="1.00"/>
</SceneryObject>
<!--GEN_Heli_Seahawk_NAVY-->
<SceneryObject
lat="-22.924635"
lon="-42.080336"
alt="0.0000M"
altitudeIsAgl="TRUE"
pitch="0.00"
bank="0.00"
heading="166.00"
imageComplexity="VERY_SPARSE">
<LibraryObject
name="{221c682a-0a7f-44f8-aca8-e4bfb9eb7601}"
scale="1.00"/>
</SceneryObject>
<!--GEN_Plane_J3Cub-->
<SceneryObject
lat="-22.9247032569354"
lon="-42.0756567601022 "
alt="0.0000M"
altitudeIsAgl="TRUE"
pitch="0.00"
bank="0.00"
heading="166.00"
imageComplexity="VERY_SPARSE">
<LibraryObject
name="{9244f459-9765-45b7-85bb-aee46322650e}"
scale="1.00"/>
</SceneryObject>
<!--GEN_Plane_DC3-->
<SceneryObject
lat="-22.9246640200492"
lon="-42.0763213459705"
alt="0.0000M"
altitudeIsAgl="TRUE"
pitch="0.00"
bank="0.00"
heading="256.00"
imageComplexity="VERY_SPARSE">
<LibraryObject
name="{6aeb375e-3a36-40bc-ae17-82b4e81d5f45}"
scale="1.00"/>
</SceneryObject>
<!--GEN_Plane_SuperCub-->
<SceneryObject
lat="-22.9247892718109"
lon="-42.07604096773"
alt="0.0000M"
altitudeIsAgl="TRUE"
pitch="0.00"
bank="0.00"
heading="166.00"
imageComplexity="VERY_SPARSE">
<LibraryObject
name="{1e9a4cfa-6dec-4357-8e73-1a4e4c67e782}"
scale="1.00"/>
</SceneryObject>
<!--GEN_Plane_SuperCub_Bush-->
<SceneryObject
lat="-22.9247509151413"
lon="-42.0758500123119 "
alt="0.0000M"
altitudeIsAgl="TRUE"
pitch="0.00"
bank="0.00"
heading="166.00"
imageComplexity="VERY_SPARSE">
<LibraryObject
name="{226eebe3-82e8-4fe8-adb9-1d4bd9f54793}"
scale="1.00"/>
</SceneryObject>
</FSData>
Please, don't forget to change coordinates and headings, too, for the positions you want to see them.
Regards,
José