Gunz 1.5 NAT

Results 1 to 3 of 3
  1. #1
    Enthusiast Stahlix is offline
    MemberRank
    May 2011 Join Date
    43Posts

    Gunz 1.5 NAT

    I've gotten everything on my 1.5 working but instead of giving a higher ping, NAT gives a straight 999. Is there something I could change in the source to prevent this or is it about something else? I've tried many different configurations for my server files, but NAT gives a direct 999 ping to the player having it.


  2. #2
    Account Upgraded | Title Enabled! ThunderZ is offline
    MemberRank
    Oct 2011 Join Date
    396Posts

    Re: Gunz 1.5 NAT

    Maybe you have your MatchAgent setup incorrectly?

    Here is the way it should be.

    Code:
    <?xml version="1.0" encoding="euc-kr"?>
    <XML>
    <AGENTCONFIG>
    	<NAME>Thunder GunZ</NAME>
    	<MAXCLIENT>1000</MAXCLIENT>
    	<MATCHSERVERADDRESS ip="127.0.0.1" tcpport="6000"/>
    	<ADDRESS ip="WAN IP" tcpport="7777" udpport="5100"/>
    </AGENTCONFIG>
    </XML>
    Also there is a definition in the source that defines that max ping can only be 999.

    If thats what you mean i'm not sure >.>

  3. #3
    Enthusiast Stahlix is offline
    MemberRank
    May 2011 Join Date
    43Posts

    Re: Gunz 1.5 NAT

    Quote Originally Posted by thunderz1337 View Post
    Maybe you have your MatchAgent setup incorrectly?

    Here is the way it should be.

    Code:
    <?xml version="1.0" encoding="euc-kr"?>
    <XML>
    <AGENTCONFIG>
    	<NAME>Thunder GunZ</NAME>
    	<MAXCLIENT>1000</MAXCLIENT>
    	<MATCHSERVERADDRESS ip="127.0.0.1" tcpport="6000"/>
    	<ADDRESS ip="WAN IP" tcpport="7777" udpport="5100"/>
    </AGENTCONFIG>
    </XML>
    Also there is a definition in the source that defines that max ping can only be 999.

    If thats what you mean i'm not sure >.>
    Doesn't work, the person who's getting the NAT has just a little higher ping in a 2007 server when he gets NAT, but in my 1.5 it gives him 999.



Advertisement