Basic Posted April 20, 2014 Report Share Posted April 20, 2014 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_initialset d2 "campaign cmpgn_sow2 ; set nextcampaign vstr d1"set d_initial "set g_gametype 4 ; map glodrush ; set nextcampaign vstr d2" Quote Link to comment Share on other sites More sharing options...
Eagle_cz Posted April 20, 2014 Report Share Posted April 20, 2014 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 Quote Link to comment Share on other sites More sharing options...
Basic Posted April 20, 2014 Author Report Share Posted April 20, 2014 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 Quote Link to comment Share on other sites More sharing options...
Basic Posted April 20, 2014 Author Report Share Posted April 20, 2014 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 Quote Link to comment Share on other sites More sharing options...
Basic Posted April 20, 2014 Author Report Share Posted April 20, 2014 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 Quote Link to comment Share on other sites More sharing options...
Eagle_cz Posted April 20, 2014 Report Share Posted April 20, 2014 ok,. try this link: http://wolffiles.de/filebase/ET/Stuff/ET-Serverguide.pdf and read page 21 ... EDIT: if it works, ok, nvm you're welcome Quote Link to comment Share on other sites More sharing options...
Basic Posted April 20, 2014 Author Report Share Posted April 20, 2014 thanks friend, all perfect Quote Link to comment Share on other sites More sharing options...
Eagle_cz Posted April 20, 2014 Report Share Posted April 20, 2014 good to hear it np, you're welcome... Quote Link to comment Share on other sites More sharing options...
Jesus Posted April 20, 2014 Report Share Posted April 20, 2014 I'm alive Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.