From 2b9f5e45db0a739b91adab2ed83df2b8dc233da7 Mon Sep 17 00:00:00 2001 From: Capkirk123 Date: Fri, 12 Jul 2024 21:39:53 -0400 Subject: [PATCH] Make Triton space low above the atmosphere Triton space low was set to 80 km, while Triton's atmosphere is at 110 km, making it impossible to get to Triton space low. Setting to half of Titan (375 km) to make it actually accessible. --- GameData/RealSolarSystem/RSSKopernicus/Neptune/Triton.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameData/RealSolarSystem/RSSKopernicus/Neptune/Triton.cfg b/GameData/RealSolarSystem/RSSKopernicus/Neptune/Triton.cfg index fe0df3e1..fa0ac3a3 100644 --- a/GameData/RealSolarSystem/RSSKopernicus/Neptune/Triton.cfg +++ b/GameData/RealSolarSystem/RSSKopernicus/Neptune/Triton.cfg @@ -77,7 +77,7 @@ inSpaceHighDataValue = 10 recoveryValue = 11 flyingAltitudeThreshold = 7000 - spaceAltitudeThreshold = 80000 + spaceAltitudeThreshold = 375000 //about half of Titan, since this also has a kinda fluffy atmosphere but is half the size of Titan } }