Hoggorm Posted April 10, 2016 Posted April 10, 2016 Hi, As the topics sais I installed Win 10 and lost all progress on my Ultimate Argument Campaign... I'm not really that interested in my stats, just to fly through the campaign and all missions. Do I have to start all over again or is it possible to "cheat" somehow and start where I left before the Windows 10 installation? I think I was on mission 8 or 9...
Sabre-TLA Posted April 10, 2016 Posted April 10, 2016 This works for our campaign so it should work for the Ultimate Argument too. 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 the appropriate 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"] MapleFlagMissions - Read Our Blog for Updates
Recommended Posts