spikenet Posted December 13, 2011 Posted December 13, 2011 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
Mustur Posted December 14, 2011 Posted December 14, 2011 (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 December 14, 2011 by Mustur [sIGPIC][/sIGPIC]
spikenet Posted December 14, 2011 Author Posted December 14, 2011 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.
Recommended Posts