Title: Maps do not advance? Post by: High_Noonan on May 14, 2008, 02:35:55 PM Hey, all. I finally figured out how to get extra maps to be included on a Linux dedicated server, and then I upgraded to 0.7.6.
Oy! Now I find that my maps are not being rotated through. It just keeps playing the same map over and over and over again. I loaded in some maps from the 100 map pack (Pack 1). This is the important part of my server.cfg file. Code: set sv_maxclients "6" I started the server and went to get dinner started. My cfg is set to 15 minute rounds. I came back 45 minutes later and caught the "One minute warning". A minute later the session ended and then started up again on the same map. VERY annoying. Please help? Oh! Is this really needed? sv_master1 "dpmaster.deathmask.net" Title: Re: Maps do not advance? Post by: ralph on May 14, 2008, 02:45:45 PM set m10 "map TeamTemple_q3a; set next map vstr m11"
make it like this and it will work: set m10 "map TeamTemple_q3a; set next map vstr m1" :D Title: Re: Maps do not advance? Post by: High_Noonan on May 14, 2008, 03:26:17 PM Hi. Thanks for the reply.
I tried that and still no go. My server.cfg is basically a straight copy of this one: http://openarena.ws/board/index.php?topic=854.0 but modified for my settings. In the second section, the last two lines are not commented out. Is this right? It doesn't make much sense to me. Title: Re: Maps do not advance? Post by: pulchr on May 14, 2008, 04:14:56 PM your config says "set next map vstr m4" but the config file you've copied says "set nextmap vstr m4". that space between "next" and "map" might be the error?
Title: Re: Maps do not advance? Post by: High_Noonan on May 14, 2008, 04:32:30 PM You are a genius!!! I am making that change now and will post the results.
I'm willing to bet that that is it. THANK YOU! Another set of eyes always comes in handy. Title: Re: Maps do not advance? Post by: High_Noonan on May 14, 2008, 04:49:54 PM pulchr, you are my new best friend!!!
Thanks so much for your eyes and help. Title: Re: Maps do not advance? Post by: pulchr on May 15, 2008, 12:11:07 AM oh, glad i can help :)
|