Skip to content

Commit

Permalink
Moved config files
Browse files Browse the repository at this point in the history
- ModuleManager 2.5.3 compatibility change: Moved difficulty and
settings related files to DeadlyReentry/Plugins/PluginData (Easy.cfg,
Default.cfg, Hard.cfg and Custom.cfg)
  • Loading branch information
Starwaster committed Dec 14, 2014
1 parent 002583c commit dc6138c
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion Source/DeadlyReentry.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1523,7 +1523,7 @@ public static void SaveCustomSettings()
}
}
}
savenode.Save (KSPUtil.ApplicationRootPath.Replace ("\\", "/") + "GameData/DeadlyReentry/custom.cfg");
savenode.Save (KSPUtil.ApplicationRootPath.Replace ("\\", "/") + "GameData/DeadlyReentry/Plugins/PluginData/custom.cfg");
}
}
}
2 changes: 1 addition & 1 deletion Source/DeadlyReentry.userprefs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<MonoDevelop.Ide.Workspace ActiveConfiguration="Release" />
<MonoDevelop.Ide.Workbench ActiveDocument="DeadlyReentry.cs">
<Files>
<File FileName="DeadlyReentry.cs" Line="1175" Column="5" />
<File FileName="DeadlyReentry.cs" Line="1526" Column="121" />
</Files>
<Pads>
<Pad Id="ProjectPad">
Expand Down

0 comments on commit dc6138c

Please sign in to comment.