- Messages
- 246
- Country

Good day,
I am trying to place a simple default object with an xml file.
I did the following:
1)Saved a flight, named HeliObj
2) Open the HeliObj.FLT in Notepad, and added the following:
3) Create a HeliObj.XML file, in the smae file location as the FLT file, containing this:
What am I doing wrong as the stretcher is not showing up?
Any help will be appreciated
I am trying to place a simple default object with an xml file.
I did the following:
1)Saved a flight, named HeliObj
2) Open the HeliObj.FLT in Notepad, and added the following:
[ObjectFile]()
File =HeliObj
3) Create a HeliObj.XML file, in the smae file location as the FLT file, containing this:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<SimBase.Document Type="MissionFile" version="1,0">
<WorldBase.Flight>
<SimContain.Container InstanceId="{3DFAE2AF-4F42-4BB5-8444-AE3440A09427}">
<Descr>Gen_Stretcher</Descr>
<WorldPosition>S25° 49'08",E28° 9'82",+000047.00</WorldPosition>
<Orientation>0.000,0.000,0</Orientation>
<ContainerTitle>Gen_Stretcher</ContainerTitle>
<ContainerID>0</ContainerID>
<IsOnGround>True</IsOnGround>
</SimContain.Container></WorldBase.Flight>
<MissionBuilder.MissionBuilder>
</MissionBuilder.MissionBuilder>
</SimBase.Document>
What am I doing wrong as the stretcher is not showing up?
Any help will be appreciated
