go to MatchServer and open Server.ini
Code:
DNS="GunzDB"
USERNAME="sa"
PASSWORD="YOUR PASSWORD"
[SERVER]
MAXUSER=500
SERVERID=1
SERVERNAME="Gunz"
SERVERPORT=6000
SERVERUDPPORT=7777
FREELOGINIP="Your IP"
KEEPERIP="Your IP"
DEBUGIP="127.0.0.1"
MONITORIP="127.0.0.1"
MONITORPORT=9000
DEBUG="1"
MODE=clan
COUNTRY="KOR"
LANGUAGE="KOR"
Go to locator folder
open Locator.ini
Code:
[DB]
DNS="GunzDB"
USERNAME="sa"
PASSWORD="YOUR PASSWORD"
[NETWORK]
IP="Your IP"
PORT="8900"
Open MatchAgent Folder then open AgentConfig.XML
Code:
<NAME>Your Server Name</NAME>
<MAXCLIENT>1500</MAXCLIENT>
<ADDRESS ip="Your ip" tcpport="5100" udpport="7778"/>
<MATCHSERVERADDRESS ip="Your ip" tcpport="6000"/>
Decompile System.mrs, and open System.xml
Code:
<LOCATORLIST>
<LOCATOR id="1" IP="Your IP" />
</LOCATORLIST>
<TLOCATORLIST>
<LOCATOR id="1" IP="Your IP" />
</TLOCATORLIST>
</XML>
Open SQL > Database > Gunz > Tables > dbo.ServerStatus
Put your IP, Port = 6000, your ServerName, Opened = 1, Type = 4.
after you have done that, dont forget to use ODBC Data Source.
if your using windows 7/8 you can type "ODBC" in the search and it will come up.
Under User DSN click add > SQL Server > Name > *Your SQL Server name > select With SQL Server authentication using a login ID and password entered by the user > put your SQL username in Login ID and followed by your password > click next when its finished click "Test Connection" if it is successful, then everything should be good to go, if not then you have done something wrong and you should recheck your steps.
Hope this helps.