From 9b5e8ddc796024769889447ace2b705d769d823f Mon Sep 17 00:00:00 2001
From: Clayell <125416952+Clayell@users.noreply.github.com>
Date: Thu, 29 May 2025 20:33:41 -0400
Subject: [PATCH 1/4] Update CelestialBody.cs
---
src/CelestialBody.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/CelestialBody.cs b/src/CelestialBody.cs
index b5d584b..a20dc6f 100644
--- a/src/CelestialBody.cs
+++ b/src/CelestialBody.cs
@@ -58,7 +58,7 @@ public class CelestialBody /*: MonoBehaviour, ITargetable, IDiscoverable*/
public double gMagnitudeAtCenter;
///
/// The gravitational parameter GM is the universal gravitational constant G times the mass M of the body.
- /// In KSP the gravitational constant G is exactly 6.673 m^3 / (kg s^2), and the body mass is measured in
+ /// In KSP the gravitational constant G is exactly 6.673 * 10^-11 m^3 / (kg s^2), and the body mass is measured in
/// kilograms.
///
public double gravParameter;
From cbcc64287921f4523251d7ad42f1a199a2e8dc49 Mon Sep 17 00:00:00 2001
From: Clayell <125416952+Clayell@users.noreply.github.com>
Date: Thu, 29 May 2025 20:34:04 -0400
Subject: [PATCH 2/4] Update Assembly-CSharp.xml
---
Assembly-CSharp.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Assembly-CSharp.xml b/Assembly-CSharp.xml
index f0567ff..d281441 100644
--- a/Assembly-CSharp.xml
+++ b/Assembly-CSharp.xml
@@ -657,7 +657,7 @@
The gravitational parameter GM is the universal gravitational constant G times the mass M of the body.
- In KSP the gravitational constant G is exactly 6.673 m^3 / (kg s^2), and the body mass is measured in
+ In KSP the gravitational constant G is exactly 6.673 * 10^-11 m^3 / (kg s^2), and the body mass is measured in
kilograms.
From 0e48a32f629d8ad5e694c834c923a5ac6eb2e883 Mon Sep 17 00:00:00 2001
From: Clayell <125416952+Clayell@users.noreply.github.com>
Date: Thu, 3 Jul 2025 20:27:52 -0400
Subject: [PATCH 3/4] add correct value
---
src/CelestialBody.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/CelestialBody.cs b/src/CelestialBody.cs
index a20dc6f..b37c2af 100644
--- a/src/CelestialBody.cs
+++ b/src/CelestialBody.cs
@@ -58,7 +58,7 @@ public class CelestialBody /*: MonoBehaviour, ITargetable, IDiscoverable*/
public double gMagnitudeAtCenter;
///
/// The gravitational parameter GM is the universal gravitational constant G times the mass M of the body.
- /// In KSP the gravitational constant G is exactly 6.673 * 10^-11 m^3 / (kg s^2), and the body mass is measured in
+ /// In KSP the gravitational constant G is exactly 6.67408 * 10^-11 m^3 / (kg s^2), and the body mass is measured in
/// kilograms.
///
public double gravParameter;
From ed3a4952c0eb2087d213f9460a0723d95f449781 Mon Sep 17 00:00:00 2001
From: Clayell <125416952+Clayell@users.noreply.github.com>
Date: Tue, 16 Dec 2025 18:30:26 -0500
Subject: [PATCH 4/4] Update Assembly-CSharp.xml
---
Assembly-CSharp.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Assembly-CSharp.xml b/Assembly-CSharp.xml
index d281441..10d48b2 100644
--- a/Assembly-CSharp.xml
+++ b/Assembly-CSharp.xml
@@ -657,7 +657,7 @@
The gravitational parameter GM is the universal gravitational constant G times the mass M of the body.
- In KSP the gravitational constant G is exactly 6.673 * 10^-11 m^3 / (kg s^2), and the body mass is measured in
+ In KSP the gravitational constant G is exactly 6.67408 * 10^-11 m^3 / (kg s^2), and the body mass is measured in
kilograms.
@@ -6122,3 +6122,4 @@
+