[Tutorial] How to setup your gunz server!
I'm not gonna go too far into detail.
What you need:
1. MSSQL 2000 or 2005
2. Server files (no shit)
3. DB files to match the SQL version u are using. (Search for them)
4. Client (search for it)
5. Common sense.
OK.
Setup the Database and ODBC.
This is how i did it and made it work. I know there are bugs, so don't tell me.
Extract the server files to a location. let's make that location variable X.
Open the folder "Matchserver."
Open server.ini
Leave DNS alone.
Fill out ur MSSQL username and pw.
That's mine. (except the username and pw stuff)
Code:
[DB]
DNS="GunzDB"
USERNAME="username"
PASSWORD="password"
[SERVER]
MAXUSER=2000
SERVERID=1
SERVERNAME="Server"
FREELOGINIP="127.0.0.1"
;MODE="test"
[LANGUAGE]
LANG_TYPE="eng"
NEXT
Open the folder "Serverkeeper"
Open Configure.ini
Where i said make that location variable X, well here's where it comes in.
That's mine
Code:
[FTP_SERVER_INFO]
ServerName="ns.maiet.net"
UserName="server"
Password="tkarPxkd"
;FtpRootDir="/home/server"
FtpRootDir="/"
FtpListFile="list.txt"
MatchServerDir="matchserver"
MatchAgentDir="matchagent"
[GENERAL_INFO]
LocalTempDir=".\Temp"
Tok="Temp"
PORT="7779"
[MATCH_SERVER_INFO]
LocalDestServerRootDir="X + \GunzServer\MatchServer"
GameServerPath="X + \GunzServer\MatchServer\MatchServer.exe"
GameServerName="MatchServer.exe"
[MATCH_AGENT_INFO]
LocalDestAgentRootDir="X + \GunzServer\MatchAgent"
AgentPath="X + \GunzServer\MatchAgent\MatchAgent.exe"
AgentName="MatchAgent.exe"
[QUALIFICATION]
IP="127.0.0.1"
Then open ServerKeeperConfig.xml.
This is mine:
Code:
<?xml version="1.0" encoding="euc-kr" ?>
<XML id="ServerKeeperConfig">
<SERVERITEM slotid="0">
<VITALCHECK>TRUE</VITALCHECK>
<SERVERTYPE>MatchServer</SERVERTYPE>
<NAME>MatchServer</NAME>
<PATH>X + \GunzServer\MatchServer\MatchServer.exe</PATH>
</SERVERITEM>
<SERVERITEM slotid="1">
<VITALCHECK>TRUE</VITALCHECK>
<SERVERTYPE>MatchAgent</SERVERTYPE>
<NAME>AgentServer01</NAME>
<PATH>X + \GunzServer\MatchAgent\MatchAgent.exe</PATH>
</SERVERITEM>
<SERVERITEM slotid="2">
<VITALCHECK>TRUE</VITALCHECK>
<SERVERTYPE>Locator</SERVERTYPE>
<NAME>Lcator</NAME>
<PATH>X + \GunzServer\Locator\Locator.exe</PATH>
</SERVERITEM>
</XML>
Then setup ur client, and find a working patch. and connect. Before asking me, SEARCH FOR IT.