Jump to content

Stuck in Mission 7


Recommended Posts

Hello!

 

I´ve done all missions before the update as single missions over the mission editor. Now with your fix, I'am doing all missions again as a complete campaign.

But now I got the problem, that I can´t progress over Mission 7 (The "X-Field Mission"). I´ve done the Mission three times, every time with 100% without problems. But every time the campaign starts mission 7 again.

Link to comment
Share on other sites

Hello!

 

I´ve done all missions before the update as single missions over the mission editor. Now with your fix, I'am doing all missions again as a complete campaign.

But now I got the problem, that I can´t progress over Mission 7 (The "X-Field Mission"). I´ve done the Mission three times, every time with 100% without problems. But every time the campaign starts mission 7 again.

 

I will check that out!

Always happy landings ;)

Link to comment
Share on other sites

Need your Help

 

:helpsmilie:

 

Need your Help - -

 

After the last update.

 

Is there someone else having issues with progressing from Mission 7 to Mission 8?

 

Or better is there somebody progressing from Mission 7 to mission 8 without an issue?

 

Checked out the missions and the campaign file, but everything seems fine to me :book:

Always happy landings ;)

Link to comment
Share on other sites

Unfortunately, I can confirm this issue. I completed mission 7 yesterday. The logbook.lua says:

 

 

[8] =

{

["datetime"] = "Thu Oct 24 09:41:20 2019",

["agKills"] = 0,

["aaKills"] = 0,

["stage"] = 8,

["deathsCount"] = 0,

["result"] = 100,

["mission"] = "WORLDS APART Mission 7.miz",

}, -- end of [8]

 

 

 

 

Which shows a 100% result. However, no new entry for "mission 8" in the lua file.

When I wanted to continue the campaign, it will come up with mission 7 again. That happened before the latest update though, using DCS 2.5.5.38040

Link to comment
Share on other sites

I simply addded

 

 

[9] =

{

["mission"] = "WORLDS APART Mission 8.miz",

}, -- end of [9]

 

 

below the --end of [8] in the logbook.lua (located in %username%\saved games\DCS.openbeta\MissionEditor) to continue the campaign.

 

 

However, as mentioned above - it is an issue.

Link to comment
Share on other sites

I did some testing today. It appears that the latest DCS updates solved the problem on my side (can't say it for sure yet, because I replaced mission 7 with an "empty" mission which simply gave 100 points to not have to re-fly it). However, the campaign created the "mission 8" entry in the logbook.lua after the DCS update.

 

 

I'll report back if it will progress to 10 once I finished mission 9.

Before the DCS update, the campaign also didn't progress from 8 to 9.

 

 

@Icebear: which DCS version do you currently use? Mine is now 2.5.5.38140 (current Open Beta)

Link to comment
Share on other sites

Unfortunately I did not have the time to fly in the last days. But I allways use the current open beta version.

 

:helpsmilie: Can you check your Logbook.LUA, please.

 

The last entry should be

 

 

[9] =

{

["stage"] = 9,

["mission"] = "WORLDS APART Mission 8.miz",

}, -- end of [9]

}, -- end of ["history"]

Always happy landings ;)

Link to comment
Share on other sites

No, there isn´t this entry.

The entries are not in the right order anyway

 

This is my complete entry in the logbook für this campaign:

 

[8] =

{

["created"] = "Tue Oct 8 11:11:52 2019",

["player"] = "Neuer Pilot",

["campaign"] = "./Mods/campaigns/UH-1H Worlds Apart Spring 2025/WORLDS_APART_Spring_2025.cmp",

["status"] = "Aktiv",

["history"] =

{

[6] =

{

["datetime"] = "Wed Oct 16 13:43:22 2019",

["agKills"] = 13,

["aaKills"] = 0,

["stage"] = 6,

["deathsCount"] = 0,

["result"] = 100,

["mission"] = "WORLDS APART Mission 5-2.miz",

}, -- end of [6]

[2] =

{

["datetime"] = "Sun Oct 13 00:44:07 2019",

["agKills"] = 0,

["aaKills"] = 0,

["stage"] = 2,

["deathsCount"] = 0,

["result"] = 100,

["mission"] = "WORLDS APART Mission 2.miz",

}, -- end of [2]

[8] =

{

["datetime"] = "Mon Oct 21 23:52:16 2019",

["agKills"] = 17,

["aaKills"] = 0,

["stage"] = 8,

["deathsCount"] = 0,

["result"] = 100,

["mission"] = "WORLDS APART Mission 7.miz",

}, -- end of [8]

[3] =

{

["datetime"] = "Mon Oct 14 11:26:30 2019",

["agKills"] = 12,

["aaKills"] = 0,

["stage"] = 3,

["deathsCount"] = 0,

["result"] = 100,

["mission"] = "WORLDS APART Mission 3.miz",

}, -- end of [3]

[1] =

{

["datetime"] = "Tue Oct 8 12:07:56 2019",

["agKills"] = 9,

["aaKills"] = 0,

["result"] = 90,

["deathsCount"] = 0,

["stage"] = 1,

["mission"] = "WORLDS APART Mission 1.miz",

}, -- end of [1]

[4] =

{

["datetime"] = "Mon Oct 14 12:50:03 2019",

["agKills"] = 0,

["aaKills"] = 0,

["stage"] = 4,

["deathsCount"] = 0,

["result"] = 100,

["mission"] = "WORLDS APART Mission 4.miz",

}, -- end of [4]

[5] =

{

["datetime"] = "Tue Oct 15 13:44:15 2019",

["agKills"] = 0,

["aaKills"] = 1,

["result"] = 100,

["deathsCount"] = 0,

["stage"] = 5,

["mission"] = "WORLDS APART Mission 5-1.miz",

}, -- end of [5]

[7] =

{

["datetime"] = "Fri Oct 18 01:08:47 2019",

["agKills"] = 0,

["aaKills"] = 0,

["result"] = 100,

["deathsCount"] = 0,

["stage"] = 7,

["mission"] = "WORLDS APART Mission 6.miz",

}, -- end of [7]

}, -- end of ["history"]

}, -- end of [8]

