J. wrote on Jan 1
st, 2008 at 5:48pm:
i do indeed have the deluxe version
how do i go about finding this object placement tool.
cheers
kermit.
You need to have the SDK installed and the following statements should then be in
your dll.xml file: ( with your path to the SDK...mine is on I: drive )
<Launch.Addon>
<Name>Object Placement Tool</Name>
<Disabled>False</Disabled>
<ManualLoad>False</ManualLoad>
<Path>I:\Program Files\Microsoft Games\Microsoft Flight Simulator X SDK\SDK\Mission Creation Kit\object_placement.dll</Path>
</Launch.Addon>
Then in free flight, windowed mode, go to the drop down menu under "Tools".
You should see the entry to open the Object Placement tool.
read the documentation in the SDK. You need to save your file as "Scenery"
and NOT "Misson", plus when closing the tool do not let it "Save" as it
will overwrite the "Scenery" save with a "Mission" formatted file. NOT what
you want.
Once you have completed all your scenery additions for the project you will
then drag the scenery XML file that was created onto the BGLComp in the
SDK to produce the final BGL.
Paul