Trankiller Posted July 29, 2024 Posted July 29, 2024 After finishing mission 3 as you can see i come back to the campaign i am still on mission 3
Solution Trankiller Posted July 29, 2024 Author Solution Posted July 29, 2024 (edited) In logbook.lua, we have : [5] = { ["created"] = "Wed Jul 17 18:47:32 2024", ["player"] = "Veteran", ["campaign"] = "./Mods/campaigns/AH-64D The Four Horsemen/The Four Horsemen.cmp", ["status"] = "Actife", ["history"] = { [1] = { ["datetime"] = "Wed Jul 17 19:36:35 2024", ["aaKills"] = 0, ["agKills"] = 21, ["result"] = 100, ["deathsCount"] = 0, ["stage"] = 1, ["mission"] = "TFH M1.miz", }, -- end of [1] [2] = { ["datetime"] = "Wed Jul 17 19:36:35 2024", ["aaKills"] = 0, ["agKills"] = 21, ["result"] = 200, ["deathsCount"] = 0, ["stage"] = 1, ["mission"] = "TFH M2.miz", }, -- end of [2] [4] = { ["stage"] = 3, ["mission"] = "TFH M3.miz", }, -- end of [4] [3] = { ["datetime"] = "Fri Jul 26 10:45:12 2024", ["aaKills"] = 0, ["agKills"] = 25, ["stage"] = 2, ["deathsCount"] = 0, ["result"] = 100, ["mission"] = "TFH M3.miz", }, -- end of [3] }, -- end of ["history"] I change the ["mission"] value to "TFH M4.miz" : [5] = { ["created"] = "Wed Jul 17 18:47:32 2024", ["player"] = "Veteran", ["campaign"] = "./Mods/campaigns/AH-64D The Four Horsemen/The Four Horsemen.cmp", ["status"] = "Actife", ["history"] = { [1] = { ["datetime"] = "Wed Jul 17 19:36:35 2024", ["aaKills"] = 0, ["agKills"] = 21, ["result"] = 100, ["deathsCount"] = 0, ["stage"] = 1, ["mission"] = "TFH M1.miz", }, -- end of [1] [2] = { ["datetime"] = "Wed Jul 17 19:36:35 2024", ["aaKills"] = 0, ["agKills"] = 21, ["result"] = 200, ["deathsCount"] = 0, ["stage"] = 1, ["mission"] = "TFH M2.miz", }, -- end of [2] [4] = { ["stage"] = 3, ["mission"] = "TFH M4.miz", }, -- end of [4] [3] = { ["datetime"] = "Fri Jul 26 10:45:12 2024", ["aaKills"] = 0, ["agKills"] = 25, ["stage"] = 2, ["deathsCount"] = 0, ["result"] = 100, ["mission"] = "TFH M3.miz", }, -- end of [3] }, -- end of ["history"] Edited July 29, 2024 by Trankiller
Florence201 Posted July 29, 2024 Posted July 29, 2024 As previous written, logbook issues are known by ED and hopefully being fixed in the next update. 1 [sIGPIC][/sIGPIC]
Recommended Posts