forked from Whitecat106/OrbitalDecay
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
39 changed files
with
47,085 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Version 1.0.1 | ||
|
||
Fixed accidental cycle clearing |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
18
GameData/whitecatindustries/orbital decay/ReleaseNotes.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
317 changes: 317 additions & 0 deletions
317
GameData/whitecatindustries/orbital decay/plugins/PluginData/MasConData.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |
Oops, something went wrong.