-
Posts
27 -
Joined
-
Last visited
Reputation Activity
-
ailmanki reacted to gaoesa in Server restarting on loading custom campaign
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.