PDA

View Full Version : ID Match 0



legacy-Major_A1
07-13-2003, 02:46 PM
I just downloaded UT Dedicated Server. I ran it for the first time (and many others) and it will not display on the Internet. It does however display on my lan when I click on the lan tab on another machine. Also when the dedicated server has loaded it tells me ID Match 0. I can't get any other number then 0. I tried loading dedicated server through the game itself(UT2003) and it got a ID. But when I try to load dedicated server from (UT2003server) it always comes up with IDMatch 0.

buttpirate
07-13-2003, 04:07 PM
Unreal Admin (http://www.unrealadmin.org/modules.php?name=Sections&op=listarticles&secid=5)

legacy-Major_A1
07-13-2003, 04:27 PM
That still didn't help. Anytime I launch ucc either from ut2003, or ut2003 server it does this to.

legacy-Gr44
07-13-2003, 05:03 PM
From unrealadmin....

Server stats aren't logging
Symptoms

Your server stats aren't appearing.

Error Messages

MasterServerUplink: MasterServerGameStats not found - stats uploading disabled.

Solution(s)


Start your server with ?GameStats=True
e.g.
./ucc server CTF-Citadel?game=XGame.xCTFGame?GameStats=True -nohomedir -ini=ctf.ini -log=ctf.log
You are starting your server with a none zero minimum players. i.e. you have bots in your server.
Disable the bots by setting minimum players to 0
./ucc server CTF-Citadel?game=XGame.xCTFGame?GameStats=True?MinPlay ers=0 -nohomedir -ini=ctf.ini -log=ctf.log
Also ensure you have the following in your .ini
[IpDrv.MasterServerUplink]
SendStats=True

http://www.unrealadmin.org/modules.php?name=Sections&op=viewarticle&artid=5#Stats

buttpirate
07-14-2003, 10:06 AM
Are you behind a router?