Skip to content

Commit

Permalink
Updated GameData and fixed spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
HappyFaceIndustries committed Nov 16, 2015
1 parent e2ae3c5 commit d423b3d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 27 deletions.
5 changes: 2 additions & 3 deletions BetterTimeWarp/BetterTimeWarp.userprefs
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
<Properties StartupItem="BetterTimeWarp.csproj">
<Properties StartupItem="BetterTimeWarp.csproj" GitUserInfo="UsingGIT">
<MonoDevelop.Ide.Workspace ActiveConfiguration="Debug" />
<MonoDevelop.Ide.Workbench ActiveDocument="BetterTimeWarp.cs">
<Files>
<File FileName="BetterTimeWarp.cs" Line="21" Column="21" />
<File FileName="Initialization.cs" Line="1" Column="1" />
<File FileName="BetterTimeWarp.cs" Line="50" Column="50" />
<File FileName="TimeWarpRates.cs" Line="1" Column="1" />
</Files>
</MonoDevelop.Ide.Workbench>
Expand Down
2 changes: 1 addition & 1 deletion BetterTimeWarp/Initialization.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public void Start()
return;
}
//save the settings, so if they have been regenerated, it exsists and wont cause errors
BetterTimeWarp.SettingsNode.Save (KSPUtil.ApplicationRootPath + "GameData/BetterTimeWarp/settings.dat");
BetterTimeWarp.SettingsNode.Save (KSPUtil.ApplicationRootPath + "GameData/BetterTimeWarp/Settings.dat");

//subscribe to the events so that the settings save and the UI can hide/show
GameEvents.onGameStateSaved.Add (SaveSettings);
Expand Down
Binary file modified GameData/BetterTimeWarp/BetterTimeWarp.dll
Binary file not shown.
24 changes: 1 addition & 23 deletions GameData/BetterTimeWarp/Settings.dat
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
// BetterTimeWarp: Automatically saved at date 8/5/2015 1:04:05 AM

enabled = true
BetterTimeWarp
{
ScaleCameraSpeed = True
UseLosslessPhysics = False
LosslessUpperThreshold = 2
CurrentTimeWarp = Orbital Warping
CurrentTimeWarp = Standard Warp
CurrentPhysWarp = Standard Physics Warp
CustomWarpRate
{
Expand All @@ -21,31 +19,11 @@ BetterTimeWarp
physics = False
}
CustomWarpRate
{
name = Super Physics Warp
warpRate1 = 5
warpRate2 = 33
warpRate3 = 100
physics = True
}
CustomWarpRate
{
name = Slow-Mo
warpRate1 = 0.5
warpRate2 = 0.25
warpRate3 = 0.1
physics = True
}
CustomWarpRate
{
name = Orbital Warping
warpRate1 = 5
warpRate2 = 10
warpRate3 = 50
warpRate4 = 100
warpRate5 = 500
warpRate6 = 1000
warpRate7 = 10000
physics = False
}
}

0 comments on commit d423b3d

Please sign in to comment.