Advertisement
Guest User

RealSolarSystem.cfg

a guest
Dec 15th, 2013
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.87 KB | None | 0 0
  1. REALSOLARSYSTEM
  2. {
  3. // Note, bodies below MUST be in precedence order. Parents before children.
  4. // So Sun, then the planets, then the moons.
  5.  
  6. Sun
  7. {
  8. Radius = 491700000
  9. Mass = 2.2165670E+28
  10. }
  11. Eve
  12. {
  13. SSTScale = 0.99868058647931
  14. Radius = 35868000
  15. rotationPeriod = 20996798.4
  16. tidallyLocked = true
  17. axialTilt = 177.36
  18. atmosphereScaleHeight = 15.9
  19. maxAtmosphereAltitude = 520000
  20. atmosphereMultiplier = 5
  21. GeeASL = 0.905
  22. Mass = 1.832889E+24
  23. Orbit
  24. {
  25. semiMajorAxis = 816000000
  26. eccentricity = 0.0067
  27. inclination = 12.39458
  28. }
  29. }
  30.  
  31.  
  32.  
  33.  
  34. Laythe
  35. {
  36. Radius = 650000
  37. Orbit
  38. {
  39. semiMajorAxis = 18756161272
  40. referenceBody = Sun
  41. }
  42. }
  43.  
  44. Mun
  45. {
  46. Orbit
  47. {
  48. semiMajorAxis = 9204051
  49. eccentricity = 0.023
  50. inclination = 4.12
  51. referenceBody = Laythe
  52. }
  53. }
  54.  
  55.  
  56.  
  57. Bop
  58. {
  59. SSTScale = 0.9832
  60. Radius = 24000
  61. Mass = 2.660456E+18
  62. Orbit
  63. {
  64. semiMajorAxis = 9400000
  65. eccentricity = 0.0151
  66. inclination = 1.093
  67. referenceBody = Kerbin
  68. }
  69. }
  70.  
  71. Vall
  72. {
  73. Radius = 170000
  74. Mass = 6.760456E+20
  75. Orbit
  76. {
  77. semiMajorAxis = 18000000
  78. eccentricity = 0.08
  79. inclination = 8.85
  80. referenceBody = Kerbin
  81. }
  82. }
  83.  
  84.  
  85.  
  86. Moho
  87. {
  88. Orbit
  89. {
  90. semiMajorAxis = 4132684544
  91. }
  92. }
  93.  
  94.  
  95. Jool
  96. {
  97. Orbit
  98. {
  99. semiMajorAxis = 6832684544
  100. eccentricity = 0
  101. inclination = 0.008
  102. referenceBody = Sun
  103. }
  104. }
  105.  
  106. Ike
  107. {
  108. Radius = 91307
  109. Mass = 1.375938E+20
  110. Orbit
  111. {
  112. semiMajorAxis = 64184000
  113. eccentricity = 0
  114. inclination = 0.008
  115. referenceBody = Jool
  116. }
  117.  
  118. }
  119.  
  120. Duna
  121. {
  122. Radius = 450102
  123. Orbit
  124. {
  125. semiMajorAxis = 34184000
  126. referenceBody = Jool
  127. }
  128.  
  129. }
  130.  
  131. Gilly
  132. {
  133. SSTScale = 1.5
  134. Radius = 1482
  135. tidallyLocked = false
  136. Mass = 141800000000000
  137. SSFStart = 170000
  138. SSFEnd = 175000
  139. PQSfadeStart = 170000
  140. PQSfadeEnd = 175000
  141. PQSdeactivateAltitude = 180000
  142. Orbit
  143. {
  144. semiMajorAxis = 13599840256
  145. eccentricity = 0.05
  146. inclination = 2
  147. //period = 9203545
  148. meanAnomaly = 0.872296631336212
  149. referenceBody = Sun
  150. LAN = 300.781280517578
  151. }
  152. }
  153.  
  154. Tylo
  155. {
  156. staticPressureASL=1
  157. atmosphereScaleHeight = 15.9
  158. atmosphereContainsOxygen=False
  159. maxAtmosphereAltitude = 220000
  160. atmosphereMultiplier=5
  161. atmoshpereTemperatureMultiplier=0.1
  162. SSTScale = 1
  163. Radius = 951000
  164. tidallyLocked = true
  165. axialTilt = 0.2
  166. Mass = 3.4819E+23
  167. Orbit
  168. {
  169. semiMajorAxis = 387400000000
  170. eccentricity = 0.544671664
  171. inclination = 7.151394
  172. meanAnomaly = 14.86012204
  173. period = 7816176000
  174. LAN = 110.28683
  175. argumentOfPeriapsis = 113.76349
  176. referenceBody = Sun
  177. }
  178. }
  179.  
  180. Minmus
  181. {
  182. Orbit
  183. {
  184. semiMajorAxis = 42429155
  185. eccentricity = 0.55
  186. inclination = 8.452
  187. period = 86967.1
  188. LAN = 78
  189. meanAnomaly = 0.899999976158142
  190. argumentOfPeriapsis = 38
  191. referenceBody = Tylo
  192. }
  193.  
  194.  
  195. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement