Problem with server setup

Locked
003
Posts: 17
Joined: Sun Apr 30, 2006 10:07 pm

Problem with server setup

Post by 003 »

I'm trying to run a server with the pwrweapons v8 mod, and it is ctf, and I am having an issue with the capture limit. I have it set to 5 in the server cfg file, but it just goes on and on ingame and ignores what I set. This is my commad line:

c:\quake3\quake3.exe "+set fs_game Pwrweapons +exec server_ctf.cfg +exec cvar.cfg +set dedicated 2 +set sv_pure 0 +set bot_enable 1"

and this is my cfg file:

seta sv_hostname "PWRWeaponsV8//There is NoESCape!!!"
seta g_motd "MY GUN IS ALWAYS BIGGER THAN YOURS BITCH!"
seta sv_maxclients 12
seta g_quadfactor 4
seta g_gametype 4
seta timelimit 15
seta fraglimit 5
seta g_weaponrespawn 3
seta g_inactivity 0
seta g_forcerespawn 0
seta rconpassword "i'm not that stupid :)"
set d1 "map q3ctf1 ; set nextmap vstr d2"
set d2 "map q3ctf2 ; set nextmap vstr d3"
set d3 "map q3ctf3 ; set nextmap vstr d4"
set d4 "map q3tourney6_ctf ; nextmap vstr d1"
vstr d1

Did I set it up right? Everything else seems to work fine, just not the capturelimit. Is it something other that seta fraglimit? Also, which ports do I need open?
PieceMaker
Posts: 899
Joined: Tue Jan 25, 2005 4:43 pm

Re: Problem with server setup

Post by PieceMaker »

003 wrote:I'm trying to run a server with the pwrweapons v8 mod, and it is ctf, and I am having an issue with the capture limit.
I didn't see capturelimit in the above cfg though ?
  • capturelimit "8"
    set # of times a team must grab the others flag before the win is declared
But something has me stumped for some reason.

c:\quake3\quake3.exe "+set fs_game Pwrweapons +exec server_ctf.cfg +exec cvar.cfg +set dedicated 2 +set sv_pure 0 +set bot_enable 1"

The bold section in the command line. Having more than one cfg exec'd in the command line? I always thought a rule of thumb was have
the exec server.cfg at the end of the command line?

This will most likely show how much crap I don't know about admining a server. Hehehe.

I'm sure you're going to get the answer you're looking for in the next day TOPS :D

These people are very helpful.
Locked