Skip to content

Commit

Permalink
Kopernicus 1.3.1-3 - "I AM FREEE (Exams are over) Edition"
Browse files Browse the repository at this point in the history
  • Loading branch information
qboid-bot committed Nov 30, 2017
1 parent eea5a99 commit 975c178
Show file tree
Hide file tree
Showing 12 changed files with 10 additions and 8 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
Kopernicus
==============================
October 07, 2017
November 30, 2017
* Created by: BryceSchroeder and Teknoman117 (aka. Nathaniel R. Lewis)
* Maintained by: Thomas P., NathanKell and KillAshley
* Additional Content by: Gravitasi, aftokino, KCreator, Padishar, Kragrathea, OvenProofMars, zengei, MrHappyFace, Sigma88, Majiir (CompatibilityChecker)
* Much thanks to Sarbian for ModuleManager and ModularFlightIntegrator

New in this version (1.3.1-2)
New in this version (1.3.1-3)
-------------------
- Fixed issues caused by different lensflare handling on KSP's side
- Kopernicus now tracks vessel orbits using a custom identifier (for example a GUID) instead of the FGI. The identifier is loaded from the "identifier" option in the Body node. If no identifier is specified, the body name is used. This should make it possible to install or remove planet packs mid-game without messing up all of the orbits. **Make a backup of your save before installing this version!**
- Fixed IntensityCurve and IVAIntensityCurve. Their values were never used.

Note - reparenting Kerbin or the Sun can cause the sky to be incorrect in the space center view. It is, however, correct in the flight view and the flight map view.

Expand Down
Binary file not shown.
Binary file modified build/GameData/Kopernicus/Plugins/Kopernicus.Components.dll
Binary file not shown.
Binary file modified build/GameData/Kopernicus/Plugins/Kopernicus.OnDemand.dll
Binary file not shown.
Binary file modified build/GameData/Kopernicus/Plugins/Kopernicus.Parser.dll
Binary file not shown.
Binary file modified build/GameData/Kopernicus/Plugins/Kopernicus.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion build/GameData/Kopernicus/Plugins/Kopernicus.version
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"MAJOR": 1,
"MINOR": 3,
"PATCH": 1,
"BUILD": 2
"BUILD": 3
},
"KSP_VERSION":
{
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
7 changes: 4 additions & 3 deletions build/Readme.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
Kopernicus
==============================
October 07, 2017
November 30, 2017
* Created by: BryceSchroeder and Teknoman117 (aka. Nathaniel R. Lewis)
* Maintained by: Thomas P., NathanKell and KillAshley
* Additional Content by: Gravitasi, aftokino, KCreator, Padishar, Kragrathea, OvenProofMars, zengei, MrHappyFace, Sigma88, Majiir (CompatibilityChecker)
* Much thanks to Sarbian for ModuleManager and ModularFlightIntegrator

New in this version (1.3.1-2)
New in this version (1.3.1-3)
-------------------
- Fixed issues caused by different lensflare handling on KSP's side
- Kopernicus now tracks vessel orbits using a custom identifier (for example a GUID) instead of the FGI. The identifier is loaded from the "identifier" option in the Body node. If no identifier is specified, the body name is used. This should make it possible to install or remove planet packs mid-game without messing up all of the orbits. **Make a backup of your save before installing this version!**
- Fixed IntensityCurve and IVAIntensityCurve. Their values were never used.

Note - reparenting Kerbin or the Sun can cause the sky to be incorrect in the space center view. It is, however, correct in the flight view and the flight map view.

Expand Down
2 changes: 1 addition & 1 deletion src/Kopernicus/Constants/CompatibilityChecker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public class CompatibilityChecker : MonoBehaviour
internal const Int32 version_major = 1;
internal const Int32 version_minor = 3;
internal const Int32 Revision = 1;
internal const Int32 Kopernicus = 2;
internal const Int32 Kopernicus = 3;

public static Boolean IsCompatible()
{
Expand Down

0 comments on commit 975c178

Please sign in to comment.