Jump to content

Recommended Posts

Posted (edited)

I need some help in understanding the Maple Flag, BFT Qualification missions for the F15. Several times I have come back, after a day or so, to the campaign only to be placed in missions I have already successfully completed. This last time, after about a week of not playing, I was sent back to the very beginning. Does this campaign require one to do all training missions in one sitting? Can one select a mission out of order and do just that mission?

Edited by williehayesjr
Posted
I need some help in understanding the Maple Flag, BFT Qualification missions for the F15. Several times I have come back, after a day or so, to the campaign only to be placed in missions I have already successfully completed. This last time, after about a week of not playing, I was sent back to the very beginning. Does this campaign require one to do all training missions in one sitting? Can one select a mission out of order and do just that mission?

 

This was replied in another thread but here was our response.

 

I've never heard of that. It sounds like your logbook is getting reset. You can play the missions individually by selecting the Mission Menu item and then changing the directory to the Campaign directory. All the campaign missions should be listed and you can play them as a single mission (no campaign progression however).

 

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 (this example is for the A-10C but the F-15C would be similar):

 

["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.

F-15C-User-Bar-ACM.v2.jpg

MapleFlagMissions - Read Our Blog for Updates

  • Recently Browsing   0 members

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