Skip to content

Commit

Permalink
Bugfix update for KPS 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zajc3w committed Aug 7, 2017
1 parent 528a146 commit 3861f60
Show file tree
Hide file tree
Showing 39 changed files with 47,085 additions and 77 deletions.
3 changes: 3 additions & 0 deletions GameData/whitecatindustries/SCS/Changelog.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Version 1.0.1

Fixed accidental cycle clearing
Binary file added GameData/whitecatindustries/SCS/Icons/Icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions GameData/whitecatindustries/SCS/Plugins/PluginData/Data.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
CYCLE
{
Persistence = PretendSaveThatDoesntExist
Name = WhitecatDummy
Id = 0
CurrentCycle = False
}
Binary file added GameData/whitecatindustries/SCS/SCS.dll
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions GameData/whitecatindustries/orbital decay/License.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@

Whitecat Industries OrbitalDecay for Kerbal Space Program.

Written by Whitecat106 (Marcus Hehir).

Kerbal Space Program is Copyright (C) 2013 Squad. See http://kerbalspaceprogram.com/. This
project is in no way associated with nor endorsed by Squad.

This code is licensed under the Attribution-NonCommercial-ShareAlike 3.0 (CC BY-NC-SA 3.0)
creative commons license. See <http://creativecommons.org/licenses/by-nc-sa/3.0/legalcode>
for full details.

Attribution � You are free to modify this code, so long as you mention that the resulting
work is based upon or adapted from this code.
*
Non-commercial - You may not use this work for commercial purposes.

Share Alike � If you alter, transform, or build upon this work, you may distribute the
resulting work only under the same or similar license to the CC BY-NC-SA 3.0 license.

Note that Whitecat Industries is a ficticious entity created for entertainment purposes.
It is in no way meant to represent a real entity. Any similarity to a real entity
is purely coincidental.


7 changes: 7 additions & 0 deletions GameData/whitecatindustries/orbital decay/OrbitalDecay.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
@PART[*]:HAS[@MODULE[ModuleCommand]]
{
MODULE
{
name = ModuleOrbitalDecay
}
}
Binary file not shown.
18 changes: 18 additions & 0 deletions GameData/whitecatindustries/orbital decay/ReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Orbital Decay Full Release

***Version 1.5.0

Features:

- Overhauled Resource & Station Keeping System - Thanks zajc3w!
- Added decay rate breakdown UI
- Added Mascon perturbation
- Added Yarkovsky effect perturbation
- Added engine ignited requirements for Station Keeping
- Removed global resource
- Adjusted atmosphere warnings
- Fixed EVA warping and rendezvous issues
- Fixed a multitude of NaNs and exceptions
- Added QuickLoad / QuickSave handling
- Began Wiki creation
- Fixed multiple bugs and added other minor requests
Original file line number Diff line number Diff line change
@@ -0,0 +1,317 @@
GRAVITYMAP
{
body = Earth
alternate = False
meanG = 1.0
meanGal = 980.665
minGal = 980.585
maxGal = 980.745
minASL = -10994
maxASL = 8848

MASCON
{
id = 0
centreGal = 0.04
centreLat = -25.196991
centreLong = -70.875002
radiusm = 2500000
diamdeg = 25
}

MASCON
{
id = 1
centreGal = 0.06
centreLat = -47.445921
centreLong = 42.679685
radiusm = 2413504
diamdeg = 32
}

MASCON
{
id = 2
centreGal = 0.075
centreLat = 56.032771
centreLong = -20.953127
radiusm = 2442528
diamdeg = 36
}

MASCON
{
id = 3
centreGal = 0.085
centreLat = 7.815495
centreLong = 77.132810
radiusm = 2647008
diamdeg = 24
}

MASCON
{
id = 4
centreGal = 0.094
centreLat = -0.597644
centreLong = 141.468748
radiusm = 4118653.52
diamdeg = 37
}
}

