Jump to content

Completed M08, Continues from M02


Recommended Posts

Hello all,

 

 

I have finished M08 just now, but when I go to continue the next mission is M02. I have edited the logbook entry to start the next on M09 but no luck, as DCS keeps amending the logbook back to M02.......

 

 

I have included the logbook lua below incase anyone can help. Its lifted right from the .lua and yes I know that entry [10] says M02.

 

 

                [9] = 
               {
                   ["created"] = "Mon Aug 24 19:32:19 2020",
                   ["player"] = "Dave",
                   ["campaign"] = "./Mods/campaigns/FA-18C Raven One/Raven One.cmp",
                   ["status"] = "Active",
                   ["history"] = 
                   {
                       [7] = 
                       {
                           ["datetime"] = "Mon Sep 21 20:22:25 2020",
                           ["agKills"] = 0,
                           ["aaKills"] = 0,
                           ["stage"] = 6,
                           ["deathsCount"] = 0,
                           ["result"] = 100,
                           ["mission"] = "R1 M06.miz",
                       }, -- end of [7]
                       [1] = 
                       {
                           ["datetime"] = "Mon Aug 24 20:35:19 2020",
                           ["agKills"] = 0,
                           ["aaKills"] = 0,
                           ["stage"] = 1,
                           ["deathsCount"] = 0,
                           ["result"] = 70,
                           ["mission"] = "R1 M01.miz",
                       }, -- end of [1]
                       [2] = 
                       {
                           ["datetime"] = "Mon Aug 24 21:46:59 2020",
                           ["agKills"] = 0,
                           ["aaKills"] = 0,
                           ["stage"] = 2,
                           ["deathsCount"] = 0,
                           ["result"] = 50,
                           ["mission"] = "R1 M02.miz",
                       }, -- end of [2]
                       [4] = 
                       {
                           ["datetime"] = "Tue Sep  1 21:50:10 2020",
                           ["agKills"] = 0,
                           ["aaKills"] = 0,
                           ["result"] = 90,
                           ["deathsCount"] = 0,
                           ["stage"] = 3,
                           ["mission"] = "R1 M03.miz",
                       }, -- end of [4]
                       [8] = 
                       {
                           ["datetime"] = "Mon Sep 28 20:01:47 2020",
                           ["agKills"] = 0,
                           ["aaKills"] = 0,
                           ["stage"] = 2,
                           ["deathsCount"] = 0,
                           ["result"] = 100,
                           ["mission"] = "R1 M07.miz",
                       }, -- end of [8]
                       [9] = 
                       {
                           ["datetime"] = "Mon Sep 28 21:25:38 2020",
                           ["agKills"] = 0,
                           ["aaKills"] = 0,
                           ["result"] = 100,
                           ["deathsCount"] = 0,
                           ["stage"] = 1,
                           ["mission"] = "R1 M08.miz",
                       }, -- end of [9]
                       [5] = 
                       {
                           ["datetime"] = "Mon Sep  7 21:00:13 2020",
                           ["agKills"] = 0,
                           ["aaKills"] = 0,
                           ["stage"] = 4,
                           ["deathsCount"] = 0,
                           ["result"] = 100,
                           ["mission"] = "R1 M04.miz",
                       }, -- end of [5]
                       [10] = 
                       {
                           ["stage"] = 2,
                           ["mission"] = "R1 M02.miz",
                       }, -- end of [10]
                       [3] = 
                       {
                           ["datetime"] = "Thu Aug 27 21:01:47 2020",
                           ["agKills"] = 0,
                           ["aaKills"] = 0,
                           ["stage"] = 2,
                           ["deathsCount"] = 0,
                           ["result"] = 80,
                           ["mission"] = "R1 M02.miz",
                       }, -- end of [3]
                       [6] = 
                       {
                           ["datetime"] = "Thu Sep 10 20:33:51 2020",
                           ["agKills"] = 0,
                           ["aaKills"] = 0,
                           ["result"] = 100,
                           ["deathsCount"] = 0,
                           ["stage"] = 5,
                           ["mission"] = "R1 M05.miz",
                       }, -- end of [6]
                   }, -- end of ["history"]
               }, -- end of [9]

