Jump to content

rotation maps


Basic

Recommended Posts

 
I do not get the rotation function maps in the campaign and not 1 that I do?
 
 
 

set d1 "campaign cmpgn_sow1 ; set nextcampaign vstr d2"
vstr d_initial
set d2 "campaign cmpgn_sow2 ; set nextcampaign vstr d1"
set d_initial "set g_gametype 4 ; map glodrush ; set nextcampaign vstr d2"

Link to comment
Share on other sites

hmm, i am not sure what you trying but my own scripts looks like this:

 

i have file mapcyclepack.pk3 with this scripts:

/scripts/first.campaing

/scripts/second.campaing

/scripts/third.campaing

...etc

 

for example /scripts/first.campaing looks like this:

{
        name                    "First campaing"
        shortname               "cmpgn_first"
        description             "Welcome to the ..."
        maps                    "oasis;eagles_2ways_b3;battery;tram_et;goldrush;venice;cathedral_final"
        mapTC                   374 374
        type                    "wolfmp"
}
 

and also i have file mapcycle.cfg (run by server) with this context:

 

set d1 "campaign cmpgn_first ; set nextcampaign vstr d2"
set d2 "campaign cmpgn_second ; set nextcampaign vstr d3"
set d3 "campaign cmpgn_third ; set nextcampaign vstr d1"

hope that this help you litte bit :)
 

Link to comment
Share on other sites

and also i have file mapcycle.cfg (run by server) with this context:

 

set d1 "campaign cmpgn_first ; set nextcampaign vstr d2"
set d2 "campaign cmpgn_second ; set nextcampaign vstr d3"
set d3 "campaign cmpgn_third ; set nextcampaign vstr d1"

 

this should work with the rotation of maps?

Now add the maps and the rest, but fail when that starts with one campaign

Link to comment
Share on other sites

and also i have file mapcycle.cfg (run by server) with this context:

 

set d1 "campaign cmpgn_first ; set nextcampaign vstr d2"
set d2 "campaign cmpgn_second ; set nextcampaign vstr d3"
set d3 "campaign cmpgn_third ; set nextcampaign vstr d1"

 

this should work with the rotation of maps?

Now add the maps and the rest, but fail when that starts with one campaign

 

 

Link to comment
Share on other sites

this is the correct configuration, thanks!

 

set d1 "campaign cmpgn_sow1 ; set nextcampaign vstr d2"
set d2 "campaign cmpgn_sow2 ; set nextcampaign vstr d1"
set d_initial "set g_gametype 4 ; map goldrush ; set nextcampaign vstr d2"
vstr d_initial

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...