Hi, I’ve had a few problem with my server, I’ve made 2 custom campaigns added to the otiginal ones, and somethig happens qhen I try to run them in a cycle.
This is the campaigncycle.cfg
set d1 “campaign cmpgn_northafrica ; set nextcampaign vstr d2”
set d2 “campaign cmpgn_centraleurope ; set nextcampaign vstr d3”
set d3 “campaign cmpgn_etclligaT2 ; set nextcmpaign vstr d4”
set d4 "campaign cmpgn_CampaignETCL ; set nextcmpaign 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 d2”
vstr d_initial
You can see my custom campaigns d3 and d4, everything works fine until the end of the third campaign etclligaT2. Once finished, the server load this campaign again and again, and never goes to CampaignETCL.
When I manualy call the fourth campaign, everything goes fine until the end of the last map, when it returns to the third campaing until the end of time.
These are my campaigns:
etclligaT2
{
name “etcl_ligaT2”
shortname “cmpgn_etclligaT2”
description “EnemyTerritory.cl incluye tc_base, auspiciado por ZonE”
maps “supplydepot2;caen;tc_base”
mapTC 374 374
type “wolfmp”
}
CampaignETCL
{
name “CampaignETCL”
shortname “cmpgn_CampaignETCL”
description “Disfruten campañas auspiciadas por =^1[^7ZonE^1]^7=. Mapas Sp_delivery, Reactor_final y Sw_goldrush_te.=^1[^7ZonE^1]^7=^2Tenebro^7.”
maps “sp_delivery;reactor_final;sw_goldrush_te”
mapTC 374 374
type “wolfmp”
}
Can anyone help me please by telling me what am I doing wrong? Both campaings works fine, but my campaingcycle is not working properly.
Thanks a lot, any help will be very appreciated.
Kind regards.