Jump to content
The simFlight Network Forums

Mr_LoL

Members
  • Posts

    55
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Nottingham

Recent Profile Visitors

5,986 profile views

Mr_LoL's Achievements

Newbie

Newbie (1/14)

  • Week One Done Rare
  • One Month Later Rare
  • One Year In Rare

Recent Badges

0

Reputation

Single Status Update

See all updates by Mr_LoL

  1. I had it on v4>.. Now I am networked but I believe you need an simconnect xml in users/app/roaming/LM/p3dv5 like this...on the address put the ip of your server..change the X to last number of your ip 

    <?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>Auto</Protocol>
        <Scope>local</Scope>
        <Address></Address>
        <MaxClients>64</MaxClients>
        <Port></Port>
        <MaxRecvSize>4096</MaxRecvSize>
        <DisableNagle>False</DisableNagle>
      </SimConnect.Comm>
     
      <SimConnect.Comm>
        <Disabled>False</Disabled>
        <Protocol>IPv4</Protocol>
        <Scope>global</Scope>
        <Address>192.168.1.X</Address>
        <MaxClients>64</MaxClients>
        <Port>500</Port>
        <MaxRecvSize>4096</MaxRecvSize>
        <DisableNagle>False</DisableNagle>
      </SimConnect.Comm>
      
      <SimConnect.Comm>
        <Disabled>False</Disabled>
        <Protocol>IPv4</Protocol>
        <Scope>global</Scope>
        <Address>192.168.1.X</Address>
        <MaxClients>64</MaxClients>
        <Port>2024</Port>
        <MaxRecvSize>4096</MaxRecvSize>
        <DisableNagle>False</DisableNagle>
      </SimConnect.Comm>
    </SimBase.Document>

×
×
  • 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.