I've got an a hosted Quake 3 server over at http://www.gamedaemons.net/ and I'm totally, completely lost. First off, I've never played Quake 3 online - just on a LAN with some friends. So the only way I know to start a server game is through the UI. This here hosted server (linux, BTW) with web UI is completely new to me. Secondly, the only access I have to the hosted server is through the a web UI. I can upload/edit files, RCON, and setup mods, maps, and plugins. I've uploaded a server.cfg file and restarted the server, but I can't seem to connect to it through Quake3Arena. I point it to the IP:port, but it doesn't work. I don't even know where to begin trying to figure this out.
This is what the Quake3 screen does when I try to connect (specify) to my IP address:
Code: Select all
CONNECTING TO XXX.XXX.XXX.XXX PORT 27960
AWAITING CONNECTION....XX (counts)
SERVER USES PROTOCOL VERSION 68.
Code: Select all
// Server Name and MOTD Connect
set sv_hostname "Quake 3 - www.GameDaemons.net"
set g_motd "Quake 3 - www.GameDaemons.net"
// Passwords
set rconpassword "xxxxxxxxxxxxxxx"
set g_password "xxxxxxxxxxxxxxx"
set g_needpass 1
set sv_privatepassword ""
set sv_privateclients 0
// GameType
// 0 = Free for all
// 1 = Tournament
// 2 = Free for all
// 3 = Team Deathmatch
// 4 = Capture the Flag
set g_gametype 0
set g_teamforcebalance "1"
// Voting
set g_allowVote "0"
// Team Play Settings
set g_teamautojoin 1
set g_teamforcebalance 1
// Time & Frag Limits
set timelimit 30
set fraglimit 100
// Downloads and Network Settings
set sv_allowdownload 1
set sv_maxping 0
set sv_minping 0
set sv_maxrate 0
// AntiFlood and AntiCheat Settings
set sv_floodprotect 1
set sv_pure 1
set sv_punkbuster 1
// Logging
set logfile 0
set g_log "logs/server.log"
set g_logsync 1
// Master Servers
set sv_master0 "master.quake3arena.com"
set sv_master1 "master0.gamespy.com"
set sv_master2 "master1.gamespy.com"
// Maps
set map1 "map q3dm1 ; set nextmap vstr map2"
set map2 "map q3dm2 ; set nextmap vstr map3"
set map3 "map q3dm3 ; set nextmap vstr map1"
vstr map1
//---{BOTS}------------------------------------------}>>
set g_spskill "2"
set bot_enabled "1"
set bot_nochat "0"
set bot_rocketjump "0"
I am seriously in need of a clue here. Any help is greatly appreciated. Thanks.