2 Issues On The New Server

I KNOW there's a script you add to the cfg's that will set map times for each map. But I can't find it or remember exactly how it is written and for some reason, getting the right mapcycle to load is giving me a head ache.

I just want the cycle to run 60 mins per map, 30 for Purefrag and if someone does the objective to just go to the next map, not swap sides.

Now, once I start the server, !Nextmap returns a message that says next Map Not Set

Here's what objectivesycle looks like now:

set d1 "set g_gametype 2 ; map supply ; set nextmap vstr d2"
set d2 "set g_gametype 2 ; map braundorf_b4 ; set nextmap vstr d3"
set d3 "set g_gametype 2 ; map bremen_b3 ; set nextmap vstr d4"
set d4 "set g_gametype 2 ; map goldrush ; set nextmap vstr d5"
set d5 "set g_gametype 2 ; map radar ; set nextmap vstr d6"
set d6 "set g_gametype 2 ; map tc_base ; set nextmap vstr d7"
set d7 "set g_gametype 2 ; map adlernest ; set nextmap vstr d8"
set d8 "set g_gametype 2 ; map purefrag_final ; set nextmap d9"
set d9 "set g_gametype 2 ; map frostbite ; set nextmap vstr d1"
vstr d1

How do I get it to exe in the server.cfg?? Anyone?
BTW, the IP is /connect 213.108.31.112:27030
Comments
6
!nextmap is not a command for the objective cycle, that's a seperate system.

You can just add 'config objectivescycle.cfg' to the server.cfg I guess? Haven't worked on it in a while though.
You can set the times in the mapscripts.
Swap sides is a luascript I believe.

But yeah, haven't been at it in a few months, or a year.
Why Goldrush, take SW_Goldrush_TE :)
Ahh, it is sw. I typed it wrong in the cfg
Parent
set d1 "set g_gametype 2 ; map supply ; set nextmap vstr d2"
set d2 "set g_gametype 2 ; map braundorf_b4 ; set nextmap vstr d3"
set d3 "set g_gametype 2 ; map bremen_b3 ; set nextmap vstr d4"
set d4 "set g_gametype 2 ; map goldrush ; set nextmap vstr d5"
set d5 "set g_gametype 2 ; map radar ; set nextmap vstr d6"
set d6 "set g_gametype 2 ; map tc_base ; set nextmap vstr d7"
set d7 "set g_gametype 2 ; map adlernest ; set nextmap vstr d8"
set d8 "set g_gametype 2 ; map purefrag_final ; set nextmap d9; g_usertimelimit 30"
set d9 "set g_gametype 2 ; map frostbite ; set nextmap vstr d1; g_usertimelimit 60"
vstr d1

Just copy paste the stuff into the server.cfg (bottom of the cfg).
You also can manually execute the cycle. Just type in console: /rcon "password" vstr d1

Etpro doesn't support !nextmap command. I think you want a lua or want any:
http://forums.warchest.com/showthread.php/28274-Server-Clearance-Script-Release/page2?p=376939#post376939

Just pm me if you have any trouble setting it up.
Thanks, I didn't know if I could just put that in server cfg or not, but I DO have exec objectivecycle.cfg in there.

That all worked perfect AND I Can nextmap. I know it doesn't support the command, but in ref panel, it wasn't working either. Now it does
Parent
Back to top