Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14
  1. #11
    Spamming the boards! relic's Avatar
    Join Date
    Jan 2011
    Replies
    178
    Xfire
    tjimboo
    Clan
    Deathrowinmates
    nothing like a 400mb download of pk3's lol

  2. #12
    Made his way SpeedDemon's Avatar
    Join Date
    Nov 2010
    Replies
    8
    Quote Originally Posted by Dragon View Post
    set d41 "set g_gametype 2; map <mapname_here> ; set nextmap vstr d42"
    set d42 "set g_gametype 2; map <mapname_here> ; set nextmap vstr d43"
    set d43 "set g_gametype 2; map <mapname_here> ; set nextmap vstr d44"
    set d44 "set g_gametype 2; map <mapname_here> ; set nextmap vstr d45" <- (if you want to end mapcycle you have to end the loop, in the last one map you have to write set nextmap vstr d1).

    ...and so on.
    Ok So where you put this map at in jaymod.cfg file or ETmain file?

  3. #13
    TB Staff Spl@$h~'s Avatar
    Join Date
    Sep 2010
    Replies
    1,213
    Country
    New Zealand
    Clan
    Pro*
    So hmm you need to put the maps into a file named "objectivecycle.cfg" for example ( the name isnt important) then you upload it in jaymod folder .

    Make sure you have in your server.cfg :

    set g_gametype "2"
    set g_campaignFile "objectivecycle.cfg"
    or
    exec objectivecycle.cfg
    Here is an example of objectivecycle.cfg :
    set d1 "set g_gametype 2 ; map goldrush ; set nextmap vstr d2"
    set d2 "set g_gametype 2 ; map oasis ; set nextmap vstr d3"
    set d3 "set g_gametype 2 ; map venice ; set nextmap vstr d4"
    set d4 "set g_gametype 2 ; map mlb_temple ; set nextmap vstr d5"
    set d5 "set g_gametype 2 ; map fueldump ; set nextmap vstr d6"
    set d6 "set g_gametype 2 ; map caen2 ; set nextmap vstr d7"
    set d7 "set g_gametype 2 ; map battery ; set nextmap vstr d8"
    set d8 "set g_gametype 2 ; map et_mor2_night ; set nextmap vstr d1"
    vstr d1
    Hope its gonna help you , if i'm wrong please correct me
    Not part of trackbase team anymore.
    Please do not report/contact me anymore about trackbase issues.

    Contact : Jonny , Jari or Paul


  4. #14
    TB Staff Spl@$h~'s Avatar
    Join Date
    Sep 2010
    Replies
    1,213
    Country
    New Zealand
    Clan
    Pro*
    Problem seems to be fixed .
    If you have a similar problem and you can not fix by yourself , ask for some help ( create a new topic), thx
    /Closed
    Not part of trackbase team anymore.
    Please do not report/contact me anymore about trackbase issues.

    Contact : Jonny , Jari or Paul


Page 2 of 2 FirstFirst 12

Posting Permissions