Microsoft Flight Simulator X: Steam Edition

Microsoft Flight Simulator X: Steam Edition

youngbar0978 Jun 28, 2015 @ 11:19am
Location of SimConnect.XML
I have placed a copy of SimConnect.XML containing Ports and IP address etc in the FSX folder. I launched FSX SE, with the SimConnect logging enabled. It is not reading the information correctly from SimConnect.xml because of the possibility of it being in the wrong folder.

In FSX, it should exist in C:\Users\[UserName]\AppData\Roaming\Microsoft\ESP
for Windows 7 (Vista) according to Microsoft.

For FSX / SE does anybody know which specific folder the Steam version is looking for the SimConnect.XML file in?

Thanks!
Last edited by youngbar0978; Jun 28, 2015 @ 11:21am
< >
Showing 1-3 of 3 comments
youngbar0978 Jul 1, 2015 @ 5:27pm 
My SimConnect Log iindicates that or it appears that SimConnect is not reading the SimConnect.XML file:


0.00000 SimConnect version 10.0.62613.0

0.02370 Server: Scope=local, Protocol=Pipe, Name=\\.\pipe\Microsoft Flight Simulator\SimConnect, MaxClients=64
0.02756 Server: Scope=local, Protocol=IPv6, Address=::1, Port=50119, MaxClients=64
0.03034 Server: Scope=local, Protocol=IPv4, Address=127.0.0.1, Port=50120, MaxClients=64

I have located per the readme file in the Common FSX SDK CoreUtilities Config to this folder:

C:\Users\UserNameAppData\Roaming\Microsoft\FSX\SimConnect.xml

For Active Sky Next I am trying to configure. From their website the SimmConnect.xml settings
<!-- Example Local IPv4 Server Configuration-->

-<SimConnect.Comm>
<Disabled>True</Disabled>
<Protocol>IPv4</Protocol>
<Scope>local</Scope>
<MaxClients>64</MaxClients>
<Address>10.0.0.7</Address>
<Port>500</Port>
</SimConnect.Comm>


ASN sees the 10.0.0.7 server on the client but according to the log above it appears it is not reading the file and setting it to the above settings.

Thanks for the help!
barnstormer1 Jul 1, 2015 @ 7:39pm 
That seems like an odd IP Address. Min always begin with 192. But anyway.

Here is where my simconnect.xml is located on the server.

Z:\Users\MainFlight\AppData\Roaming\Microsoft\FSX. It must be there in orded to work.

<?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.1.106</Address>
<MaxClients>64</MaxClients>
<Port>500</Port>
<MaxRecvSize>4096</MaxRecvSize>
<DisableNagle>False</DisableNagle>
</SimConnect.Comm>
<SimConnect.Comm>
<Disabled>False</Disabled>
<Protocol>Auto</Protocol>
<Scope>local</Scope>
</SimConnect.Comm>
</SimBase.Document>
Last edited by barnstormer1; Jul 1, 2015 @ 7:43pm
youngbar0978 Jul 3, 2015 @ 5:19am 
Thanks for the reply. Can you enable your SimConnect log and let me know what your IP addresse is? Confirming to the 192.xx.xx.xx address?

Thanks!
< >
Showing 1-3 of 3 comments
Per page: 1530 50

Date Posted: Jun 28, 2015 @ 11:19am
Posts: 3