Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
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!
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>
Thanks!