I'm trying to run the mission creator, and I can't seem to get it to work.
I have installed the SDK.
Created the XML file and put in it:
<?xml version="1.0" encoding="Windows-1252"?>
<SimBase.Document Type="Launch" version="1,0">
<Descr>Launch</Descr>
<Filename>dll.xml</Filename>
<Disabled>False</Disabled>
<ManualLoad>False</ManualLoad>
<Launch.Addon>
<Name>Object Placement Tool </Name>
<Disabled>False</Disabled>
<Path>..\Microsoft Flight Simulator X SDK\SDK\Mission Creation Kit\Object_Placement.dll</Path>
</Launch.Addon>
</SimBase.Document>
When I start up FSX, the documentation says " there will be a diagnostic window for SimConnect that should report that the dll has been launched. Secondly the tool will be available in the Tools menu of Flight Simulator"
Two things:
1. I do not get the diagnostic window.
2. I cannot find a "Tools" menu anywhere.
Any help would be greatly appreciated.