GregroxMun

Ganymede

Oct 9th, 2015
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.22 KB | None | 0 0
  1. Body
  2. {
  3. // config copy/pasted and edited from Alternis Kerbol Rekerjiggered's Tylo.
  4. name = Ganymede
  5. cbNameLater = Ganymede
  6. flightGlobalsIndex = 92882
  7. Template
  8. {
  9. name = Duna
  10. }
  11. Template
  12. {
  13. removePQSMods = VertexColorMapBlend,PQSLandControl
  14. }
  15. Properties
  16. {
  17. radius = 11030000
  18. geeASL = 3.235
  19. description = Ganymede is an insanely massive so-called "Super-Earth" planet. With Three gees of surface gravity and a thin atmosphere, aerospace engineers fear it. Its atmosphere is so thin that it won't slow you down, but it is so thick that it will burn you up on re-entry. Some have even suggested that landing on Ganymede is impossible, let alone returning. The International Astronomical Union claims to give three golden stars to the first man or woman to make the trip.
  20.  
  21. ScienceValues
  22. {
  23. landedDataValue = 90
  24. flyingLowDataValue = 9
  25. flyingHighDataValue = 8
  26. flyingAltitudeThreshold = 25000
  27. inSpaceLowDataValue = 5
  28. inSpaceHighDataValue = 4
  29. }
  30. }
  31. ScaledVersion
  32. {
  33. Material
  34. {
  35. texture = RSS-Textures/Tylo_Color
  36. normals = RSS-Textures/Tylo_Normal
  37. rimColorRamp = RSS_Textures/Rims/ramp_red
  38. rimPower = 1.06
  39. rimBlend = 0.3
  40. }
  41. }
  42. PQS
  43. {
  44. Mods
  45. {
  46. VoronoiCraters
  47. {
  48. name = 1
  49. deformation = 900
  50. voronoiSeed = 986
  51. voronoiDisplacement = 0.1
  52. voronoiFrequency = 24
  53. simplexSeed = 123123
  54. simplexOctaves = 9
  55. simplexPersistence = 0.5
  56. simplexFrequency = 120
  57. jitter = 0.1
  58. jitterHeight = 3
  59. rFactor = 1
  60. rOffset = 1
  61. colorOpacity = 0.2
  62. DebugColorMapping = false
  63. enabled = true
  64. order = 101
  65. }
  66. VertexSimplexNoiseColor
  67. {
  68. seed = 45
  69. blend = 0.5
  70. colorStart = 0,0,0,0
  71. //colorEnd = 1,1,1,1
  72. colorEnd = 0,0,0,0
  73. octaves = 12.0
  74. persistence = 0.7
  75. frequency = 2.0
  76. enabled = true
  77. order = 9999994
  78. }
  79. VertexColorSolid
  80. {
  81. //Thanks Probus.
  82. blend = 0.0
  83. //color = 0.01, 0.01, 0.01, 1.0
  84. color = 0.1, 0.01, 0.01, 0.0
  85. order = 19
  86. }
  87. VertexColorMap
  88. {
  89. map = RSS-Textures/PluginData/tylo_newcolor.png
  90. enabled = true
  91. }
  92. VertexHeightMap
  93. {
  94. map = RSS-Textures/PluginData/Tylo_Height.png
  95. deformity = 22500
  96. enabled = true
  97. }
  98. }
  99. }
  100. Atmosphere
  101. {
  102. // effectively the ambient lighting color for all objects on the ground of this body (provides a slight tint)
  103. ambientColor = 0.175,0.15,0.15,1
  104.  
  105. // sets the waveLength property in the AtmosphereFromGround component of the scaled version
  106. // From my picking around in the KSP assemblies, it seems this is fed to the shader in this way:
  107. //
  108. // shader.invWaveLength = Color( 1 / r^4, 1 / g^4, 1 / b^4, 0.5);
  109. //
  110. // Obviously the code for the shader is not available, and I don't feel like picking through ARB shader IL so we'll need
  111. // to figure this out experiementally.
  112. lightColor = 0.4632503906, 0.52200625, 0.55200625, 0.5
  113.  
  114. AtmosphereFromGround
  115. {
  116. outerRadiusMult = 1.032
  117. innerRadiusMult = 0.958
  118. }
  119.  
  120. // General atmosphere settings
  121. enabled = true
  122. oxygen = False
  123. altitude = 80000.0
  124.  
  125. // Atmosphere Pressure
  126. // Values for pressure and temperature created with the handy-dandy Atmosphere Calculator by KillAshley
  127. // pressure (in atm) = multipler * e ^ -(altitude / (scaleHeight * 1000))
  128. pressureCurve
  129. {
  130. key = 0 56.13405 -5.90216365E-03 -5.90216365E-03
  131. key = 4000 32.5253954 -4.803547025E-03 -4.803547025E-03
  132. key = 8000 17.7056738 -2.9398841E-03 -2.9398841E-03
  133. key = 12000 9.0063226 -1.6466819E-03 -1.6466819E-03
  134. key = 16000 4.5322186 -8.40161775E-04 -8.40161775E-04
  135. key = 20000 2.2850284 -4.206522E-04 -4.206522E-04
  136. key = 24000 1.167001 -2.10499225E-04 -2.10499225E-04
  137. key = 28000 0.6010346 -1.061464E-04 -1.061464E-04
  138. key = 32000 0.3178298 -5.36272E-05 -5.36272E-05
  139. key = 36000 0.172017 -2.76446E-05 -2.76446E-05
  140. key = 40000 0.096673 -1.4632525E-05 -1.4632525E-05
  141. key = 44000 0.0549568 -8.039925E-06 -8.039925E-06
  142. key = 48000 0.0323536 -4.5705E-06 -4.5705E-06
  143. key = 52000 0.0183928 -2.763075E-06 -2.763075E-06
  144. key = 56000 0.010249 -1.613525E-06 -1.613525E-06
  145. key = 60000 0.0054846 -9.21025E-07 -9.21025E-07
  146. key = 64000 0.0028808 -5.05525E-07 -5.05525E-07
  147. key = 68000 0.0014404 -2.70075E-07 -2.70075E-07
  148. key = 72000 0.0007202 -1.5235E-07 -1.5235E-07
  149. key = 76000 0.0002216 -9.0025E-08 -9.0025E-08
  150. key = 80000 0 -5.54E-08 -5.54E-08
  151. }
  152. temperatureCurve
  153. {
  154. key = 0 279.19 -0.00802083375 -0.00802083375
  155. key = 9600 205.8567917 -0.0011360735 -0.0011325715
  156. key = 16800 205.8567917 0.0011325715 0.0011325715
  157. key = 24800 258.2376548 0.000619018 0.000619018
  158. key = 44800 258.2376548 -0.000853660375 -0.000853660375
  159. key = 64000 178.2377912 -0.0011360735 -0.0011360735
  160. key = 72000 178.2377912 0.000592218125 0.000592218125
  161. key = 80000 219.1901023 0.000868255125 0.000868255125
  162. key = 120000 0 -0.000562011375 -0.000562011375
  163. }
  164.  
  165. // Atmosphere Temperature
  166. temperatureMultiplier = 1.0
  167. atmosphereMolarMass = 0.022
  168. }
  169. Orbit
  170. {
  171. // Moves Tylo to Duna's position in space.
  172. // -- Note the "@" on the front of referenceBody. This means edit an existing attribute
  173. referenceBody = Sun
  174. semiMajorAxis = 227949699961.9763
  175. eccentricity = 0.09326110278323557
  176. inclination = 1.85
  177. meanAnomalyAtEpochD = 169.3913127942378
  178. longitudeOfAscendingNode = 3.351911063089117
  179. argumentOfPeriapsis = 332.1022655295414
  180. color = RGBA(102, 63.75, 38.25, 255)
  181. }
  182. }
Advertisement
Add Comment
Please, Sign In to add comment