Takko 10 Posted August 2, 2010 So I was working on a campaign and completed all the missin. Then I made a config but it wasn't working. Here is my config: Foldername: Jetpagged config.cpp class CfgVehicleClasses { class Jetpack_Class { displayName = "The thale of the jetpack"; }; }; class CfgMissions { class Campaigns { class Jetpack_PartOne { directory = "Jetpagged\campaign"; }; }; }; Campaign->description ext. class MissionDefault{ lives = -1; lost = ; end1 = ; end2 = ; end3 = ; end4 = ; end5 = ; end6 = ; }; class Campaign { name = "Jetpack"; firstBattle = Chapter1; disableMP = true; class Chapter1 { name = "Jetpack"; cutscene = ; firstMission = Jetpack_S_1; end1 = ; end2 = ; end3 = ; end4 = ; end5 = ; end6 = ; lost = ; class Jetpack_S_1: MissionDefault { end1 = Jetpack_M_1; end2 = ; end3 = ; end4 = ; end5 = ; end6 = ; lost = Jetpack_M_1; template = Beginning.Chernarus; }; class Jetpack_M_1: MissionDefault { end1 = Jetpack_S_2; end2 = ; end3 = ; end4 = ; end5 = ; end6 = ; lost = Jetpack_S_2; template = Jetpack.Chernarus; }; class Jetpack_S_2: MissionDefault { end1 = Jetpack_M_2; end2 = ; end3 = ; end4 = ; end5 = ; end6 = ; lost = Jetpack_M_2; template = No%203.Chernarus; }; class Jetpack_M_2: MissionDefault { end1 = Jetpack_M_3; end2 = ; end3 = ; end4 = ; end5 = ; end6 = ; lost = Jetpack_M_2; template = No%204.Chernarus; }; class Jetpack_M_3: MissionDefault { end1 = Jetpack_S_3; end2 = ; end3 = ; end4 = ; end5 = ; end6 = ; lost = Jetpack_M_3; template = No%2e%205.Chernarus; }; class Jetpack_S_3: MissionDefault { end1 = Jetpack_M_4; end2 = ; end3 = ; end4 = ; end5 = ; end6 = ; lost = Jetpack_M_4; template = No%2e%206.Chernarus; }; }; }; The error cannot be big. Any idea what it could be? Share this post Link to post Share on other sites
IndeedPete 1038 Posted August 2, 2010 Why did you do a config? I can't see any mistakes in the description.ext. Maybe you should try it without a confing file, so just the campaign.pbo inside your campaigns folder. Share this post Link to post Share on other sites
Takko 10 Posted August 2, 2010 It tried but no luck unfortunately. I don't get it, if I insert the mission into a nearly identical description.ext its working but not now. Share this post Link to post Share on other sites
IndeedPete 1038 Posted August 2, 2010 Why don't you use the "nearly identical" then?^^ Share this post Link to post Share on other sites
Takko 10 Posted August 3, 2010 Its working now. Had nothing to do with the description.ext. It was because I put it into the addon folder, while an older version of the file was under the campaign folder. After replacing that file in the campaign folder it all works now. Even put the campaign up for download. Share this post Link to post Share on other sites