Jump to content

Mission 09 success but campaign does not progress


sgilewicz

Recommended Posts

As the title says, I have completed Mission 09 Warmonger successfully but the campaign is stuck and will not progress.  Here is the latest entry from logbook.lua:

                        [45] = 
                        {
                            ["datetime"] = "Thu Mar 17 14:36:18 2022",
                            ["aaKills"] = 0,
                            ["agKills"] = 0,
                            ["stage"] = 10,
                            ["skipped"] = true,
                            ["deathsCount"] = 0,
                            ["result"] = 100,
                            ["mission"] = "CI_09_v2.miz",
                        }, -- end of [45]

 

Any help to move this forward is greatly appreciated.  I have been enjoying this campaign immensely!  Thanks!

Radial Madness

Link to comment
Share on other sites

Well no response for a week and I decided to take matters in my own hands (I must say I am a bit disappointed in the support on this).  In order to get the campaign moving again I created a new entry to the logbook.lua (after backing up the original of course) that looks like this:

                        [46] = 
                        {
                            ["datetime"] = "Mon Mar 21 16:01:49 2022",
                            ["agKills"] = 0,
                            ["aaKills"] = 0,
                            ["result"] = 0,
                            ["deathsCount"] = 0,
                            ["stage"] = 11,
                            ["mission"] = "CI_10_v2.miz",
                        }, -- end of [46]

This enabled the campaign to move on to mission 10 (It shows mission 10 as a failure in the campaign summary screen but now allows it to be the active mission).  For any users that find themselves in a similar situation, I hope this will help you to continue your progression.

Radial Madness

Link to comment
Share on other sites

  • 4 weeks later...
2022/3/25 AM7点16分,sgilewicz说:

Well no response for a week and I decided to take matters in my own hands (I must say I am a bit disappointed in the support on this).  In order to get the campaign moving again I created a new entry to the logbook.lua (after backing up the original of course) that looks like this:

                        [46] = 
                        {
                            ["datetime"] = "Mon Mar 21 16:01:49 2022",
                            ["agKills"] = 0,
                            ["aaKills"] = 0,
                            ["result"] = 0,
                            ["deathsCount"] = 0,
                            ["stage"] = 11,
                            ["mission"] = "CI_10_v2.miz",
                        }, -- end of [46]

This enabled the campaign to move on to mission 10 (It shows mission 10 as a failure in the campaign summary screen but now allows it to be the active mission).  For any users that find themselves in a similar situation, I hope this will help you to continue your progression.

After receiving this message, I'll check the reason carefully. Is there any information about the version of your DCS, especially when there is a problem.

Link to comment
Share on other sites

  • Recently Browsing   0 members

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