Stock CTF Map Server Rotation Probs
Posted: Fri Apr 04, 2008 3:31 pm
Okay, so I've got a couple of server rotations I'm trying, and neither is working properly.
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:
Except that resulted in the same behaviour.
So I then chopped q3ctf1 out of the rotation and put q3ctf2 back in like so:
And now I get the following in the server console when starting the server:
So I guess my question is, are both q3ctf1 and q3ctf2 fucked in unique ways?
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"
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"
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"
Code: Select all
********************
ERROR: Hunk_Alloc failed on 976832
********************
----- Server Shutdown -----
---------------------------