Skip to content

Commit 2b9f5e4

Browse files
authored
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.
1 parent 950461b commit 2b9f5e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • GameData/RealSolarSystem/RSSKopernicus/Neptune

GameData/RealSolarSystem/RSSKopernicus/Neptune/Triton.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
inSpaceHighDataValue = 10
7878
recoveryValue = 11
7979
flyingAltitudeThreshold = 7000
80-
spaceAltitudeThreshold = 80000
80+
spaceAltitudeThreshold = 375000 //about half of Titan, since this also has a kinda fluffy atmosphere but is half the size of Titan
8181
}
8282

8383
}

0 commit comments

Comments
 (0)