bunraku Posted March 13, 2016 Posted March 13, 2016 Hi Just did the Maple Flag Advanced Mission 6 and landed and was told once I shut down the bird I'd get my score, but nothing. How exactly do I move my campaign on to the next mission. I keep sending these to MF when I have had a bug, but don't want to keep bothering them. I know it's to do with changing stage on the logbook, but not sure which ones I change. So I have included my log. Can someone change to mission 7 and email to davemcqueen70@gmail.com please, but also tell me exactly what they changed for future reference? Thankslogbook.lua
Sabre-TLA Posted March 14, 2016 Posted March 14, 2016 You can manually set the campaign stage in your logbook file. If you don't have it, download and install Notepad++. This editor allows for proper editing of lua files. Make a backup copy before you do any manual editing just in case. To change the campaign stage look for a file called: <Drive>:\Users\<your userid>\Saved Games\DCS\MissionEditor\logbook.lua You can change the stage here: ["games"] = { [1] = <--- This is the campaign number in your set { ["created"] = "01/03/16 21:50:09", ["player"] = "Player Name", ["campaign"] = ".\\Mods\\aircraft\\A-10C\\Missions\\en\\Campaigns/A-10C - Basic Flight Training Qualification.cmp", <--- This is the campaign name ["status"] = "Active", ["history"] = { [1] = <--- This is the number of the first mission in the campaign and below is it's result { ["datetime"] = "01/03/16 21:52:16", ["agKills"] = 0, ["aaKills"] = 0, ["stage"] = 1, ["deathsCount"] = 0, ["result"] = 100, ["mission"] = "A-10C - BFT Arrival.miz", }, -- end of [1] [2] = <--- Look for the highest number in the set - this will be the next mission to launch { ["stage"] = 13, <--- Change the stage to 1 more than the BFT mission number ["mission"] = "A-10C - BFT12 Low Level Flight Plan.miz", <--- Change the name of the mission }, -- end of [2] }, -- end of ["history"] }, -- end of [1] }, -- end of ["games"] Reply if you continue to have problems. MapleFlagMissions - Read Our Blog for Updates
bunraku Posted March 14, 2016 Author Posted March 14, 2016 Thanks Sabre. I didn't want to keep bothering you guys.
Recommended Posts