Link to comment
Share on other sites

Try this, see if it works. Mission 8 had stage set to 1 and mission 7 set to 2 for some reason.

 

                [9] = 
               {
                   ["created"] = "Mon Aug 24 19:32:19 2020",
                   ["player"] = "Dave",
                   ["campaign"] = "./Mods/campaigns/FA-18C Raven One/Raven One.cmp",
                   ["status"] = "Active",
                   ["history"] = 
                   {
                       [7] = 
                       {
                           ["datetime"] = "Mon Sep 21 20:22:25 2020",
                           ["agKills"] = 0,
                           ["aaKills"] = 0,
                           ["stage"] = 6,
                           ["deathsCount"] = 0,
                           ["result"] = 100,
                           ["mission"] = "R1 M06.miz",
                       }, -- end of [7]
                       [1] = 
                       {
                           ["datetime"] = "Mon Aug 24 20:35:19 2020",
                           ["agKills"] = 0,
                           ["aaKills"] = 0,
                           ["stage"] = 1,
                           ["deathsCount"] = 0,
                           ["result"] = 70,
                           ["mission"] = "R1 M01.miz",
                       }, -- end of [1]
                       [2] = 
                       {
                           ["datetime"] = "Mon Aug 24 21:46:59 2020",
                           ["agKills"] = 0,
                           ["aaKills"] = 0,
                           ["stage"] = 2,
                           ["deathsCount"] = 0,
                           ["result"] = 50,
                           ["mission"] = "R1 M02.miz",
                       }, -- end of [2]
                       [4] = 
                       {
                           ["datetime"] = "Tue Sep  1 21:50:10 2020",
                           ["agKills"] = 0,
                           ["aaKills"] = 0,
                           ["result"] = 90,
                           ["deathsCount"] = 0,
                           ["stage"] = 3,
                           ["mission"] = "R1 M03.miz",
                       }, -- end of [4]
                       [8] = 
                       {
                           ["datetime"] = "Mon Sep 28 20:01:47 2020",
                           ["agKills"] = 0,
                           ["aaKills"] = 0,
                           ["stage"] = 7,
                           ["deathsCount"] = 0,
                           ["result"] = 100,
                           ["mission"] = "R1 M07.miz",
                       }, -- end of [8]
                       [9] = 
                       {
                           ["datetime"] = "Mon Sep 28 21:25:38 2020",
                           ["agKills"] = 0,
                           ["aaKills"] = 0,
                           ["result"] = 100,
                           ["deathsCount"] = 0,
                           ["stage"] = 8,
                           ["mission"] = "R1 M08.miz",
                       }, -- end of [9]
                       [5] = 
                       {
                           ["datetime"] = "Mon Sep  7 21:00:13 2020",
                           ["agKills"] = 0,
                           ["aaKills"] = 0,
                           ["stage"] = 4,
                           ["deathsCount"] = 0,
                           ["result"] = 100,
                           ["mission"] = "R1 M04.miz",
                       }, -- end of [5]
                       [10] = 
                       {
                           ["stage"] = 9,
                           ["mission"] = "R1 M09.miz",
                       }, -- end of [10]
                       [3] = 
                       {
                           ["datetime"] = "Thu Aug 27 21:01:47 2020",
                           ["agKills"] = 0,
                           ["aaKills"] = 0,
                           ["stage"] = 2,
                           ["deathsCount"] = 0,
                           ["result"] = 80,
                           ["mission"] = "R1 M02.miz",
                       }, -- end of [3]
                       [6] = 
                       {
                           ["datetime"] = "Thu Sep 10 20:33:51 2020",
                           ["agKills"] = 0,
                           ["aaKills"] = 0,
                           ["result"] = 100,
                           ["deathsCount"] = 0,
                           ["stage"] = 5,
                           ["mission"] = "R1 M05.miz",
                       }, -- end of [6]
                   }, -- end of ["history"]
               }, -- end of [9]


Edited by ksarkaya
Link to comment
Share on other sites

  • Recently Browsing   0 members

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