GRAVITYMAP
{
body = Moon
alternate = False
meanG = 0.166
meanGal = 162.79039
minGal = 162.34000
maxGal = 163.24000
minASL = -9000
maxASL = 10786

MASCON
{
id = 0
centreGal = 0.45
centreLat = 27
centreLong = 17
radiusm =
diamdeg = 20
}
MASCON
{
id = 1
centreGal = 0.42
centreLat = -15
centreLong = 30
radiusm =
diamdeg = 10
}
MASCON
{
id = 2
centreGal = 0.40
centreLat = 17
centreLong = 58
radiusm =
diamdeg = 16
}
MASCON
{
id = 3
centreGal = -0.25
centreLat = 50
centreLong = 80
radiusm =
diamdeg = 35
}
MASCON
{
id = 4
centreGal = -0.2
centreLat = -60
centreLong = -150
radiusm =
diamdeg = 45
}
MASCON
{
id = 5
centreGal = 0.25
centreLat = 0
centreLong = -160
radiusm =
diamdeg = 60
}
MASCON
{
id = 6
centreGal = 0.39
centreLat = 40
centreLong = -30
radiusm =
diamdeg = 25
}
}

GRAVITYMAP
{
body = Kerbin
alternate = False
meanG = 1.0
meanGal = 980.665
minGal = 980.585
maxGal = 980.745
minASL = -10994
maxASL = 8848

MASCON
{
id = 0
centreGal = 0.04
centreLat = -25.196991
centreLong = -70.875002
radiusm = 2500000
diamdeg = 25
}

MASCON
{
id = 1
centreGal = 0.06
centreLat = -47.445921
centreLong = 42.679685
radiusm = 2413504
diamdeg = 32
}

MASCON
{
id = 2
centreGal = 0.075
centreLat = 56.032771
centreLong = -20.953127
radiusm = 2442528
diamdeg = 36
}

MASCON
{
id = 3
centreGal = -0.085
centreLat = 7.815495
centreLong = 77.132810
radiusm = 2647008
diamdeg = 24
}

MASCON
{
id = 4
centreGal = 0.094
centreLat = -0.597644
centreLong = 141.468748
radiusm = 4118653.52
diamdeg = 37
}
}

GRAVITYMAP
{
body = Mun
alternate = False
meanG = 0.166
meanGal = 162.79039
minGal = 162.34000
maxGal = 163.24000
minASL = -9000
maxASL = 10786

MASCON
{
id = 0
centreGal = 0.45
centreLat = 27
centreLong = 17
radiusm =
diamdeg = 20
}
MASCON
{
id = 1
centreGal = 0.42
centreLat = -15
centreLong = 30
radiusm =
diamdeg = 10
}
MASCON
{
id = 2
centreGal = 0.40
centreLat = 17
centreLong = 58
radiusm =
diamdeg = 16
}
MASCON
{
id = 3
centreGal = -0.25
centreLat = 50
centreLong = 80
radiusm =
diamdeg = 35
}
MASCON
{
id = 4
centreGal = -0.2
centreLat = -60
centreLong = -150
radiusm =
diamdeg = 45
}
MASCON
{
id = 5
centreGal = 0.25
centreLat = 0
centreLong = -160
radiusm =
diamdeg = 60
}
MASCON
{
id = 6
centreGal = 0.39
centreLat = 40
centreLong = -30
radiusm =
diamdeg = 25
}
}

GRAVITYMAP
{
body = Minmus
alternate = True
}

GRAVITYMAP
{
body = Eve
alternate = True
}

GRAVITYMAP
{
body = Venus
alternate = True
}

GRAVITYMAP
{
body = Duna
alternate = True
}

GRAVITYMAP
{
body = Mars
alternate = True
}

GRAVITYMAP
{
body = Moho
alternate = True
}

GRAVITYMAP
{
body = Mercury
alternate = True
}
Loading

0 comments on commit 3861f60

Please sign in to comment.