Jump to content
The simFlight Network Forums

Simconnect xml


Recommended Posts

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

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

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.