Jump to content
Sign in to follow this  
Thats_Life 2.0

Script error, but what do I need to do?

Recommended Posts

Hoi,

I get this error but can't find the problem:

No entry 'Campaigns\operation dutch\description.ext/Campaign/Beginning/MissionDefault.Template'.

My previous version had the same descriptionfile. I only add one file extra at the end.

And I don't have a MissionDefault.Template in the file :confused:

Does anyone know what it means?

Thanks...

Share this post


Link to post
Share on other sites

You've inherited MissionDefault on one of your missions (for example MyMission : MissionDefault), and the mission is missing its template = MissionName.Island entry.

Edited by bhaz

Share this post


Link to post
Share on other sites
You've inherited MissionDefault on one of your missions (for example MyMission : MissionDefault), and the mission is missing its template = MissionName.Island entry.

Don't exact understand what you mean. Doe you mean wrong typo's. Because that's not it. Here is my descriptionfile:

//

// Thats_Life 2.0 Operation Dutch campaign

//

class Campaign

{

name = "Operation Dutch";

firstBattle = Beginning;

class Beginning

{

name = "Beginning";

cutscene = ;

firstMission = OD00;

end1 = ;

end2 = ;

end3 = ;

end4 = ;

end5 = ;

end6 = ;

lost = ;

class MissionDefault

{

lives = -1;

lost = ;

end1 = ;

end2 = ;

end3 = ;

end4 = ;

end5 = ;

end6 = ;

};

class OD00: MissionDefault

{

end1 = OD01;

lost = OD00;

template = 01_Leaving_home.utes;

};

class OD01: MissionDefault

{

end1 = OD02;

end2 = OD01;

end3 = OD01;

lost = OD01;

template = 02_Leaving_Utes.Utes;

};

class OD02: MissionDefault

{

end1 = OD03;

lost = OD02;

template = 03_The_first_fight.Takistan;

};

class OD03: MissionDefault

{

end1 = OD04;

lost = OD03;

template = 04_Hunting_on_the_Sanginakt.Takistan;

};

class OD04: MissionDefault

{

end1 = ;

end2 = OD04;

lost = OD04;

template = 05_Northwest.Takistan;

};

};

};

Or what do I miss?

Edit: The weird thing is that if I go back to my first release I have the same problem. I never had it. I deleted all my savegames for that campaign but still keep that error.

Edited by Thats_Life 2.0

Share this post


Link to post
Share on other sites

Still don't know what happend, but I made a new PBO.

Deleted all my savefiles from that campaign.

Put the PBO file in my campaigns folder.

Restart the PC.

Start at beginning of the campaign and entered the endmission cheat by every mission.

Know it doesn't show the error in SP or COOP. I hope it stays this way.

Maby it's a version error? Originally I made the campaign in version 1.54. And added a new mission and changes in version 1.56.

I update my campaign at the moment. So anyone that wants to try. Please do :)

http://forums.bistudio.com/showthread.php?t=109533

Edited by Thats_Life 2.0

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×