Reaper Posted January 20, 2014 Author Share Posted January 20, 2014 (edited) Here is the link to the pk3 guys. https://www.mediafire.com/?9855mfsx1uoape6 Edit - Aha just added the following into the campaigncycle.cfgmap oasiswait 100above set d_initial "set g_gametype 4 ; oasis ; set nextcampaign vstr d1"vstr d_initial And started the server to test it out and it to confirm it I done !nextmap and Caen2 loaded which is the second map in the Blitzkrieg campaign So its working correctly now Edited January 20, 2014 by Reaper Quote Link to comment Share on other sites More sharing options...
ailmanki Posted January 20, 2014 Share Posted January 20, 2014 great the comment was actually right..Usually people started a map on the command line already.. thats why its a bit awkward.// server doesn't recognise the campaign command when the gamecode isn't running yet. Quote Link to comment Share on other sites More sharing options...
Reaper Posted January 20, 2014 Author Share Posted January 20, 2014 Indeed mate. Well, how about that gets mentioned in the wiki? Would've been a bit more helpful if it were mentioned earlier on though but thanks for that Ailmanki Quote Link to comment Share on other sites More sharing options...
Management gaoesa Posted January 20, 2014 Management Share Posted January 20, 2014 I think I now know why it didn't work. You had this in your campaigncycle.cfg set d_initial "set g_gametype 4 ; oasis ; set nextcampaign vstr d2" While it indeed needs to have the map command to start the game. set d_initial "set g_gametype 4 ; map oasis ; set nextcampaign vstr d2" Like in the original campaigncycle.cfg. hellreturn and ailmanki 2 Quote Link to comment Share on other sites More sharing options...
ailmanki Posted January 20, 2014 Share Posted January 20, 2014 I think I now know why it didn't work. You had this in your campaigncycle.cfg set d_initial "set g_gametype 4 ; oasis ; set nextcampaign vstr d2" While it indeed needs to have the map command to start the game. set d_initial "set g_gametype 4 ; map oasis ; set nextcampaign vstr d2" Like in the original campaigncycle.cfg.lol indeed, completely overlooked that Quote Link to comment Share on other sites More sharing options...
Subscriber JohnDory Posted January 20, 2014 Subscriber Share Posted January 20, 2014 and he wont need map oasis wait 100 in his campaigncycle.cfg as long as he has the map command in it. Quote Link to comment Share on other sites More sharing options...
Reaper Posted January 20, 2014 Author Share Posted January 20, 2014 I had to read your reply twice Gaoesa as I didn't get what the hell you were on about at first but after re-reading it I finally got it so I didn't have the map oasis in the command line but instead I just had oasis...So no map oasis wait 100 doesn't need to be in there at all however, as I've just said over at {WeB} clan forum now just to be safe we'll keep it the way it is to avoid any further problems that might arise if we change it again. 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.