[TuT] How to make a Clan Server

~DN

Elite Diviner
Joined
Jul 31, 2008
Messages
452
Reaction score
4
~DN - [TuT] How to make a Clan Server - RaGEZONE Forums


Hello Guys to make a clan server need this
-Clan Server.exe - -

1. Copy your Match Server(Quest Server) folder and rename it to Clan Server. Like This...
~DN - [TuT] How to make a Clan Server - RaGEZONE Forums


2. In Clan Server delete your Match Server.exe and put Clan Server.exe in there and edit your server.ini.
[DB]
DNS="GunzDB"
USERNAME="sa"
PASSWORD="password"

[SERVER]
MAXUSER=100
SERVERID=2
 
wouldn't you have to edit
<ADDRESS ip="ur wan ip" tcpport="7777" udpport="5100"/>
the 2 ports? these are the same as the other MatchAgent. which will cause it to interfere with the other?
@Mambo my question also
@DN would this support 2 servers online at once without AE?
 
Lets see where have i seen this before...
Code:
[url]http://forum.ragezone.com/f245/clan-server-479840/[/url]

also
Code:
[url]http://forum.ragezone.com/f245/release-multiply-servers-and-multiply-logs-with-three-different-ports-230587/[/url]
[url]http://forum.ragezone.com/f245/realse-run-4-servers-at-once-4-br-server-293433/[/url]

Hmm... i think iam give u all teh same answer i always give
il just quote it its simpler

pointless without a 2nd NAT Agent ull have 999 ping

The only one that will possibly work is this one only because it has a 2nd nat- not sure if it works or not

Code:
[url]http://forum.ragezone.com/f245/release-working-second-server-for-june-2007-working-agent-415134/[/url]
 
so we need mtach agent to connect to 2 matchservers and 2 diffrent ports

<?xml version="1.0" encoding="euc-kr"?>
<XML>
<AGENTCONFIG>
<NAME>matchserver1</NAME>
<MAXCLIENT>500</MAXCLIENT>
<MATCHSERVERADDRESS ip="wan ip here" tcpport="6000/>
<NAME>maxtchserver2</NAME>
<MAXCLIENT>500</MAXCLIENT>
<MATCHSERVERADDRESS ip="wan ip here" tcpport="6005"/>
<ADDRESS ip="ur wan ip" tcpport="7777" udpport="5100"/>
</AGENTCONFIG>
</XML>

try that
 
i think i know what is the problem. 1st of all, whenever we cw, the server starts to lag, and when i alt tab, the clan server.exe is not responding for a while which causes the lag. And, when you re-open the server, your clan score is rollback-ed and doesnt even store in the database, I think the reason why it lag is because it is unable to save records inside the database.
 
Back