Link to comment
Share on other sites

Now i´ve added your lines to the logbook:

 

[9] =

{

["mission"] = "WORLDS APART Mission 8.miz",

}, -- end of [9]

 

 

And could fly Mission 8. Now me logbook looks like this:

 

[8] =

{

["created"] = "Tue Oct 8 11:11:52 2019",

["player"] = "Neuer Pilot",

["campaign"] = "./Mods/campaigns/UH-1H Worlds Apart Spring 2025/WORLDS_APART_Spring_2025.cmp",

["status"] = "Aktiv",

["history"] =

{

[7] =

{

["datetime"] = "Fri Oct 18 01:08:47 2019",

["agKills"] = 0,

["aaKills"] = 0,

["stage"] = 7,

["deathsCount"] = 0,

["result"] = 100,

["mission"] = "WORLDS APART Mission 6.miz",

}, -- end of [7]

[1] =

{

["datetime"] = "Tue Oct 8 12:07:56 2019",

["agKills"] = 9,

["aaKills"] = 0,

["stage"] = 1,

["deathsCount"] = 0,

["result"] = 90,

["mission"] = "WORLDS APART Mission 1.miz",

}, -- end of [1]

[2] =

{

["datetime"] = "Sun Oct 13 00:44:07 2019",

["agKills"] = 0,

["aaKills"] = 0,

["result"] = 100,

["deathsCount"] = 0,

["stage"] = 2,

["mission"] = "WORLDS APART Mission 2.miz",

}, -- end of [2]

[4] =

{

["datetime"] = "Mon Oct 14 12:50:03 2019",

["agKills"] = 0,

["aaKills"] = 0,

["result"] = 100,

["deathsCount"] = 0,

["stage"] = 4,

["mission"] = "WORLDS APART Mission 4.miz",

}, -- end of [4]

[8] =

{

["datetime"] = "Mon Oct 21 23:52:16 2019",

["agKills"] = 17,

["aaKills"] = 0,

["result"] = 100,

["deathsCount"] = 0,

["stage"] = 8,

["mission"] = "WORLDS APART Mission 7.miz",

}, -- end of [8]

[9] =

{

["datetime"] = "Mon Oct 28 12:34:42 2019",

["agKills"] = 0,

["aaKills"] = 0,

["deathsCount"] = 0,

["result"] = 100,

["mission"] = "WORLDS APART Mission 8.miz",

}, -- end of [9]

[5] =

{

["datetime"] = "Tue Oct 15 13:44:15 2019",

["agKills"] = 0,

["aaKills"] = 1,

["stage"] = 5,

["deathsCount"] = 0,

["result"] = 100,

["mission"] = "WORLDS APART Mission 5-1.miz",

}, -- end of [5]

[3] =

{

["datetime"] = "Mon Oct 14 11:26:30 2019",

["agKills"] = 12,

["aaKills"] = 0,

["result"] = 100,

["deathsCount"] = 0,

["stage"] = 3,

["mission"] = "WORLDS APART Mission 3.miz",

}, -- end of [3]

[6] =

{

["datetime"] = "Wed Oct 16 13:43:22 2019",

["agKills"] = 13,

["aaKills"] = 0,

["result"] = 100,

["deathsCount"] = 0,

["stage"] = 6,

["mission"] = "WORLDS APART Mission 5-2.miz",

}, -- end of [6]

}, -- end of ["history"]

}, -- end of [8]

Link to comment
Share on other sites

Now I am stuck to mission 8 :doh:

 

First of all, I have no idea about programming in Lua or any other computer language.

The issue is reported to ED and these cmd file issues are up to them.

But anyway we try to help as much as we can.

 

I do not understand why there is no order in the logbook.lua and stages and missions are mixed entry.

 

So everything I say now is based on hope and not on knowledge.

 

During searching and testing, we are successful but we do not know why :music_whistling:

But if you like you may try it.

 

There is a WORLDS_APART_Spring_2025.cmp file in the campaign folder. Rename it **_old

and copy the attached new one into the folder.

 

correct your logbook.lua and restart DCS.

 

It doesn't work at the first try, so try a manual update or repair of DCSbeta.

As I am sad, not sure if it works for you as well.

 

It sounds strange, but it will be necessary to delete the new file and use the old again because of all the mission paths in the new ones not correct. But something is going on in DCS I do not understand.


Edited by CHPL

Always happy landings ;)

Link to comment
Share on other sites

We gated a reply from ED according to that issue and changed the specific miz files, all ready for the next official update. :thumbup:

 

If you don't like to wait, you may try to fix it by yourself.

It`s up to you and at your responsibility, so take the usual precautions; copy and safe files bevor changing them. :music_whistling:

 

Download the attache HOTFIX description

 

We hope this solves the problem and apologize for the inconvenience and possible frustration about this issue. :cry:

 

 

AVP&IT and Low-Level-Heaven

HOTFIX Campaign progress issue.pdf

Always happy landings ;)

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...