Jump to content

Did I Install the SDK Right?


gambit9m

Recommended Posts

After installing the FSX SDK for FSX Acceleration I did not get a tools menu so I checked the dll.xml in the FSX application data folder, it only included the code added for FSUIPC. Later I was able to find a working dll and I copied it in and pasted the paths for SDK tools. Shortly later the sim started having big problems so I reinstalled it. Is it possible that this happened because I installed the Acceleration expansion pack before installing the FSX RTM?

 

This is the code I found:

<?xml version='1.0' encoding='Windows-1252'?>
<SimBase.Document Type="Launch" version="1,0">
    <Descr>Launch</Descr>
    <Filename>dll.xml</Filename>
    <Disabled>False</Disabled>
    <Launch.ManualLoad>False</Launch.ManualLoad>
    <Launch.Addon>
        <Name>Object Placement Tool</Name>
        <Disabled>False</Disabled>
        <ManualLoad>False</ManualLoad>
        <Path>F:\Program Files\Microsoft Games\Microsoft Flight Simulator X SDK\SDK\Mission Creation Kit\object_placement.dll</Path>
    </Launch.Addon>
    <Launch.Addon>
        <Name>Traffic Toolbox</Name>
        <Disabled>False</Disabled>
        <ManualLoad>False</ManualLoad>
        <Path>F:\Program Files\Microsoft Games\Microsoft Flight Simulator X SDK\SDK\Environment Kit\Traffic Toolbox SDK\traffictoolbox.dll</Path>
    </Launch.Addon>
    <Launch.Addon>
        <Name>Visual Effects Tool</Name>
        <Disabled>False</Disabled>
        <ManualLoad>False</ManualLoad>
        <Path>F:\Program Files\Microsoft Games\Microsoft Flight Simulator X SDK\SDK\Environment Kit\Special Effects SDK\visualfxtool.dll</Path>
    </Launch.Addon>
    <Launch.Addon>
        <Name>FSUIPC 4</Name>
        <Disabled>False</Disabled>
        <Path>Modules\FSUIPC4.dll</Path>
    </Launch.Addon>
</SimBase.Document>

I did change the paths to make them accurate for my installation.

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...