Jump to content
The simFlight Network Forums

Recommended Posts

Posted

Hi Pete

I hope this is in the right place.  While trying to edit my simconnect xml file I accidently wiped it clean.  Can you tell me how to re create the file.  I am using it for FSX FDS radio modules.

Posted
12 minutes ago, 23chantry23 said:

I hope this is in the right place.  While trying to edit my simconnect xml file I accidently wiped it clean.  Can you tell me how to re create the file.  I am using it for FSX FDS radio modules.

Well, not really the right place as SimConnect.xml isn't used by FSUIPC or WideFS. The right place is probably the SimConnect SDK reference. But here's my FSX one which you can use:

 

<?xml version="1.0" encoding="Windows-1252"?>

<SimBase.Document Type="SimConnect" version="1,0">
  <Descr>SimConnect</Descr>
  <Filename>SimConnect.xml</Filename>
  <Disabled>False</Disabled>
  <SimConnect.Comm>
    <Disabled>False</Disabled>
    <Protocol>IPv4</Protocol>
    <Scope>global</Scope>
    <Address>192.168.0.170</Address>
    <MaxClients>64</MaxClients>
    <Port></Port>
    <MaxRecvSize>4096</MaxRecvSize>
    <DisableNagle>False</DisableNagle>
  </SimConnect.Comm>
  <SimConnect.Comm>
    <Disabled>False</Disabled>
    <Protocol>Auto</Protocol>
    <Address>192.168.0.170</Address>
    <MaxClients>64</MaxClients>
    <Port></Port>
    <Scope>local</Scope>
  </SimConnect.Comm>
</SimBase.Document>

You'll need to change the two
Address>192.168.0.170</Address>
lines to contain your FSX PC's IP Address.

Pete

 

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. Guidelines Privacy Policy We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.