Jump to content

Recommended Posts

Posted

Just got my SSD and copied BS2 onto it © from (D).

 

Now when I start BS2 from the SSD drive I loose my campaign status from previous missions, my logbook seems ok!

Starting it from the original place (D) it works fine. Where is this data stored and how can I make it work from the SSD?

 

thanks

Posted (edited)

That's weird, campaign status is stored in the logbook.lua.

 

Location in Win7 is C:\Users\User_Name\Saved Games\DCS BlackShark 2\MissionEditor

Did you reinstall the OS by any chance and put it on the SSD?

 

Here's an example of what your logbook.lua should contain:

 

EDIT: Just noticed this line, campaign = "D, maybe changing this to point to your SSD will fix your problem.

games = 
           {
               [1] = 
               {
                   created = "11/03/11 20:21:23",
                   player = "Petar Mustur",
                   [b][u]campaign = "D:\\Program Files\\Eagle Dynamics\\DCS Black Shark 2\\Missions\\Campaigns\\/Deployment_eng.cmp"[/u][/b],
                   status = "Active",
                   history = 
                   {
                       [6] = 
                       {
                           datetime = "11/05/11 23:16:40",
                           agKills = 15,
                           aaKills = 0,
                           result = 100,
                           deathsCount = 0,
                           stage = 6,
                           mission = "Deployment06_eng.miz",
                       }, -- end of [6]
                       [2] = 
                       {
                           datetime = "11/05/11 16:51:30",
                           agKills = 35,
                           aaKills = 0,
                           stage = 2,
                           deathsCount = 0,
                           result = 100,
                           mission = "Deployment02_eng.miz",
                       }, -- end of [2]
                       [8] = 
                       {
                           stage = 8,
                           mission = "Deployment08_eng.miz",
                       }, -- end of [8]
                       [3] = 
                       {
                           datetime = "11/05/11 18:06:12",
                           agKills = 10,
                           aaKills = 0,
                           stage = 3,
                           deathsCount = 0,
                           result = 100,
                           mission = "Deployment03_eng.miz",
                       }, -- end of [3]
                       [1] = 
                       {
                           datetime = "11/03/11 21:11:47",
                           agKills = 0,
                           aaKills = 0,
                           stage = 1,
                           deathsCount = 0,
                           result = 100,
                           mission = "Deployment01_eng.miz",
                       }, -- end of [1]
                       [4] = 
                       {
                           datetime = "11/05/11 18:31:30",
                           agKills = 0,
                           aaKills = 0,
                           stage = 4,
                           deathsCount = 0,
                           result = 100,
                           mission = "Deployment04_eng.miz",
                       }, -- end of [4]
                       [5] = 
                       {
                           datetime = "11/05/11 19:17:33",
                           agKills = 3,
                           aaKills = 0,
                           result = 100,
                           deathsCount = 0,
                           stage = 5,
                           mission = "Deployment05_eng.miz",
                       }, -- end of [5]
                       [7] = 
                       {
                           datetime = "11/06/11 00:07:06",
                           agKills = 9,
                           aaKills = 0,
                           stage = 7,
                           deathsCount = 0,
                           result = 100,
                           mission = "Deployment07_eng.miz",
                       }, -- end of [7]
                   }, -- end of history
               }, -- end of [1]
           }, -- end of games

Edited by Mustur

[sIGPIC][/sIGPIC]

Posted

EDIT: Just noticed this line, campaign = "D, maybe changing this to point to your SSD will fix your problem.

 

 

great thanks, will look at it tonight.

  • Recently Browsing   0 members

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