September 11, 201510 yr Hi everyone i am having some trouble in connecting Pro ATC x and active sky next from my notebook to my main fsx rig. I have gone through froogle sims video and the tutorial in the pro atc manual but it doesn't seem to want to work. All the shares are done, sdks and sdks service packs installed and the three simconnect files are installed. Also the ip address of my main fsx pc is in the proper files. Can anyone offer any help please? Much appreciated Jai
September 11, 201510 yr Do you use FSX:SE? There is an updated simconnect file that needs to be run alongside the other simconnects.
September 12, 201510 yr Author Thanks for the reply. I am using standard fsx and not SE. Do you have a link to the updated simconnect file or know where i can find it. Also if you got it working will you be able to post your files (simconnect.xml, simconnect.cfg and simconnect.ini) just so i can compare and make sure i got all of the required information. Thanks Jai :smile:
September 14, 201510 yr Here you go... Good luck. Server-side (FSX Machine) simconnect.ini in C:\Users\Billy\Documents\Flight Simulator X Files [SimConnect] level=verbose console=0 ;RedirectStdOutToConsole=1 ;OutputDebugString=1 ;file=c:\simconnect%03u.log ;file_next_index=0 ;file_max_index=9 simconnect.xml in %appdata%\fsx [note I run FSX-SE by itself] <?xml version="1.0" encoding="Windows-1252"?> <SimBase.Document Type="SimConnect" version="1,0"> <Descr>SimConnect Server Configuration</Descr> <Filename>SimConnect.xml</Filename> <Disabled>False</Disabled> <!-- Example Global (remote) IPv4 Server Configuration--> <SimConnect.Comm> <Disabled>False</Disabled> <Protocol>IPv4</Protocol> <Scope>global</Scope> <MaxClients>64</MaxClients> <Address>192.168.0.23</Address> <Port>500</Port> <!-- <MaxReceiveSize>4096</MaxReceiveSize> <DisableNagle>False</DisableNagle> --> </SimConnect.Comm> <SimConnect.Comm> <Disabled>False</Disabled> <Protocol>Auto</Protocol> <Scope>local</Scope> </SimConnect.Comm> </SimBase.Document> Client-side (Laptop) simconnect.cfg in c:\users\Billy\Documents [SimConnect] Protocol=IPv4 Address=192.168.0.23 Port=500 MaxReceiveSize=4096 DisableNagle=0
Create an account or sign in to comment