Map rotation config - Stopwatch + Campaign?


(O2.iceman) #1

Hi guys.

Someone on the PlanetWolf forums said he had a map rotation config which played both campaign and stopwatch (not at the same time).

Can anyone post it here?

I want to have it play 1 campaign, play the next 3 maps in SW mode, play the previous 3 maps in SW, and then play the other campaign.

Help is appreciated.

Thanks


(O2.iceman) #2

Bumpage? Anyone?

Has noone had both campaign and SW maps in the same map rotation config?


(SiliconSlick) #3

Try this:



//*****Central European Campaign
set camp1 "g_gametype 4;map radar;campaign cmpgn_centraleurope;set nextcampaign vstr m2r1"

//*****Siwa Oasis Stopwatch Game
set m2r1 "g_gametype 3;map oasis;set nextmap vstr m2r2;sets StopwatchRound 1;" 
set m2r2 "map_restart 0;set nextmap vstr m2r3;sets StopwatchRound 2;" 
set m2r3 "map_restart 0;set nextmap vstr m2r4;sets StopwatchRound 3;"
set m2r4 "map_restart 0;set nextmap vstr m2r5;sets StopwatchRound 4;"

//*****Seawall Battery Stopwatch Game
set m2r5 "g_gametype 3;map battery;set nextmap vstr m2r6;sets StopwatchRound 1;"
set m2r6 "map_restart 0;set nextmap vstr m2r7;sets StopwatchRound 2;"
set m2r7 "map_restart 0;set nextmap vstr m2r8;sets StopwatchRound 3;"
set m2r8 "map_restart 0;set nextmap vstr m2r9;sets StopwatchRound 4;"

//*****Gold Rush Stopwatch Game
set m2r9 "g_gametype 3;map goldrush;set nextmap vstr m2r10;sets StopwatchRound 1;"
set m2r10 "map_restart 0;set nextmap vstr m2r11;sets StopwatchRound 2;"
set m2r11 "map_restart 0;set nextmap vstr m2r12;sets StopwatchRound 3;"
set m2r12 "map_restart 0;set nextmap vstr m2r13;sets StopwatchRound 4;"

//*****Würzburg Radar Stopwatch Game
set m2r13 "g_gametype 3;map radar;set nextmap vstr m2r14;sets StopwatchRound 1;"
set m2r14 "map_restart 0;set nextmap vstr m2r15;sets StopwatchRound 2;"
set m2r15 "map_restart 0;set nextmap vstr m2r16;sets StopwatchRound 3;"
set m2r16 "map_restart 0;set nextmap vstr m2r17;sets StopwatchRound 4;"

//*****Rail Gun Stopwatch Game
set m2r17 "g_gametype 3;map railgun;set nextmap vstr m2r18;sets StopwatchRound 1;"
set m2r18 "map_restart 0;set nextmap vstr m2r19;sets StopwatchRound 2;"
set m2r19 "map_restart 0;set nextmap vstr m2r20;sets StopwatchRound 3;"
set m2r20 "map_restart 0;set nextmap vstr m2r21;sets StopwatchRound 4;"

//*****Fuel Dump Stopwatch Game
set m2r21 "g_gametype 3;map fueldump;set nextmap vstr m2r22;sets StopwatchRound 1;"
set m2r22 "map_restart 0;set nextmap vstr m2r23;sets StopwatchRound 2;"
set m2r23 "map_restart 0;set nextmap vstr m2r24;sets StopwatchRound 3;"
set m2r24 "map_restart 0;set nextmap vstr camp2;sets StopwatchRound 4;"

//*****North Afican Campaign
set camp2 "set g_gametype 4;map oasis;campaign cmpgn_northafrica;set nextcampaign vstr camp1"

vstr camp1

SiliconSlick


(O2.iceman) #4

Yeh I’m pretty sure it’d be something like that too, but the thing which concerns me, is this:

<quote>set nextcampaign vstr m2r1</quote>

on the first line… I wonder if it should be nextcampaign or nextmap. And what is the difference between nextcampaign and nextmap? If they both simply point to the new vstr to load a map from, then why introduce a nextcampaign command at all?

I think going back the other way looks ok, where you switch from SW mode back to campaign, because the campaign line actually goes to an individual map first and then loads the campaign.

Has anyone tried a config like this?


(SiliconSlick) #5

My understanding is if the game is in campaign mode (g_gametype 4),
then when the campaign is over, the stuff in nextcampaign gets done.

When the game is in stopwatch mode (g_gametype 3 for ET), then
when the round is over, the stuff in nextmap gets done.

Just my $.02… I didn’t actually test it.

SiliconSlick


(O2.iceman) #6

Not a bad theory, just don’t know if it’s right.

I know in standard RtCW, the command “nextmap” was used whether the gametype was 5 (MP), 6 (SW) or 7 (CP).

It seems “nextmap” is used in ET if the gametype is SW or LMS or SMO (as you can see by the mapcycles that came with the game), but you may be right, in that “nextcampaign” is used if the gametype was 4 (CPM).

I just don’t feel comfortable yet that it will work. But we’re getting there :stuck_out_tongue:


(O2.iceman) #7

Seems you were spot on, thanks.

http://www.forumplanet.com/planetwolfenstein/topic.asp?fid=6127&tid=1067147