2008 files

Results 1 to 2 of 2
  1. #1
    Account Upgraded | Title Enabled! fred94 is offline
    MemberRank
    Jun 2008 Join Date
    250Posts

    2008 files

    I got the locator running, the matchserver running, here my system.xml

    Code:
    <LOCATORLIST>
    		<LOCATOR id="1"127.0.0.1" />
    	</LOCATORLIST>
    	
    	<TLOCATORLIST>
    		<LOCATOR id="1" 127.0.0.1" />
    	</TLOCATORLIST>
    I still don't see any server...


  2. #2
    Ā  Phoenix is offline
    ModeratorRank
    Mar 2009 Join Date
    6,890Posts

    Re: 2008 files

    You've configured your system.xml wrong. Replace the locator part correctly with this:

    Code:
    <LOCATORLIST>
    		<LOCATOR id="1" IP="127.0.0.1" />
    	</LOCATORLIST>
    	
    	<TLOCATORLIST>
    		<LOCATOR id="1" IP="127.0.0.1" />
    	</TLOCATORLIST>



Advertisement