Jump to content

Map rotation.


makavelii

Recommended Posts

  • Subscriber

have a look in your campaigncycle.cfg it should be

set d1 "clearspreerecords ;  campaign centraleurope ; set nextcampaign vstr d2"
set d2 "campaign northafrica ; set nextcampaign vstr d1"

// server doesn't recognise the campaign command when the gamecode isn't running yet..
set d_initial "set g_gametype 4 ; map radar ; set nextcampaign vstr d1"
vstr d_initial
vstr d1

That will put your european maps followed by the desert maps.

Link to comment
Share on other sites

I have

 

set d1 "campaign cmpgn_northafrica ; set nextcampaign vstr d2"
set d2 "campaign cmpgn_centraleurope ; set nextcampaign vstr d1"

// server doesn't recognise the campaign command when the gamecode isn't running yet.
set d_initial "set g_gametype 4 ; map oasis ; set nextcampaign vstr d1"
vstr d_initial

Will the spreerecord not reset everytime? I really would like to avoid that.

Link to comment
Share on other sites

Eh, okay so I guess i will just enable the Map Voting system at the end. That will be the best thing to do.. Thanks anyways.

A question, how can I add new maps to the server? I mean those that supposed to be downlaoded for example.

Edited by makavelii
Link to comment
Share on other sites

  • Subscriber

it depends on how and where your server is hosted.

if you use a game server hosting company and rent a server from them, they should have all the maps available to add.

if you do everything yourself ftp them up and add them to a campaign file, which you add to your server and change your campaigncycle.cfg to use it.

Link to comment
Share on other sites

  • Subscriber

Eh, okay so I guess i will just enable the Map Voting system at the end. That will be the best thing to do.. Thanks anyways.

 

 

what happens if you swap the campaigns around and have the centraleurope followed by northafrica, does it work then ?

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...