I don't see the server

Results 1 to 2 of 2
  1. #1
    Software Engineer Evil[]Power is offline
    MemberRank
    Apr 2010 Join Date
    Look behind...Location
    1,191Posts

    I don't see the server

    Ok so i followed MATRAX's tutorial step by step , to the last part wich is updating launcher with hex editor he didn't explain well so i couldn't do it , All is setted up the db the match server the matchagent ..
    But when i start my server from the launcher or theduel.exe i don't see the servers, i don't think this was caused by unupdated launcher cuz i tried theduel.exe too , i portforwarded and all..
    Some1 could help me ? ps : i have win 7 32 bits

    system.xtml in system.mrs and matchserver
    Code:
    <?xml version="1.0" ?>
    <XML>
    	<XMLHEADER>version="1.0"</XMLHEADER>
    
    	<SKIN>Default</SKIN>
    
    	<DEFFONT>Arial</DEFFONT>
    
    	<IME>false</IME>
    
    	<BAREPORT>
    		<ADDR>www.battlearena.com</ADDR>
    		<DIR>incoming/gunz_US</DIR>
    	</BAREPORT>
    
    	<EMBLEM_URL>http://wan ip/emblems/</EMBLEM_URL>
    	<TEMBLEM_URL>http://wan ip/emblems/</TEMBLEM_URL>
    
    	<CASHSHOP_URL>http://wan ip</CASHSHOP_URL>
    
    	<HOMEPAGE>
    	    <URL>http://wan ip</URL>
    	    <TITLE>GunZ the Duel</TITLE>
    	</HOMEPAGE>
    
    	<LOCATORLIST>
    		<LOCATOR id="1" IP="wan ip" />
    		<LOCATOR id="2" IP="wan ip" />
    		<LOCATOR id="3" IP="wan ip" />
    		</LOCATORLIST>
    	
    	<TLOCATORLIST>
    		<LOCATOR id="1" IP="wan ip" />
    		<LOCATOR id="2" IP="wan ip" />
    		<LOCATOR id="3" IP="wan ip" />
    		</TLOCATORLIST>
    </XML>
    Server.ini
    Code:
    [DB]
    DNS="GunzDB"
    USERNAME="sa"
    PASSWORD="pass"
    
    [SERVER]
    MAXUSER=500
    SERVERID=1
    SERVERNAME="Dinasty Gunz"
    FREELOGINIP=""
    KEEPERIP="wan ip"
    MONITORIP="127.0.0.1"
    MONITORPORT=9000
    MODE="normal"
    COUNTRY="BRZ"
    LANGUAGE="BRZ"
    USETICKET="0"
    
    [LANGUAGE]
    LANG_TYPE="eng"
    
    [LOCALE]
    DBAgentPort=5100
    DBAgentIP=127.0.0.1
    
    [FILTER]
    USE="0" 
    ACCEPT_INVALID_IP="1"
    
    [ENVIRONMENT]
    USE_HSHIELD="0"
    USE_XTRAP="0"
    USE_EVENT="0"
    USE_FILECRC="0"
    USE_MD5="0"
    AgentConfig.xml
    Code:
    <?xml version="1.0" encoding="euc-kr"?>
    <XML>
    <AGENTCONFIG>
    	<NAME>Dinasty Gunz</NAME>
    	<MAXCLIENT>500</MAXCLIENT>
    	<MATCHSERVERADDRESS ip="127.0.0.1" tcpport="6000"/>
    	<ADDRESS ip="wan ip" tcpport="7777" udpport="5100"/>
    </AGENTCONFIG>
    </XML>
    locator.ini
    Code:
    [DB]
    DNS="GunzDB"
    USERNAME="sa"
    PASSWORD="pass"
    
    [NETWORK]
    IP="wan ip"
    PORT="8900"
    
    [ENV]
    ID="1"
    LOCATOR_UID_HIGH="5"
    LOCATOR_UID_LOW="0"
    MAX_ELAPSED_UPDATE_SERVER_STATUS_TIME="1000"
    UDP_LIVE_TIME="10000000"
    MAX_FREE_RECV_COUNT_PER_LIVE_TIME="9"
    BLOCK_TIME="0"
    UPDATE_UDP_MANAGER_ELAPSED_TIME="3"
    MARGIN_OF_ERROR_MIN="500000"
    USE_COUNTRY_CODE_FILTER="no" 
    GMT_DIFF="-3"
    ELAPSED_TIME_UPDATE_LOCATOR_LOG="3600000"
    ELAPSED_TIME_UPDATE_LOCATOR_LOG="10000"
    ELAPSED_TIME_UPDATE_COUNTRYCODEFILTER_LOG="10000"
    UPDATE_COUNTRY_CODE="66 89 69 77 73 83 65 78 68"
    TEST_SERVER="0"
    Thnx for help
    Last edited by Evil[]Power; 12-08-11 at 02:33 AM.


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

    Re: I don't see the server

    MODE="normal" should be MODE="test" or MODE="clan". There's no such thing as a "normal" mode.



Advertisement