Advertisement
Guest User

RSS stable config

a guest
May 24th, 2014
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.09 KB | None | 0 0
  1. REALSOLARSYSTEM
  2. {
  3.  
  4. //Epoch = 1577907488.17727995 // KSP now starts in 1950.
  5.  
  6. // Note, bodies below MUST be in precedence order. Parents before children.
  7. // So Sun, then the planets, then the moons.
  8.  
  9. Sun
  10. {
  11. SSTScale = 1
  12. Radius = 261669627
  13. Mass = 1.13E+30
  14. }
  15.  
  16. Moho
  17. {
  18. SSTScale = 1
  19. Radius = 2499000
  20. rotationPeriod = 1210351.03
  21. tidallyLocked = false
  22. axialTilt = 2.11
  23. Mass = 2.5263617E+23
  24. Orbit
  25. {
  26. semiMajorAxis = 21000090042
  27. eccentricity = 0.20563
  28. inclination = 7.005
  29. //meanAnomalyAtEpochD = 174.796
  30. period = 2194560 //25.4 days
  31. LAN = 69.7
  32. argumentOfPeriapsis = 16.3
  33. }
  34. CelestialBodyScienceParams
  35. {
  36. flyingAltitudeThreshold = 27000
  37. spaceAltitudeThreshold = 2000000
  38. FlyingHighDataValue = 1
  39. FlyingLowDataValue = 1
  40. }
  41. }
  42.  
  43. Eve
  44. {
  45. SSTScale = 1.0
  46. Radius = 6995094.28346
  47. rotationPeriod = 80512.986
  48. tidallyLocked = false
  49. axialTilt = 1.77
  50. atmosphereScaleHeight = 13.3188
  51. maxAtmosphereAltitude = 194507
  52. atmosphereMultiplier = 55
  53. Mass = 1.2244127E+25
  54. Orbit
  55. {
  56. semiMajorAxis = 39500000000
  57. eccentricity = 0.01
  58. inclination = 2.1
  59. //meanAnomalyAtEpochD = 50.115
  60. period = 5659200 //65.5 days
  61. LAN = 13.8
  62. argumentOfPeriapsis = 4.19
  63. }
  64. CelestialBodyScienceParams
  65. {
  66. flyingAltitudeThreshold = 22000
  67. spaceAltitudeThreshold = 2000000
  68.  
  69. }
  70. }
  71.  
  72. Gilly
  73. {
  74. SSTScale = 1
  75. Radius = 130064.74824
  76. Mass = 1.2420512E+19
  77. rotationPeriod = 28255.000
  78. Orbit
  79. {
  80. semiMajorAxis = 41602657
  81. eccentricity = 0.097
  82. inclination = 13.7
  83. period = 59040 // 16.4 hours
  84. LAN = 11.6
  85. referenceBody = Eve
  86. }
  87. CelestialBodyScienceParams
  88. {
  89. flyingAltitudeThreshold = 1000
  90. spaceAltitudeThreshold = 5000
  91. FlyingHighDataValue = 1
  92. FlyingLowDataValue = 1
  93. }
  94.  
  95. }
  96.  
  97. Kerbin
  98. {
  99. SSTScale = 1
  100. Radius = 5999928.09976
  101. rotationPeriod = 21600.000
  102. tidallyLocked = false
  103. axialTilt = 0.0
  104. Mass = 5.2915793E+24
  105. atmosphereScaleHeight = 7.5
  106. maxAtmosphereAltitude = 104000
  107. Orbit
  108. {
  109. semiMajorAxis = 54400093735
  110. eccentricity = 0.0019
  111. inclination = 0.012
  112. //meanAnomalyAtEpochD = 357.51716
  113. period = 9158400 //106 Days
  114. LAN = 106
  115. argumentOfPeriapsis = 287
  116. }
  117. SSFStart = 78000
  118. SSFEnd = 80000
  119. PQSfadeStart = 80000
  120. PQSfadeEnd = 100000
  121. PQSSecfadeStart = 80000
  122. PQSSecfadeEnd = 100000
  123. PQSdeactivateAltitude = 105000
  124. PQS
  125. {
  126. Kerbin
  127. {
  128. PQSMod_VertexSimplexHeightAbsolute // doubles
  129. {
  130. deformity = 1000 // 485
  131. persistence = 0.7 // 0.60000002384185791
  132. frequency = 36 //12 // 24
  133. }
  134. PQSMod_VertexHeightNoiseVertHeightCurve2 // floats
  135. {
  136. deformity = 6000 // 4000
  137. ridgedAddFrequency = 48 // 48
  138. ridgedSubFrequency = 32 // 32
  139. //ridgedAddOctaves = 8 // 6 INT
  140. simplexHeightStart = 400 // 800
  141. simplexHeightEnd = 7000 // 4600
  142.  
  143. }
  144. PQSMod_VertexRidgedAltitudeCurve // floats
  145. {
  146. deformity = 1800 //1100 // 750
  147. ridgedAddFrequency = 140 // 25 // 140
  148. //ridgedAddOctaves = 8 // 3 INT
  149. }
  150. PQSMod_VertexHeightMap // doubles
  151. {
  152. heightMapDeformity = 7000 // 5000
  153. }
  154. PQSMod_AltitudeAlpha // doubles
  155. {
  156. atmosphereDepth = 6000 // 4000
  157. }
  158. PQSCity
  159. {
  160. KEYname = KSC
  161. repositionRadial = 158200.0, -220.0, -570000.0
  162. lodvisibleRangeMult = 6
  163. }
  164. }
  165. KerbinOcean
  166. {
  167. PQSMod_AerialPerspectiveMaterial // floats
  168. {
  169. atmosphereDepth = 7500 // 5000, scale height in m
  170. }
  171. }
  172. }
  173. CelestialBodyScienceParams
  174. {
  175. flyingAltitudeThreshold = 18000
  176. spaceAltitudeThreshold = 35786000
  177.  
  178.  
  179. }
  180. //Export
  181. //{
  182. //resolution = 8192
  183. //maxHeight = 12000
  184. //oceanColor = 0.1255, 0.22353, 0.35683
  185. //}
  186. }
  187.  
  188. Mun
  189. {
  190. SSTScale = 1.0
  191. Radius = 1999054.96077
  192. tidallyLocked = true
  193. axialTilt = 1.5424
  194. Mass = 9.77E+22
  195. atmosphereScaleHeight = 2.0
  196. Orbit
  197. {
  198. semiMajorAxis = 53782000
  199. eccentricity = 0.019
  200. inclination = 0.017
  201. period = 130464 // 1.51 days
  202. }
  203. SSFStart = 170000
  204. SSFEnd = 175000
  205. PQSfadeStart = 170000
  206. PQSfadeEnd = 175000
  207. PQSdeactivateAltitude = 180000
  208. PQS
  209. {
  210. Mun
  211. {
  212. PQSMod_VertexHeightMap
  213. {
  214. heightMapDeformity = 9500 //7500
  215. }
  216. PQSMod_VertexSimplexHeight // doubles
  217. {
  218. deformity = 1200 // 400
  219. persistence = 0.7 //0.5
  220. frequency = 1 // 12
  221. //octaves = 10 // 8 // A DOUBLE
  222. }
  223. PQSMod_VertexHeightNoiseVertHeight // floats
  224. {
  225. deformity = 1200 // 400
  226. frequency = 12 // 12
  227. //octaves = 7 // 6 // INT
  228. }
  229. PQSMod_VoronoiCraters
  230. {
  231. KEYvoronoiSeed = 462
  232. deformation = 600 //200
  233. //voronoiFrequency = 100 //50
  234. }
  235. }
  236. }
  237. CelestialBodyScienceParams
  238. {
  239. flyingAltitudeThreshold = 7000
  240. spaceAltitudeThreshold = 200000
  241. FlyingHighDataValue = 1
  242. FlyingLowDataValue = 1
  243. }
  244.  
  245. }
  246.  
  247. Minmus
  248. {
  249. SSTScale = 1
  250. Radius = 599694.42320
  251. rotationPeriod = 40400.00
  252. tidallyLocked = false
  253. axialTilt = 97.77
  254. Mass = 2.6457897E+21
  255. Orbit
  256. {
  257. semiMajorAxis = 126932500
  258. eccentricity = 0.01
  259. inclination = .0022
  260. //meanAnomalyAtEpochD = 142.955717
  261. period = 11059203406643.234608 // 12.8 days
  262. LAN = 197
  263. argumentOfPeriapsis = 280
  264. referenceBody = Kerbin
  265. }
  266. CelestialBodyScienceParams
  267. {
  268. flyingAltitudeThreshold = 191000
  269. spaceAltitudeThreshold = 3000000
  270. }
  271. }
  272.  
  273. Duna
  274. {
  275. SSTScale = 1
  276. Radius = 3201632.28989
  277. rotationPeriod = 65517.859
  278. tidallyLocked = false
  279. axialTilt = 25.19
  280. atmosphereScaleHeight = 11.1
  281. maxAtmosphereAltitude = 154000
  282. atmosphereMultiplier = 0.02
  283. Mass = 4.5154812E+23
  284. Orbit
  285. {
  286. semiMajorAxis = 83200860320
  287. eccentricity = 0.05
  288. inclination = 0.063
  289. //meanAnomalyAtEpochD = 19.3564
  290. period = 17280000 // 200 days
  291. LAN = 134
  292. argumentOfPeriapsis = 1.32
  293. }
  294. CelestialBodyScienceParams
  295. {
  296. flyingAltitudeThreshold = 12000
  297. spaceAltitudeThreshold = 2000000
  298.  
  299. }
  300. }
  301.  
  302. Ike
  303. {
  304. SSTScale = 1
  305. Radius = 280243.45118
  306. tidallyLocked = true
  307. Mass = 2.7821949E+20
  308. Orbit
  309. {
  310. semiMajorAxis = 14934000
  311. eccentricity = 0.029
  312. inclination = 0.19
  313. period = 65880
  314. LAN = 350.73
  315. argumentOfPeriapsis = 4.48
  316. referenceBody = Duna
  317. }
  318. CelestialBodyScienceParams
  319. {
  320. flyingAltitudeThreshold = 18000
  321. spaceAltitudeThreshold = 500000
  322. }
  323. }
  324.  
  325. Dres
  326. {
  327. SSTScale = 1
  328. Radius = 1378869.90408
  329. rotationPeriod = 34800.00
  330. tidallyLocked = false
  331. axialTilt = 26.73
  332. Mass = 3.2191322E+22
  333. Orbit
  334. {
  335. semiMajorAxis = 164600015011
  336. eccentricity = 0.14
  337. inclination = 4.99
  338. //meanAnomalyAtEpochD = 320.34675
  339. period = 47934720 // 1.52 years
  340. LAN = 279.5
  341. argumentOfPeriapsis = 90.5
  342. }
  343. CelestialBodyScienceParams
  344. {
  345. flyingAltitudeThreshold = 410000
  346. spaceAltitudeThreshold = 3000000
  347. }
  348. }
  349.  
  350. Jool
  351. {
  352. SSTScale = 1
  353. Radius = 59992356.20100
  354. rotationPeriod = 36000.00
  355. tidallyLocked = false
  356. axialTilt = 3.13
  357. atmosphereScaleHeight = 27
  358. maxAtmosphereAltitude = 374000
  359. atmosphereMultiplier = 0.13
  360. Mass = 4.2332635E+26
  361. Orbit
  362. {
  363. semiMajorAxis = 287200963404
  364. eccentricity = 0.041
  365. inclination = 1.29
  366. //meanAnomalyAtEpochD = 18.818
  367. period = 110376000 // 3.50 years
  368. LAN = 52.5
  369. argumentOfPeriapsis = 337
  370. }
  371. CelestialBodyScienceParams
  372. {
  373. flyingAltitudeThreshold = 186000
  374. spaceAltitudeThreshold = 4000000
  375. }
  376. }
  377.  
  378. Pol
  379. {
  380. SSTScale = 1
  381. Radius = 43987.022214
  382. tidallyLocked = true
  383. Mass = 1.0813633E+19
  384. Orbit
  385. {
  386. semiMajorAxis = 911731000
  387. eccentricity = 0.066
  388. inclination = 4.24
  389. period = 1028160 // 11.9 days
  390. LAN = 213
  391. referenceBody = Jool
  392. }
  393.  
  394. CelestialBodyScienceParams
  395. {
  396. flyingAltitudeThreshold = 18000
  397. spaceAltitudeThreshold = 500000
  398. }
  399. }
  400.  
  401. Bop
  402. {
  403. SSTScale = 1
  404. Radius = 649779.23637
  405. tidallyLocked = true
  406. Mass = 3.7261536E+21
  407.  
  408. Orbit
  409. {
  410. semiMajorAxis = 1560000000
  411. eccentricity = 0.59
  412. inclination = 12.1
  413. period = 2315520 // 6.27 days
  414. LAN = 131
  415. referenceBody = Jool
  416. }
  417. CelestialBodyScienceParams
  418. {
  419. flyingAltitudeThreshold = 1000
  420. spaceAltitudeThreshold = 5000
  421. FlyingHighDataValue = 1
  422. FlyingLowDataValue = 1
  423. }
  424.  
  425. }
  426.  
  427. Tylo
  428. {
  429. SSTScale = 1
  430. Radius = 6031002.70523
  431. axialTilt = 0.2
  432. Mass = 4.2332635E+24
  433. Orbit
  434. {
  435. semiMajorAxis = 411012000
  436. eccentricity = 0.03
  437. inclination = 0.0082
  438. argumentOfPeriapsis = 235
  439. period = 310176 // 3.59 days
  440. LAN = 335
  441. referenceBody = Jool
  442. }
  443.  
  444. CelestialBodyScienceParams
  445. {
  446. flyingAltitudeThreshold = 18000
  447. spaceAltitudeThreshold = 500000
  448. }
  449. }
  450.  
  451. Laythe
  452. {
  453. SSTScale = 1
  454. Radius = 4999363.01675
  455. rotationPeriod = 1377648
  456. atmosphereScaleHeight = 10.2118
  457. maxAtmosphereAltitude = 149132
  458. atmosphereMultiplier = 1
  459. staticPressureASL = .8
  460. Mass = 2.9397663E+24
  461. Orbit
  462. {
  463. semiMajorAxis = 125594000
  464. eccentricity = 0.0098
  465. inclination = 0.022
  466. period = 52560 // 14.6 hours
  467. argumentOfPeriapsis = 0.098
  468. Node = 91.3
  469. referenceBody = Jool
  470. }
  471. CelestialBodyScienceParams
  472. {
  473. flyingAltitudeThreshold = 80000
  474. spaceAltitudeThreshold = 500000
  475. }
  476. }
  477.  
  478. Vall
  479. {
  480. SSTScale = 1
  481. Radius = 2996978.99840
  482. tidallyLocked = true
  483. axialTilt = 119.591
  484. Mass = 3.1088028E+23
  485. Orbit
  486. {
  487. semiMajorAxis = 242823000
  488. eccentricity = 0.15
  489. inclination = 0.0035
  490. //meanAnomalyAtEpochD = 100
  491. period = 141696 // 1.64 days
  492. LAN = 68.7
  493. argumentOfPeriapsis = 233
  494. referenceBody = Jool
  495. }
  496. CelestialBodyScienceParams
  497. {
  498. flyingAltitudeThreshold = 18000
  499. spaceAltitudeThreshold = 100000
  500. }
  501. }
  502.  
  503. Eeloo
  504. {
  505. SSTScale = 1
  506. Radius = 2098334.29289
  507. rotationPeriod = 19460.0
  508. tidallyLocked = false
  509. axialTilt = 0.1
  510. Mass = 1.1149358E+23
  511. Orbit
  512. {
  513. semiMajorAxis = 363500278905
  514. eccentricity = 0.26
  515. inclination = 6.14
  516. period = 496452446.384324
  517. LAN = 49.8
  518. argumentOfPeriapsis = 259
  519. }
  520. CelestialBodyScienceParams
  521. {
  522. flyingAltitudeThreshold = 10000
  523. spaceAltitudeThreshold = 500000
  524. }
  525. }
  526. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement