23chantry23 Posted November 28, 2018 Report Posted November 28, 2018 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.
Pete Dowson Posted November 28, 2018 Report Posted November 28, 2018 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 twoAddress>192.168.0.170</Address> lines to contain your FSX PC's IP Address. Pete
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now