Page 1 of 1

Stock CTF Map Server Rotation Probs

Posted: Fri Apr 04, 2008 3:31 pm
by Mat Linnett
Okay, so I've got a couple of server rotations I'm trying, and neither is working properly.

Code: Select all

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 q3ctf4 ; set nextmap vstr d5"
set d5 "map q3tourney6_ctf ; set nextmap vstr d1"
This config loads the first map fine, but then won't cue the next map (q3ctf2) up properly, leaving players stuck at the final scoreboard.

So, thinking it may have been a problem with q3ctf2, I popped that out like so:

Code: Select all

set d1 "map q3ctf1 ; set nextmap vstr d2"
set d2 "map q3ctf3 ; set nextmap vstr d3"
set d3 "map q3ctf4 ; set nextmap vstr d4"
set d4 "map q3tourney6_ctf ; set nextmap vstr d1"
Except that resulted in the same behaviour.

So I then chopped q3ctf1 out of the rotation and put q3ctf2 back in like so:

Code: Select all

set d1 "map q3ctf2 ; set nextmap vstr d2"
set d2 "map q3ctf3 ; set nextmap vstr d3"
set d3 "map q3ctf4 ; set nextmap vstr d4"
set d4 "map q3tourney6_ctf ; set nextmap vstr d1"
And now I get the following in the server console when starting the server:

Code: Select all

********************
ERROR: Hunk_Alloc failed on 976832
********************
----- Server Shutdown -----
---------------------------
So I guess my question is, are both q3ctf1 and q3ctf2 fucked in unique ways?

Re: Stock CTF Map Server Rotation Probs

Posted: Fri Apr 04, 2008 4:38 pm
by ^misantropia^
Could you post the whole config, Matt? Are you running VQ3 or a mod?

Re: Stock CTF Map Server Rotation Probs

Posted: Fri Apr 04, 2008 6:06 pm
by Mat Linnett
Tried VQ3 and Instagib, no joy.
The config is essentially identical to the one in pak0.pk3. The only thing different is the server rotation.

Unfortunately I won't be able to check fixes on the "Server" until after the weekend, as it's my work PC. We play Q3 at the end of every day :D

Re: Stock CTF Map Server Rotation Probs

Posted: Sat Apr 12, 2008 8:56 pm
by SplEEb
matt here is mine, may just be that little nub on the last line.

Code: Select all

set d1 "map q3ctf1 ; set nextmap vstr d2"
set d2 "map q3ctf2 ; set nextmap vstr d3"
set d3 "map q3wctf1 ; set nextmap vstr d4"
set d4 "map q3wctf3 ; set nextmap vstr d5"
set d5 "map q3wctf2 ; set nextmap vstr d6"
set d6 "map q3ctf3 ; set nextmap vstr d7"
set d7 "map q3ctf4 ; set nextmap vstr d8"
set d8 "map cpmctf2 ; set nextmap vstr d9"
set d9 "map cpmctf3 ; set nextmap vstr d10"
set d10 "map cpmctf4 ; set nextmap vstr d11"
set d11 "map cpmctf5 ; set nextmap vstr d1"
vstr d1