Advertisement
GregroxMun

RSSKopernicus.cfg

Mar 10th, 2016
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 122.35 KB | None | 0 0
  1. @Kopernicus[Kerbol?System]:FOR[RealSolarSystem]
  2. {
  3. @name = Solar System
  4. useOnDemand = true
  5. onDemandLoadOnMissing = false
  6. onDemandLogOnMissing = false
  7. onDemandForceCollect = true
  8.  
  9. // Form: Epoch is the time in seconds until the epoch of orbital elements.
  10. // We use B1950.0 == 1949-12-31 22:09:18.216 Temps Atomique International.
  11. // The game starts at 1951-01-01 00:00:00.0000 Temps Atomique International.
  12. // In other words, the year 1951 begins in Greenwich roughly when the game
  13. // starts (We do *not* use UTC because leap seconds are discontinuous, and UTC
  14. // is not defined in 1951; UT1 is a right mess).
  15. // The time to epoch was computed as -(365*24*3600 + 24*3600 - 22*3600 - 9*60 - 18.216).
  16. Epoch = -31542641.784
  17.  
  18. // The orbital elements are computed using the Jet Propulsion Laboratory
  19. // HORIZONS system (http://ssd.jpl.nasa.gov/horizons.cgi) using the following
  20. // settings in order to get correct axial tilt for Earth at epoch:
  21. // Start time : A.D. 1949-Dec-31 22:09:50.4000 CT [JD2433282.4235]
  22. // Reference frame : FK4/B1950.0
  23. // Output type : GEOMETRIC osculating elements
  24. // Coordinate systm: Earth Mean Equator and Equinox of Reference Epoch
  25. // We use the primary's centre as our centre, this results in accurate
  26. // positions at epoch. To quote HORIZONS,
  27. // Reference epoch: B1950.0
  28. // xy-plane: plane of the Earth's mean equator at the reference epoch
  29. // x-axis : out along ascending node of instantaneous plane of the Earth's
  30. // orbit and the Earth's mean equator at the reference epoch
  31. // z-axis : along the Earth mean north pole at the reference epoch
  32. // We do not set the periods because nothing good can come out of
  33. // inconsistent orbital elements.
  34.  
  35. !Body,* {}
  36. // Sun
  37. Body
  38. {
  39. name = Sun
  40. Template
  41. {
  42. name = Sun
  43. removeProgressTree = false
  44. }
  45. Properties
  46. {
  47. useTheInName = True
  48. description = The Sun, a G2V main sequence yellow dwarf.
  49.  
  50. radius = 696342000
  51.  
  52. gravParameter = 1.32712E+20
  53. ScienceValues
  54. {
  55.  
  56. }
  57. }
  58. ScaledVersion
  59. {
  60. solarLightColor = 1.0,1.0,1.0,1.0
  61. }
  62. }
  63.  
  64. // Mercury
  65. Body
  66. {
  67. name = Mercury
  68. finalizeOrbit = true
  69. Template
  70. {
  71. name = Mun
  72. removePQSMods = PQSLandControl, PQSMod_VoronoiCraters
  73. }
  74. Orbit
  75. {
  76. // Target body name: Mercury (199)
  77. // Center body name: Sun (10)
  78. // Center-site name: BODY CENTER
  79. referenceBody = Sun
  80. semiMajorAxis = 57908973645.88802
  81. eccentricity = 0.2056187266319207
  82. inclination = 28.60252108855048
  83. meanAnomalyAtEpochD = 318.2162077814089
  84. longitudeOfAscendingNode = 10.86541167564728
  85. argumentOfPeriapsis = 66.90371044151551
  86. color = 1.0, 1.0, 1.0, 1.0
  87. }
  88.  
  89. Properties
  90. {
  91. useTheInName = False
  92. description = The first planet in our neighborhood. Mercury is the smallest and fastest of the planets in the solar system. From Earth you may be able to see this planet in the early morning or evening. With temperatures varying from very hot to very cold, this planet is not one that you would want to be on for very long.
  93. radius = 2439700
  94. mass = 3.3022E+23
  95. rotationPeriod = 5067031.68
  96. tidallyLocked = false
  97. initialRotation = 0
  98. isHomeWorld = false
  99. timewarpAltitudeLimits = 0 5000 30000 30000 100000 300000 600000 1000000
  100.  
  101. biomeMap = RSS-Textures/PluginData/MercuryBiomes.png
  102.  
  103. Biomes
  104. {
  105. Biome
  106. {
  107. name = Lowlands
  108. value = 1.0
  109. color = 0,0,0,1
  110. }
  111. Biome
  112. {
  113. name = Midlands
  114. value = 1.0
  115. color = 0.404,0.404,0.404,1
  116. }
  117. Biome
  118. {
  119. name = Highlands
  120. value = 1.0
  121. color = 0.49,0.525,0.745,1
  122. }
  123. Biome
  124. {
  125. name = Polar Craters
  126. value = 1.0
  127. color = 0,1,0.157,1
  128. }
  129. Biome
  130. {
  131. name = Polar Lowlands
  132. value = 1.0
  133. color = 0,0.984,1,1
  134. }
  135. Biome
  136. {
  137. name = Planitia
  138. value = 1.0
  139. color = 1,0,0.141,1
  140. }
  141. Biome
  142. {
  143. name = Old Craters
  144. value = 1.0
  145. color = 1,0,0.871,1
  146. }
  147. Biome
  148. {
  149. name = Young Craters
  150. value = 1.0
  151. color = 0.055,0,1,1
  152. }
  153.  
  154. }
  155.  
  156. ScienceValues
  157. {
  158. landedDataValue = 7
  159. inSpaceLowDataValue = 6
  160. inSpaceHighDataValue = 5.5
  161. recoveryValue = 6
  162. flyingAltitudeThreshold = 27000
  163. spaceAltitudeThreshold = 2000000
  164. }
  165.  
  166. }
  167. ScaledVersion
  168. {
  169. type = Vacuum
  170. fadeStart = 50000
  171. fadeEnd = 52000
  172. Material
  173. {
  174. texture = RSS-Textures/MercuryColor
  175. normals = RSS-Textures/Mercury_NRM
  176. shininess = 0.05
  177. specular = 0,0,0,1
  178. }
  179. }
  180. PQS
  181. {
  182. maxQuadLengthsPerFrame = 0.001
  183. minLevel = 2
  184. maxLevel = 12
  185. minDetailDistance = 8
  186. deactivateAltitude = 87000
  187. fadeStart = 52000
  188. fadeEnd = 67000
  189. Mods
  190. {
  191. VertexColorMap
  192. {
  193. map = RSS-Textures/MercuryColor.dds
  194. order = 10
  195. enabled = true
  196. }
  197. VertexHeightMap
  198. {
  199. map = RSS-Textures/PluginData/MercuryHeight.dds
  200. offset = 0
  201. deformity = 20578.0
  202. scaleDeformityByRadius = false
  203. order = 20
  204. enabled = true
  205. }
  206. VertexSimplexHeight
  207. {
  208. seed = 2211221
  209. deformity = 600.0
  210. octaves = 12.0
  211. persistence = 0.7
  212. frequency = 5.0
  213. enabled = true
  214. order = 102
  215. }
  216. VertexSimplexNoiseColor
  217. {
  218. seed = 45
  219. blend = 0.125
  220. colorStart = 0,0,0,1
  221. colorEnd = 1,1,1,1
  222. octaves = 12.0
  223. persistence = 0.7
  224. frequency = 200.0
  225. enabled = true
  226. order = 200
  227. }
  228. }
  229. }
  230. }
  231.  
  232. // Venus
  233. Body
  234. {
  235. name = Venus
  236. finalizeOrbit = true
  237. Template
  238. {
  239. name = Duna
  240. removePQSMods = PQSLandControl
  241. }
  242. Orbit
  243. {
  244. // Target body name: Venus (299)
  245. // Center body name: Sun (10)
  246. // Center-site name: BODY CENTER
  247. referenceBody = Sun
  248. semiMajorAxis = 108209548790.4671
  249. eccentricity = 0.006810339650842032
  250. inclination = 24.46397633556437
  251. meanAnomalyAtEpochD = 311.2459947553124
  252. longitudeOfAscendingNode = 7.981603378781639
  253. argumentOfPeriapsis = 123.7121294282329
  254. color = 1.0, 0.0, 0.0, 1.0
  255. }
  256. Properties
  257. {
  258.  
  259. description = This beautiful object is the second planet of our neighborhood. Named after the goddess of love and beauty, Venus is one of the brightest objects in our night sky. Though she is considered a sister planet to Earth, Venus has no satellites (moons) and is alone in her orbit around our star.
  260.  
  261. radius = 6049000 // RSS datum, 6051800 volumetric mean
  262. mass = 4.8676E+24
  263. ocean = false
  264. // Stellar day.
  265. rotationPeriod = 20996798.4
  266. rotates = true
  267. initialRotation = 0
  268. tidallyLocked = false
  269. // does nothing - axialTilt = 23.44
  270. gravParameter = 3.24859e+14
  271. isHomeWorld = false
  272.  
  273. timewarpAltitudeLimits = 0 130000 130000 130000 2000000 35000000 35000000 35000000
  274.  
  275. biomeMap = RSS-Textures/PluginData/VenusBiomes.png
  276.  
  277. Biomes
  278. {
  279. Biome
  280. {
  281. name = Mountains
  282. value = 1.0
  283. color = 0.22,0.561,0.322,1
  284. }
  285. Biome
  286. {
  287. name = Canyons
  288. value = 1.0
  289. color = 0.522,0.22,0.561,1
  290. }
  291. Biome
  292. {
  293. name = Lakshmi Planum
  294. value = 1.0
  295. color = 0.875,0.184,0.165,1
  296. }
  297. Biome
  298. {
  299. name = Fortuna Tessera
  300. value = 1.0
  301. color = 0,1,0.271,1
  302. }
  303. Biome
  304. {
  305. name = Volcanic Rise
  306. value = 1.0
  307. color = 0.878,0.804,0.243,1
  308. }
  309. Biome
  310. {
  311. name = Highlands
  312. value = 1.0
  313. color = 0.659,0.659,0.659,1
  314. }
  315. Biome
  316. {
  317. name = Midlands
  318. value = 1.0
  319. color = 0.424,0.424,0.424,1
  320. }
  321. Biome
  322. {
  323. name = Lowlands
  324. value = 1.0
  325. color = 0,0,0,1
  326. }
  327.  
  328. }
  329.  
  330. ScienceValues
  331. {
  332. landedDataValue = 6
  333. flyingLowDataValue = 7
  334. flyingHighDataValue = 6.5
  335. inSpaceLowDataValue = 5
  336. inSpaceHighDataValue = 4.5
  337. recoveryValue = 5
  338. flyingAltitudeThreshold = 22000
  339. spaceAltitudeThreshold = 2000000
  340. }
  341. }
  342. ScaledVersion
  343. {
  344. type = Atmospheric
  345. fadeStart = 74000
  346. fadeEnd = 76000
  347. Material
  348. {
  349. texture = RSS-Textures/VenusColor
  350. normals = RSS-Textures/Venus_NRM
  351.  
  352. shininess = 0
  353. specular = 0,0,0,1
  354.  
  355. // Atmosphere settings
  356. rimPower = 5
  357. rimBlend = 0.3
  358.  
  359. // Atmosphere color ramp texture
  360.  
  361. Gradient
  362. {
  363. 0.0 = 0.9961, 0.9020, 0.7529, 1
  364. 0.6 = 0.9961, 0.9020, 0.7529, 1
  365. 1.0 = 0.0196, 0.0196, 0.0196, 1
  366. }
  367. }
  368. }
  369. Atmosphere
  370. {
  371. // effectively the ambient lighting color for all objects on the ground of this body (provides a slight tint)
  372. ambientColor = 0.9961, 0.9020, 0.7529, 1
  373.  
  374. //
  375. // shader.invWaveLength = Color( 1 / r^4, 1 / g^4, 1 / b^4, 0.5);
  376. //
  377. lightColor = 0.49, 0.5, 0.53, 1.0
  378.  
  379. // General atmosphere settings
  380. enabled = true
  381. oxygen = false
  382. maxAltitude = 150000.0
  383.  
  384. // constants
  385. adiabaticIndex = 1.21 // 1.286
  386. atmosphereMolarMass = 0.04345 // 0.0432102
  387.  
  388. // Atmosphere Pressure
  389. pressureCurve
  390. {
  391. key = 0 10905.2 0 -0.671223
  392. key = 1000 10251.1 -0.637181 -0.637181
  393. key = 2500 9332.0325 -0.588762 -0.588762
  394. key = 4000 8483.30 -0.543376 -0.543376
  395. key = 5500 7700.46 -0.500876 -0.500876
  396. key = 7000 6979.30 -0.461126 -0.461126
  397. key = 8500 6315.78 -0.423990 -0.423990
  398. key = 10000 5706.08 -0.389339 -0.389339
  399. key = 12000 4970.64 -0.346779 -0.346779
  400. key = 14000 4316.37 -0.308115 -0.308115
  401. key = 16000 3735.77 -0.273062 -0.273062
  402. key = 18000 3221.89 -0.241354 -0.241354
  403. key = 20000 2768.30 -0.212732 -0.212732
  404. key = 22000 2369.03 -0.186999 -0.186999
  405. key = 24000 2018.54 -0.163915 -0.163915
  406. key = 26000 1711.79 -0.143204 -0.143204
  407. key = 28000 1444.29 -0.124633 -0.124633
  408. key = 30000 1211.97 -0.107998 -0.107998
  409. key = 35000 761.588 -0.0737966 -0.0737966
  410. key = 40000 459.232 -0.0484740 -0.0484740
  411. key = 45000 264.922 -0.0303357 -0.0303357
  412. key = 50000 145.933 -0.0181473 -0.0181473
  413. key = 55000 75.5755 -0.0106108 -0.0106108
  414. key = 60000 35.4446 -0.00577199 -0.00577199
  415. key = 65000 14.9641 -0.00270010 -0.00270010
  416. key = 70000 5.89415 -0.00112986 -0.00112986
  417. key = 75000 2.19786 -0.000448342 -0.000448342
  418. key = 80000 0.761142 -0.000167793 -0.000167793
  419. key = 85000 0.242054 -5.75524E-05 -5.75524E-05
  420. key = 90000 0.0708384 -1.79328E-05 -1.79328E-05
  421. key = 95000 0.0194205 -5.11381E-06 -5.11381E-06
  422. key = 100000 0.00514554 -1.37518E-06 1.37518E-06
  423. key = 110000 0.000344925 -9.49562E-08 -9.49562E-08
  424. key = 120000 2.05320E-05 -5.88367E-09 -5.88367E-09
  425. key = 132000 6.71493E-07 -1.88346E-10 -1.88346E-10
  426. key = 150000 0 0 0
  427. }
  428. // Atmosphere Temperature
  429. temperatureCurve
  430. {
  431. key = 0 753 0 -0.0076
  432. key = 2500 734 -0.0076 -0.0076
  433. key = 20000 599 -0.008 -0.008
  434. key = 40000 433 -0.0075 -0.0075
  435. key = 50000 364 -0.0072 -0.0072
  436. key = 62500 255 -0.0052 -0.0052
  437. key = 74000 226 -0.0031 -0.0031
  438. key = 95000 170 -0.0012 -0.0012
  439. key = 107500 160 -0.0011 -0.0011
  440. key = 120000 147 -0.0004 -0.0004
  441. key = 137500 150 0.0011 0.0011
  442. key = 142500 159 0.0018 0.0018
  443. key = 150000 170 0.001 0
  444. }
  445. atmosphereTemperatureSunMultCurve
  446. {
  447. key = 0 0.1 0 0
  448. key = 42500 0.1 0 0
  449. key = 62500 1 0 0
  450. key = 72500 0 -6E-05 -6E-05
  451. key = 82500 -0.25 0 0
  452. key = 92500 0 4E-05 4E-05
  453. key = 150000 2.3 4E-05 0
  454. }
  455. latitudeTemperatureBiasCurve
  456. {
  457. key = 0 4.25 0 0
  458. key = 38 0 -0.2 -0.2
  459. key = 90 -15.75 -0.4 0
  460. }
  461. latitudeTemperatureSunMultCurve
  462. {
  463. key = 0 20 0 0
  464. key = 60 10 -0.3 -0.3
  465. key = 90 0 -0.35 0
  466. }
  467. // axialTemperatureSunBiasCurve
  468. // {
  469. // key = 0 -0.42262 0 -0.015818
  470. // key = 25 0 0.017453 0.017453
  471. // key = 115 1 0 0
  472. // key = 205 0 -0.017453 -0.017453
  473. // key = 295 -1 0 0
  474. // key = 360 -0.42262 -0.015818 0
  475. // }
  476. // axialTemperatureSunMultCurve
  477. // {
  478. // key = 0 0 0 0.018
  479. // key = 90 1 0 0
  480. // }
  481. // eccentricityTemperatureBiasCurve
  482. // {
  483. // key = 0 0 0 0
  484. // key = 1 0 0 0
  485. // }
  486.  
  487. AtmosphereFromGround
  488. {
  489. innerRadius = 5991480
  490. outerRadius = 6252000
  491. waveLength = 0.49, 0.5, 0.53, 1.0
  492. }
  493. }
  494. PQS
  495. {
  496. deactivateAltitude = 111000
  497. fadeStart = 76000
  498. fadeEnd = 91000
  499. Mods
  500. {
  501. // height
  502. VertexHeightMap
  503. {
  504. map = RSS-Textures/PluginData/VenusHeight.dds
  505. offset = 0
  506. deformity = 20578.0
  507. scaleDeformityByRadius = false
  508. order = 10
  509. enabled = true
  510. }
  511.  
  512. // color
  513. VertexColorSolid
  514. {
  515. blend = 1.0
  516. color = 0.01, 0.01, 0.01, 1.0
  517. enabled = true
  518. order = 9999992
  519. }
  520. VertexColorMapBlend
  521. {
  522. map = RSS-Textures/VenusColor.dds
  523. order = 9999993
  524. blend = 0.51
  525. enabled = true
  526. }
  527. VertexSimplexNoiseColor
  528. {
  529. seed = 1234
  530. blend = 0.03
  531. colorStart = 0.0, 0.0, 0.0, 1.0
  532. colorEnd = 1.0, 1.0, 1.0, 1.0
  533. octaves = 8
  534. persistence = 0.6
  535. frequency = 4000
  536. enabled = true
  537. order = 9999994
  538. }
  539. VertexSimplexNoiseColor
  540. {
  541. seed = 1238
  542. blend = 0.04
  543. colorStart = 0.0, 0.0, 0.0, 1.0
  544. colorEnd = 1.0, 1.0, 1.0, 1.0
  545. octaves = 4
  546. persistence = 0.7
  547. frequency = 40000
  548. enabled = true
  549. order = 9999995
  550. }
  551. }
  552. }
  553. }
  554.  
  555. // Earth
  556. Body
  557. {
  558. name = Kerbin
  559. finalizeOrbit = true
  560. //nameLater = Earth
  561. cbNameLater = Earth
  562. Template
  563. {
  564. name = Kerbin
  565. removePQSMods = PQSLandControl
  566. }
  567. Orbit
  568. {
  569. // Target body name: Earth (399)
  570. // Center body name: Sun (10)
  571. // Center-site name: BODY CENTER
  572. referenceBody = Sun
  573. semiMajorAxis = 149494366257.0978
  574. eccentricity = 0.01609636160505683
  575. inclination = 23.44603795469773
  576. meanAnomalyAtEpochD = 357.0607464120944
  577. longitudeOfAscendingNode = 359.9965004168758
  578. argumentOfPeriapsis = 102.9720683296131
  579. color = 0.0,0.2,1.0,1.0
  580. }
  581. Properties
  582. {
  583. isHomeWorld = true
  584. radius = 6371000
  585. ocean = true
  586. description = The Pale Blue Dot, home to over seven-billion humans and trillions of other life-forms of various shapes and sizes. Earth is where you are in our neighbourhood, our home. For now, it is our very only place in the vast expanse of our marvellous universe.
  587. // Stellar day.
  588. rotationPeriod = 86164.098903691
  589. rotates = true
  590. initialRotation = 100.1833
  591. tidallyLocked = false
  592. // does nothing - axialTilt = 23.44
  593. gravParameter = 3.986004418e+14
  594. timewarpAltitudeLimits = 0 130000 130000 130000 2000000 35000000 35000000 35000000
  595.  
  596. biomeMap = RSS-Textures/PluginData/EarthBiomes.png
  597.  
  598. Biomes
  599. {
  600. Biome
  601. {
  602. name = Grasslands
  603. value = 1.0
  604. color = 0.349,0.784314,0.058824,1
  605. }
  606. Biome
  607. {
  608. name = Highlands
  609. value = 1.0
  610. color = 0,1,1,1
  611. }
  612. Biome
  613. {
  614. name = Mountains
  615. value = 1.5
  616. color = 0.509804,0.27451,0,1
  617. }
  618. Biome
  619. {
  620. name = Desert
  621. value = 1.0
  622. color = 0.9608,0.737255,0,1
  623. }
  624. Biome
  625. {
  626. name = Tropics
  627. value = 1.0
  628. color = 0,0,0,1
  629. }
  630. Biome
  631. {
  632. name = Poles
  633. value = 1.5
  634. color = 0.9961,0.9961,0.9961,1
  635. }
  636. Biome
  637. {
  638. name = Water
  639. value = 1.0
  640. color = 0,0.1961,0.51765,1
  641. }
  642. Biome
  643. {
  644. name = Shores
  645. value = 1.0
  646. color = 0.937255,0.16863,0.937255,1
  647. }
  648. }
  649.  
  650. ScienceValues
  651. {
  652. landedDataValue = 0.3
  653. splashedDataValue = 0.4
  654. flyingLowDataValue = 0.7
  655. flyingHighDataValue = 0.9
  656. inSpaceLowDataValue = 1
  657. inSpaceHighDataValue = 1.5
  658. recoveryValue = 1
  659. flyingAltitudeThreshold = 50000
  660. spaceAltitudeThreshold = 35786000
  661. }
  662. }
  663. ScaledVersion
  664. {
  665. type = Atmospheric
  666. fadeStart = 100000
  667. fadeEnd = 100500
  668. sphericalModel = true
  669. Material
  670. {
  671. texture = RSS-Textures/EarthColor
  672. normals = RSS-Textures/Earth_NRM
  673.  
  674. shininess = 0.8
  675. specular = 0.9,0.95,1,1
  676.  
  677. // Atmosphere settings
  678. rimPower = 3.54
  679. rimBlend = 0.9
  680. rimColorRamp = BUILTIN/AerialRampKerbin
  681. }
  682. }
  683. Atmosphere
  684. {
  685. // effectively the ambient lighting color for all objects on the ground of this body (provides a slight tint)
  686. ambientColor = 0.05,0.05,0.05,1
  687.  
  688. //
  689. // shader.invWaveLength = Color( 1 / r^4, 1 / g^4, 1 / b^4, 0.5);
  690. //
  691. lightColor = 0.65, 0.58, 0.5, 1.0
  692.  
  693. // General atmosphere settings
  694. enabled = true
  695. oxygen = true
  696. maxAltitude = 140000.0
  697.  
  698. // constants
  699. adiabaticIndex = 1.4
  700. atmosphereMolarMass = 0.0289644
  701.  
  702. // Atmosphere Pressure
  703. pressureCurve
  704. {
  705. key = 0 101.325 0 -0.0119728
  706. key = 1000 89.9533 -0.0107930 -0.0107930
  707. key = 2000 79.7002 -0.00972796 -0.00972796
  708. key = 3000 70.4681 -0.00875299 -0.00875299
  709. key = 4000 62.1611 -0.00787622 -0.00787622
  710. key = 5000 54.6878 -0.00708318 -0.00708318
  711. key = 6000 47.9713 -0.00636065 -0.00636065
  712. key = 7000 41.9464 -0.00569841 -0.00569841
  713. key = 8000 36.5557 -0.00509245 -0.00509245
  714. key = 9000 31.7442 -0.00453808 -0.00453808
  715. key = 10000 27.4653 -0.00402673 -0.00402673
  716. key = 12000 20.3414 -0.00312263 -0.00312263
  717. key = 14000 14.8737 -0.00237047 -0.00237047
  718. key = 16000 10.7635 -0.00176010 -0.00176010
  719. key = 18000 7.75613 -0.00126803 -0.00126803
  720. key = 20000 5.60721 -0.000901039 -0.000901039
  721. key = 22000 4.07935 -0.000642531 -0.000642531
  722. key = 24000 2.98525 -0.000462105 -0.000462105
  723. key = 26000 2.19595 -0.000334419 -0.000334419
  724. key = 28000 1.62339 -0.000243181 -0.000243181
  725. key = 30000 1.20625 -0.000177515 -0.000177515
  726. key = 35000 0.587912 -8.24999E-05 -8.24999E-05
  727. key = 40000 0.296475 -3.95921E-05 -3.95921E-05
  728. key = 45000 0.154505 -1.96895E-05 -1.96895E-05
  729. key = 50000 0.0823932 -1.02964E-05 -1.02964E-05
  730. key = 55000 0.0438116 -5.63015E-06 -5.63015E-06
  731. key = 60000 0.0226627 -3.07308E-06 -3.07308E-06
  732. key = 65000 0.0112639 -1.62393E-06 -1.62393E-06
  733. key = 70000 0.00535122 -8.22379E-07 -8.22379E-07
  734. key = 75000 0.00242788 -3.93412E-07 -3.93412E-07
  735. key = 80000 0.00106419 -1.78176E-07 -1.78176E-07
  736. key = 85000 0.000456540 -7.80320E-08 -7.80320E-08
  737. key = 90000 0.000192994 -3.33998E-08 -3.33998E-08
  738. key = 95000 8.14506E-05 -1.38984E-08 -1.38984E-08
  739. key = 100000 3.54530E-05 -5.71581E-09 -5.71581E-09
  740. key = 105000 1.63277E-05 -2.42049E-09 -2.42049E-09
  741. key = 110000 8.14746E-06 -1.04679E-09 -1.04679E-09
  742. key = 115000 4.54713E-06 -4.77713E-10 -4.77713E-10
  743. key = 121920 2.39321E-06 -1.98618E-10 -1.98618E-10
  744. key = 140000 0 0 0
  745. }
  746. // Atmosphere Temperature
  747. temperatureCurve
  748. {
  749. key = 0 282.5 0 -0.0025
  750. key = 8000 240.5 -0.006 -0.006
  751. key = 15000 212.5 -0.0025 -0.0025
  752. key = 21000 214.5 0.0015 0.0015
  753. key = 30000 228.5 0.002 0.002
  754. key = 42000 256 0.0025 0.0025
  755. key = 49750 268.5 0 0
  756. key = 60000 248 -0.003 -0.003
  757. key = 75000 208 -0.002 -0.002
  758. key = 91000 190.5 0 0
  759. key = 100000 206 0.003 0.003
  760. key = 110000 256 0.009 0.009
  761. key = 120000 375 0.011 0.011
  762. key = 140000 560 0.007 0
  763. }
  764. atmosphereTemperatureSunMultCurve
  765. {
  766. key = 0 1 0 -0.0002
  767. key = 2200 0.65 0 0
  768. key = 7250 0.65 0 0
  769. key = 12125 0 -0.000155 -0.000155
  770. key = 16750 -0.45 0 0
  771. key = 22000 -0.085 7E-05 7E-05
  772. key = 33000 0.24 0 0
  773. key = 40000 0.24 0 0
  774. key = 50000 0.1 -2.7E-05 -2.7E-05
  775. key = 55000 -0.07625 -7.5E-06 -7.5E-06
  776. key = 65500 -0.155 -7.5E-06 -7.5E-06
  777. key = 71750 -0.335 0 0
  778. key = 73500 -0.335 0 0
  779. key = 85750 0.22 0 0
  780. key = 88250 0.22 0 0
  781. key = 101500 -0.105 0 0
  782. key = 103000 -0.105 0 0
  783. key = 110000 0.13 6E-05 -6E-06
  784. key = 140000 -0.03 -4E-06 0
  785. }
  786. latitudeTemperatureBiasCurve
  787. {
  788. key = 0 11.5 0 0
  789. key = 20 9 -0.22 -0.22
  790. key = 38 0 -0.9 -0.9
  791. key = 59 -15 -0.7 -0.7
  792. key = 75 -27.5 -0.7 -0.7
  793. key = 90 -35 -0.5 0
  794. }
  795. latitudeTemperatureSunMultCurve
  796. {
  797. key = 0 9.75 0 0
  798. key = 23 15.75 0 0
  799. key = 40 12.7 -0.25 -0.25
  800. key = 70 6.7 -0.085 -0.085
  801. key = 90 5 -0.085 0
  802. }
  803. AtmosphereFromGround
  804. {
  805. innerRadius = 6357290 // 0.99
  806. outerRadius = 6560275 // 1.025
  807. waveLength = 0.65, 0.58, 0.5, 1.0
  808. }
  809. }
  810. PQS
  811. {
  812. deactivateAltitude = 102000
  813. fadeStart = 101000
  814. fadeEnd = 101500
  815. Mods
  816. {
  817. VertexSimplexHeightAbsolute
  818. {
  819. deformity = 900 //1200
  820. persistence = 0.5 //0.38
  821. frequency = 32
  822. }
  823. VertexHeightNoiseVertHeightCurve2
  824. {
  825. deformity = 7000
  826. ridgedAddFrequency = 64
  827. ridgedSubFrequency = 32
  828. simplexHeightStart = 6000
  829. simplexHeightEnd = 9500
  830. simplexPersistence = 0.6
  831. //ridgedAddOctaves = 8 // 6 INT
  832. }
  833. VertexRidgedAltitudeCurve
  834. {
  835. deformity = 1650
  836. ridgedAddFrequency = 140
  837. simplexHeightStart = 5000
  838. simplexHeightEnd = 9500
  839. simplexPersistence = 0.5
  840. //ridgedAddOctaves = 8 // 3 INT
  841. }
  842. VertexHeightMap
  843. {
  844. offset = -2150.0 //-2000.0
  845. deformity = 17300.0 //15600.0 //7000 // 5000
  846. map = RSS-Textures/PluginData/EarthHeight.dds
  847. }
  848. AltitudeAlpha
  849. {
  850. atmosphereDepth = 15000 //fade to 0 at 15000
  851. }
  852. AerialPerspectiveMaterial
  853. {
  854. atmosphereDepth = 7000 //fair guess at scale height
  855. globalDensity = -1E-05 // default
  856. heightFalloff = 6.75 // default
  857. }
  858. // Color
  859. VertexColorSolid
  860. {
  861. blend = 1.0
  862. color = 0.12, 0.12, 0.12, 1.0
  863. enabled = true
  864. order = 999999
  865. }
  866. VertexSimplexNoiseColor
  867. {
  868. seed = 1234
  869. blend = 0.03
  870. colorStart = 0.0, 0.0, 0.0, 1.0
  871. colorEnd = 1.0, 1.0, 1.0, 1.0
  872. octaves = 8
  873. persistence = 0.6
  874. frequency = 4000
  875. enabled = true
  876. order = 9999994
  877. }
  878. VertexSimplexNoiseColor
  879. {
  880. seed = 1238
  881. blend = 0.04
  882. colorStart = 0.0, 0.0, 0.0, 1.0
  883. colorEnd = 1.0, 1.0, 1.0, 1.0
  884. octaves = 4
  885. persistence = 0.7
  886. frequency = 40000
  887. enabled = true
  888. order = 9999995
  889. }
  890. VertexColorMapBlend
  891. {
  892. map = RSS-Textures/PluginData/EarthSurface.dds
  893. order = 9999993
  894. blend = 0.51
  895. enabled = true
  896. }
  897. }
  898. }
  899. SpaceCenter
  900. {
  901. //PQSCity
  902. latitude = 28.608389
  903. longitude = -80.604333
  904. lodvisibleRangeMult = 6
  905. repositionRadiusOffset = 53
  906. reorientFinalAngle = -9.4
  907.  
  908. // MapDecal
  909. decalLatitude = 28.608389
  910. decalLongitude = -80.604333
  911. heightMapDeformity = 80
  912. absoluteOffset = 0
  913. absolute = true
  914. radius = 10000
  915. }
  916. }
  917.  
  918. // Moon
  919. Body
  920. {
  921. name = Moon
  922. finalizeOrbit = true
  923. Template
  924. {
  925. name = Mun
  926. removePQSMods = PQSLandControl, PQSMod_VoronoiCraters
  927. }
  928. Orbit
  929. {
  930. // Target body name: Moon (301)
  931. // Center body name: Earth (399)
  932. // Center-site name: BODY CENTER
  933. referenceBody = Kerbin
  934. semiMajorAxis = 384308437.7707066
  935. eccentricity = 0.05328149353682574
  936. inclination = 28.36267790798491
  937. meanAnomalyAtEpochD = 222.7012350930954
  938. LAN = 2.296616161126016
  939. argumentOfPeriapsis = 199.7640930160823
  940. color = 1.0, 1.0, 1.0, 1.0
  941. }
  942.  
  943. Properties
  944. {
  945. useTheInName = True
  946. description = The Moon is Earth's only satellite, a large, gray, and rather barren rock. It is the only other body besides Earth that humans have stepped on and, briefly, called home.
  947. radius = 1737100
  948. mass = 7.34767309E+22
  949. rotationPeriod = 2360584.68479999
  950. tidallyLocked = true
  951. initialRotation = 25
  952. isHomeWorld = false
  953. timewarpAltitudeLimits = 0 5000 30000 30000 100000 300000 600000 1000000
  954.  
  955. biomeMap = RSS-Textures/PluginData/MoonBiomes.png
  956.  
  957. Biomes
  958. {
  959. Biome
  960. {
  961. name = Lunar Seas
  962. value = 1.0
  963. color = 1,0,0.008,1
  964. }
  965. Biome
  966. {
  967. name = Major Craters
  968. value = 1.0
  969. color = 0,0,1,1
  970. }
  971. Biome
  972. {
  973. name = Far Side Basin
  974. value = 1.0
  975. color = 0.114,0.6,0.106,1
  976. }
  977. Biome
  978. {
  979. name = North Pole
  980. value = 1.0
  981. color = 1,1,1,1
  982. }
  983. Biome
  984. {
  985. name = South Pole
  986. value = 1.0
  987. color = 0,1,0.875,1
  988. }
  989. Biome
  990. {
  991. name = Highlands
  992. value = 1.0
  993. color = 1,0.408,0,1
  994. }
  995. Biome
  996. {
  997. name = Midlands
  998. value = 1.0
  999. color = 1,0.875,0,1
  1000. }
  1001. Biome
  1002. {
  1003. name = Lowlands
  1004. value = 1.0
  1005. color = 0.686,1,0,1
  1006. }
  1007. }
  1008.  
  1009. ScienceValues
  1010. {
  1011. landedDataValue = 4.5
  1012. inSpaceLowDataValue = 3.5
  1013. inSpaceHighDataValue = 3
  1014. recoveryValue = 3.5
  1015. flyingAltitudeThreshold = 7000
  1016. spaceAltitudeThreshold = 200000
  1017. }
  1018.  
  1019. }
  1020. ScaledVersion
  1021. {
  1022. type = Vacuum
  1023. fadeStart = 50000
  1024. fadeEnd = 52000
  1025. Material
  1026. {
  1027. texture = RSS-Textures/MoonColor
  1028. normals = RSS-Textures/Moon_NRM
  1029. shininess = 0.05
  1030. specular = 0,0,0,1
  1031. }
  1032. }
  1033. PQS
  1034. {
  1035. maxQuadLengthsPerFrame = 0.03
  1036. minLevel = 2
  1037. maxLevel = 12
  1038. minDetailDistance = 8
  1039. deactivateAltitude = 87000
  1040. fadeStart = 52000
  1041. fadeEnd = 67000
  1042. Mods
  1043. {
  1044. VertexColorMap
  1045. {
  1046. map = RSS-Textures/MoonColor.dds
  1047. order = 10
  1048. enabled = true
  1049. }
  1050. VertexHeightMap
  1051. {
  1052. map = RSS-Textures/PluginData/MoonHeight.dds
  1053. offset = 0
  1054. deformity = 19905.0
  1055. scaleDeformityByRadius = false
  1056. order = 20
  1057. enabled = true
  1058. }
  1059. VertexSimplexHeight
  1060. {
  1061. seed = 2211221
  1062. deformity = 1200.0
  1063. octaves = 12.0
  1064. persistence = 0.7
  1065. frequency = 1.0
  1066. enabled = true
  1067. order = 102
  1068. }
  1069. VertexSimplexNoiseColor
  1070. {
  1071. seed = 45
  1072. blend = 0.125
  1073. colorStart = 0,0,0,1
  1074. colorEnd = 1,1,1,1
  1075. octaves = 12.0
  1076. persistence = 0.7
  1077. frequency = 2.0
  1078. enabled = true
  1079. order = 200
  1080. }
  1081. VertexHeightNoiseVertHeight
  1082. {
  1083. seed = 1283704385
  1084. frequency = 8
  1085. octaves = 9
  1086. persistance = 0.6
  1087. heightStart = 0
  1088. heightEnd = 1
  1089. deformity = 1200
  1090. mode = Low
  1091. order = 105
  1092. }
  1093. }
  1094. }
  1095. }
  1096.  
  1097. // Mars
  1098. Body
  1099. {
  1100. name = Mars
  1101. finalizeOrbit = true
  1102. Template
  1103. {
  1104. name = Duna
  1105. removePQSMods = PQSLandControl
  1106. }
  1107. Orbit
  1108. {
  1109. // Target body name: Mars (499)
  1110. // Center body name: Sun (10)
  1111. // Center-site name: BODY CENTER
  1112. referenceBody = Sun
  1113. semiMajorAxis = 227949699961.9763
  1114. eccentricity = 0.09326110278323557
  1115. inclination = 24.69272426910055
  1116. meanAnomalyAtEpochD = 169.3913127942378
  1117. longitudeOfAscendingNode = 3.351911063089117
  1118. argumentOfPeriapsis = 332.1022655295414
  1119. color = 1.0, 0.5, 0.0, 1.0
  1120. }
  1121. Properties
  1122. {
  1123. description = The Red Planet. Named after the Roman god of war, Mars is the fourth planet, and second smallest planet in our solar system. Its reddish appearance is due to large amounts of iron oxide on the surface. Mars has a very thin atmosphere and has many craters which resemble our very own Moon. Mars also has the second highest known mountain in our solar system.
  1124. radius = 3375800 // RSS datum, 3382950 to 6.1 mbar, 3389500 volumetric mean
  1125. gravParameter = 4.282831E+13
  1126. rotationPeriod = 88642.6848
  1127. rotates = true
  1128. tidallyLocked = false
  1129. initialRotation = 25
  1130. isHomeWorld = false
  1131. timewarpAltitudeLimits = 0 5000 30000 30000 100000 300000 600000 1000000
  1132.  
  1133. biomeMap = RSS-Textures/PluginData/MarsBiomes.png
  1134.  
  1135. Biomes
  1136. {
  1137. Biome
  1138. {
  1139. name = Olympus Mons
  1140. value = 1.0
  1141. color = 0.071,0,1,1
  1142. }
  1143. Biome
  1144. {
  1145. name = Valles Marineris
  1146. value = 1.0
  1147. color = 0,1,0.992,1
  1148. }
  1149. Biome
  1150. {
  1151. name = Arean Mountains
  1152. value = 1.0
  1153. color = 0,0.553,1,1
  1154. }
  1155. Biome
  1156. {
  1157. name = Arean Canyons
  1158. value = 1.0
  1159. color = 0.827,0,1,1
  1160. }
  1161. Biome
  1162. {
  1163. name = North Ice Cap
  1164. value = 1.0
  1165. color = 0.541,1,0.737,1
  1166. }
  1167. Biome
  1168. {
  1169. name = South Ice Cap
  1170. value = 1.0
  1171. color = 1,1,1,1
  1172. }
  1173. Biome
  1174. {
  1175. name = Major Craters
  1176. value = 1.0
  1177. color = 1,0,0.816,1
  1178. }
  1179. Biome
  1180. {
  1181. name = Highlands
  1182. value = 1.0
  1183. color = 0.855,0.737,0.235,1
  1184. }
  1185. Biome
  1186. {
  1187. name = Midlands
  1188. value = 1.0
  1189. color = 0.675,0.431,0.271,1
  1190. }
  1191. Biome
  1192. {
  1193. name = Lowlands
  1194. value = 1.0
  1195. color = 0.761,0,0.047,1
  1196. }
  1197. }
  1198.  
  1199. ScienceValues
  1200. {
  1201. landedDataValue = 5
  1202. flyingLowDataValue = 6
  1203. flyingHighDataValue = 5.5
  1204. inSpaceLowDataValue = 4
  1205. inSpaceHighDataValue = 3.5
  1206. recoveryValue = 4
  1207. flyingAltitudeThreshold = 12000
  1208. spaceAltitudeThreshold = 2000000
  1209. }
  1210. }
  1211. ScaledVersion
  1212. {
  1213. type = Atmospheric
  1214. fadeStart = 48000
  1215. fadeEnd = 50000
  1216. Material
  1217. {
  1218. texture = RSS-Textures/MarsColor
  1219. normals = RSS-Textures/Mars_NRM
  1220.  
  1221. //shininess = 0.05
  1222. //specular = 0,0,0.1,1 // needs tweaking for Mars
  1223.  
  1224. rimColorRamp = RealSolarSystem/Rims/ramp_flatBlue
  1225. rimPower = 3.06
  1226. rimBlend = 0.3
  1227. }
  1228. }
  1229. Atmosphere
  1230. {
  1231. // effectively the ambient lighting color for all objects on the ground of this body (provides a slight tint)
  1232. ambientColor = 0.10,0.05,0.10,1 //not custom for mars yet
  1233.  
  1234. //
  1235. // shader.invWaveLength = Color( 1 / r^4, 1 / g^4, 1 / b^4, 0.5);
  1236. //
  1237. // lightColor = 0.6, 0.7, 0.8, 1.0 // 1.0, 0.5, 0.5, 1.0
  1238.  
  1239. // General atmosphere settings
  1240. enabled = true
  1241. oxygen = false
  1242. maxAltitude = 125000.0
  1243.  
  1244. // constants
  1245. adiabaticIndex = 1.35
  1246. atmosphereMolarMass = 0.04348
  1247.  
  1248. // Atmosphere Pressure
  1249. pressureCurve
  1250. {
  1251. key = 0 1.14503 0 -9.86260E-05
  1252. key = 1000 1.05028 -9.09823E-05 -9.09823E-05
  1253. key = 2500 0.921782 -8.05429E-05 -8.05429E-05
  1254. key = 4000 0.808088 -7.12258E-05 -7.12258E-05
  1255. key = 5500 0.707600 -6.29170E-05 -6.29170E-05
  1256. key = 7152 0.610500 -5.48103E-05 -5.48103E-05
  1257. key = 8500 0.540650 -4.89298E-05 -4.89298E-05
  1258. key = 10000 0.471724 -4.30873E-05 -4.30873E-05
  1259. key = 12000 0.392506 -3.63123E-05 -3.63123E-05
  1260. key = 14000 0.325804 -3.05446E-05 -3.05446E-05
  1261. key = 16000 0.269752 -2.56402E-05 -2.56402E-05
  1262. key = 18000 0.222751 -2.14755E-05 -2.14755E-05
  1263. key = 20000 0.183428 -1.79442E-05 -1.79442E-05
  1264. key = 22000 0.150613 -1.49550E-05 -1.49550E-05
  1265. key = 24000 0.123299 -1.24296E-05 -1.24296E-05
  1266. key = 26000 0.100630 -1.03004E-05 -1.03004E-05
  1267. key = 28000 0.0818721 -8.51009E-06 -8.51009E-06
  1268. key = 30000 0.0663974 -7.00897E-06 -7.00897E-06
  1269. key = 35000 0.0387697 -4.25074E-06 -4.25074E-06
  1270. key = 40000 0.0221896 -2.51832E-06 -2.51832E-06
  1271. key = 45000 0.0124789 -1.45398E-06 -1.45398E-06
  1272. key = 50000 0.00693541 -8.20447E-07 -8.20447E-07
  1273. key = 55000 0.00382579 -4.57610E-07 -4.57610E-07
  1274. key = 60000 0.00209783 -2.53223E-07 -2.53223E-07
  1275. key = 65000 0.00114430 -1.39309E-07 -1.39309E-07
  1276. key = 70000 0.000619376 -7.69878E-08 -7.69878E-08
  1277. key = 75000 0.000332634 -4.09816E-08 -4.09816E-08
  1278. key = 80000 0.000180943 -2.19089E-08 -2.19089E-08
  1279. key = 85000 9.83462E-05 -1.21074E-08 -1.21074E-08
  1280. key = 90000 5.28069E-05 -6.63571E-09 -6.63571E-09
  1281. key = 95000 2.79824E-05 -3.59295E-09 -3.59295E-09
  1282. key = 100000 1.46184E-05 -1.92021E-09 -1.92021E-09
  1283. key = 105000 7.52028E-06 -1.01190E-09 -1.01190E-09
  1284. key = 113000 2.50638E-06 -3.51454E-10 -3.51454E-10
  1285. key = 125000 0 0 0
  1286. }
  1287. // Atmosphere Temperature
  1288. temperatureCurve
  1289. {
  1290. key = 0 194.75 0 -0.00062
  1291. key = 7152 193.6 0.00050 0.00050
  1292. key = 14250 197.9 0 0
  1293. key = 22000 189.6 -0.00129 -0.00129
  1294. key = 40000 165.6 -0.00111 -0.00111
  1295. key = 53000 157.9 -0.00030 -0.00030
  1296. key = 66500 156.5 0 0
  1297. key = 71000 154.6 0 0
  1298. key = 78600 159.0 0 0
  1299. key = 85000 153.9 -0.00109 -0.00109
  1300. key = 95000 145.0 -0.00057 -0.00057
  1301. key = 108000 137.2 -0.00103 -0.00103
  1302. key = 115000 127.6 -0.00142 -0.00142
  1303. key = 125000 118.3 -0.00024 0
  1304. }
  1305. atmosphereTemperatureSunMultCurve
  1306. {
  1307. key = 0 1.37 0 -3.4E-05
  1308. key = 7152 1 -8E-05 -8E-05
  1309. key = 17000 0.29 -1.25E-05 -1.25E-05
  1310. key = 62000 0 -1.25E-05 -1.25E-05
  1311. key = 76000 -0.18 0 0
  1312. key = 93000 0 0 0
  1313. key = 106000 -0.1 0 0
  1314. key = 125000 0.26 -1E-05 0
  1315. }
  1316. latitudeTemperatureBiasCurve
  1317. {
  1318. key = 0 2 0 0
  1319. key = 38 0 -0.135 -0.135
  1320. key = 90 -18 -0.61 0
  1321. }
  1322. latitudeTemperatureSunMultCurve
  1323. {
  1324. key = 0 64 0 0
  1325. key = 60 34 -0.91 -0.91
  1326. key = 90 4 -1.05 0
  1327. }
  1328. // axialTemperatureSunBiasCurve
  1329. // {
  1330. // key = 0 -21.0635 0 -0.487859
  1331. // key = 53 -35 0 0
  1332. // key = 143 0 0.610865 0.610865
  1333. // key = 233 35 0 0
  1334. // key = 323 0 -0.610865 -0.610865
  1335. // key = 360 -21.0635 -0.487859 0
  1336. // }
  1337. // axialTemperatureSunMultCurve
  1338. // {
  1339. // key = 0 0 0 0.018
  1340. // key = 90 1 0 0
  1341. // }
  1342. // eccentricityTemperatureBiasCurve
  1343. // {
  1344. // key = 0 7.5 0 -15
  1345. // key = 1 -7.5 -15 0
  1346. // }
  1347. AtmosphereFromGround
  1348. {
  1349. innerRadius = 3356100
  1350. outerRadius = 3540000
  1351. waveLength = 0.50, 0.55, 0.62, 1.0
  1352. }
  1353. }
  1354. PQS
  1355. {
  1356. maxQuadLengthsPerFrame = 0.001
  1357. minLevel = 2
  1358. maxLevel = 14
  1359. deactivateAltitude = 87000
  1360. fadeStart = 52000
  1361. fadeEnd = 67000
  1362. Mods
  1363. {
  1364. // height
  1365. VertexHeightMap
  1366. {
  1367. map = RSS-Textures/PluginData/MarsHeight.dds
  1368. offset = -850 // -1010
  1369. deformity = 29457.0
  1370. scaleDeformityByRadius = false
  1371. order = 10
  1372. enabled = true
  1373. }
  1374.  
  1375. // color
  1376. VertexColorSolid
  1377. {
  1378. blend = 1.0
  1379. color = 0.01, 0.01, 0.01, 1.0
  1380. order = 19
  1381. }
  1382. VertexColorMapBlend
  1383. {
  1384. map = RSS-Textures/MarsColor.dds
  1385. order = 9999993
  1386. blend = 0.95
  1387. enabled = true
  1388. }
  1389. VertexSimplexNoiseColor
  1390. {
  1391. seed = 45
  1392. blend = 0.125
  1393. colorStart = 0,0,0,1
  1394. colorEnd = 1,1,1,1
  1395. octaves = 12.0
  1396. persistence = 0.7
  1397. frequency = 2.0
  1398. enabled = true
  1399. order = 9999994
  1400. }
  1401. }
  1402. }
  1403. }
  1404.  
  1405. // Phobos
  1406. Body
  1407. {
  1408. name = Phobos
  1409. finalizeOrbit = true
  1410. Template
  1411. {
  1412. name = Bop
  1413. removePQSMods = PQSMod_FlattenArea, PQSMod_MapDecal, PQSMod_VertexSimplexNoiseColor, PQSMod_VertexSimplexHeightAbsolute, PQSMod_VertexHeightNoise, PQSLandControl
  1414. }
  1415. Orbit
  1416. {
  1417. // Target body name: Moon (401)
  1418. // Center body name: Mars (499)
  1419. // Center-site name: BODY CENTER
  1420. referenceBody = Mars
  1421. semiMajorAxis = 9378492.209088314
  1422. eccentricity = 0.01539938155583979
  1423. inclination = 36.32433410471867
  1424. meanAnomalyAtEpochD = 7.185120835598890
  1425. longitudeOfAscendingNode = 46.48212553464923
  1426. argumentOfPeriapsis = 357.7759243021914
  1427. color = 1.0, 1.0, 1.0, 1.0
  1428. }
  1429.  
  1430. Properties
  1431. {
  1432. description = One of two natural satellites orbiting Mars, Phobos is named after the Greek god which was depicted as the embodiment of horror. Phobos is the larger and closer natural body around Mars
  1433. radius = 7250
  1434. mass = 1.072E+16
  1435. rotationPeriod = 27553.843872
  1436. tidallyLocked = true
  1437. initialRotation = 0
  1438. isHomeWorld = false
  1439. timewarpAltitudeLimits = 0 1000 5000 10000 20000 50000 60000 100000
  1440.  
  1441. biomeMap = RSS-Textures/PluginData/PhobosBiomes.png
  1442.  
  1443. Biomes
  1444. {
  1445. Biome
  1446. {
  1447. name = Minor Craters
  1448. value = 1.0
  1449. color = 0,0.149,1,1
  1450. }
  1451. Biome
  1452. {
  1453. name = Major Craters
  1454. value = 1.0
  1455. color = 0.286,1,0,1
  1456. }
  1457. Biome
  1458. {
  1459. name = Stickney Crater
  1460. value = 1.0
  1461. color = 0.914,1,0,1
  1462. }
  1463. Biome
  1464. {
  1465. name = Grooves
  1466. value = 1.0
  1467. color = 1,0,0.98,1
  1468. }
  1469. Biome
  1470. {
  1471. name = Highlands
  1472. value = 1.0
  1473. color = 0.643,0.439,0.439,1
  1474. }
  1475. Biome
  1476. {
  1477. name = Midlands
  1478. value = 1.0
  1479. color = 0.451,0.263,0.263,1
  1480. }
  1481. Biome
  1482. {
  1483. name = Lowlands
  1484. value = 1.0
  1485. color = 0.361,0,0,1
  1486. }
  1487. }
  1488.  
  1489. ScienceValues
  1490. {
  1491. landedDataValue = 6
  1492. inSpaceLowDataValue = 5
  1493. inSpaceHighDataValue = 4.5
  1494. recoveryValue = 5
  1495. flyingAltitudeThreshold = 1000
  1496. spaceAltitudeThreshold = 5000
  1497. }
  1498.  
  1499. }
  1500. ScaledVersion
  1501. {
  1502. type = Vacuum
  1503. fadeStart = 50000
  1504. fadeEnd = 52000
  1505. Material
  1506. {
  1507. texture = RSS-Textures/PhobosColor
  1508. normals = RSS-Textures/Phobos_NRM
  1509. shininess = 0.05
  1510. specular = 0,0,0,1
  1511. }
  1512. }
  1513. PQS
  1514. {
  1515. maxQuadLengthsPerFrame = 0.03
  1516. minLevel = 2
  1517. maxLevel = 3
  1518. minDetailDistance = 8
  1519. deactivateAltitude = 87000
  1520. fadeStart = 52000
  1521. fadeEnd = 67000
  1522. Mods
  1523. {
  1524. VertexColorMap
  1525. {
  1526. map = RSS-Textures/PhobosColor.dds
  1527. order = 9999993
  1528. enabled = true
  1529. }
  1530. VertexHeightMap
  1531. {
  1532. map = RSS-Textures/PluginData/PhobosHeight.dds
  1533. offset = 0
  1534. deformity = 6150.0
  1535. scaleDeformityByRadius = false
  1536. order = 10
  1537. enabled = true
  1538. }
  1539. VertexSimplexHeightAbsolute
  1540. {
  1541. seed = 3339066
  1542. octaves = 3
  1543. persistence = 0.5
  1544. deformity = 1
  1545. frequency = 40
  1546. order = 11
  1547. enabled = true
  1548. }
  1549. VertexSimplexHeight
  1550. {
  1551. seed = 3339067
  1552. octaves = 3
  1553. persistence = 0.5
  1554. deformity = 10
  1555. frequency = 3
  1556. order = 12
  1557. enabled = true
  1558. }
  1559. VertexHeightNoise
  1560. {
  1561. seed = 45756
  1562. deformity = 20
  1563. frequency = 5
  1564. lacunarity = 2.5
  1565. persistence = 0.5
  1566. octaves = 8
  1567. noiseType = RiggedMultifractal
  1568. mode = Low
  1569. order = 13
  1570. enabled = true
  1571. }
  1572. }
  1573. }
  1574. }
  1575.  
  1576. // Deimos
  1577. Body
  1578. {
  1579. name = Deimos
  1580. finalizeOrbit = true
  1581. Template
  1582. {
  1583. name = Bop
  1584. removePQSMods = PQSMod_FlattenArea, PQSMod_MapDecal, PQSMod_VertexSimplexNoiseColor, PQSMod_VertexSimplexHeightAbsolute, PQSMod_VertexHeightNoise, PQSLandControl
  1585. }
  1586. Orbit
  1587. {
  1588. // Target body name: Deimos (402)
  1589. // Center body name: Mars (499)
  1590. // Center-site name: BODY CENTER
  1591. referenceBody = Mars
  1592. semiMajorAxis = 23458112.01759387
  1593. eccentricity = 0.0003294680798661700
  1594. inclination = 38.2773701383231
  1595. meanAnomalyAtEpochD = 323.5040336489673
  1596. longitudeOfAscendingNode = 47.51893570799763
  1597. argumentOfPeriapsis = 263.8963868784089
  1598. color = 1.0, 1.0, 1.0, 1.0
  1599. }
  1600.  
  1601. Properties
  1602. {
  1603. description = The second natural satellite around Mars, Deimos is named after Phobos' twin brother, said to personify terror.
  1604. radius = 5456
  1605. mass = 1.48E+15
  1606. rotationPeriod = 109123.2
  1607. tidallyLocked = true
  1608. initialRotation = 0
  1609. isHomeWorld = false
  1610. timewarpAltitudeLimits = 0 1000 5000 10000 20000 50000 60000 100000
  1611.  
  1612. biomeMap = RSS-Textures/PluginData/DeimosBiomes.png
  1613.  
  1614. Biomes
  1615. {
  1616. Biome
  1617. {
  1618. name = Craters
  1619. value = 1.0
  1620. color = 0.59,0.196,0.196,1
  1621. }
  1622. Biome
  1623. {
  1624. name = Highlands
  1625. value = 1.0
  1626. color = 0.69,0.69,0.69,1
  1627. }
  1628. Biome
  1629. {
  1630. name = Lowlands
  1631. value = 1.0
  1632. color = 0.27,0.27,0.27,1
  1633. }
  1634. }
  1635.  
  1636. ScienceValues
  1637. {
  1638. landedDataValue = 6
  1639. inSpaceLowDataValue = 5
  1640. inSpaceHighDataValue = 4.5
  1641. recoveryValue = 5
  1642. flyingAltitudeThreshold = 1000
  1643. spaceAltitudeThreshold = 5000
  1644. }
  1645.  
  1646. }
  1647. ScaledVersion
  1648. {
  1649. type = Vacuum
  1650. fadeStart = 50000
  1651. fadeEnd = 52000
  1652. Material
  1653. {
  1654. texture = RSS-Textures/DeimosColor
  1655. normals = RSS-Textures/Deimos_NRM
  1656. shininess = 0.05
  1657. specular = 0,0,0,1
  1658. }
  1659. }
  1660. PQS
  1661. {
  1662. maxQuadLengthsPerFrame = 0.03
  1663. minLevel = 2
  1664. maxLevel = 3
  1665. minDetailDistance = 8
  1666. deactivateAltitude = 87000
  1667. fadeStart = 52000
  1668. fadeEnd = 67000
  1669. Mods
  1670. {
  1671. VertexColorMap
  1672. {
  1673. map = RSS-Textures/DeimosColor.dds
  1674. order = 99993
  1675. enabled = true
  1676. }
  1677. VertexHeightMap
  1678. {
  1679. map = RSS-Textures/PluginData/DeimosHeight.dds
  1680. offset = 0
  1681. deformity = 2128.0
  1682. scaleDeformityByRadius = false
  1683. order = 10
  1684. enabled = true
  1685. }
  1686. VertexSimplexHeightAbsolute
  1687. {
  1688. seed = 3339066
  1689. octaves = 3
  1690. persistence = 0.5
  1691. deformity = 1
  1692. frequency = 40
  1693. order = 11
  1694. enabled = true
  1695. }
  1696. VertexSimplexHeight
  1697. {
  1698. seed = 3339067
  1699. octaves = 3
  1700. persistence = 0.5
  1701. deformity = 10
  1702. frequency = 3
  1703. order = 12
  1704. enabled = true
  1705. }
  1706. VertexHeightNoise
  1707. {
  1708. seed = 45756
  1709. deformity = 20
  1710. frequency = 5
  1711. lacunarity = 2.5
  1712. persistence = 0.5
  1713. octaves = 8
  1714. noiseType = RiggedMultifractal
  1715. mode = Low
  1716. order = 13
  1717. enabled = true
  1718. }
  1719. }
  1720. }
  1721. }
  1722.  
  1723. // Jupiter
  1724. Body
  1725. {
  1726. name = Jupiter
  1727. finalizeOrbit = true
  1728. Template
  1729. {
  1730. name = Jool
  1731. }
  1732. Orbit
  1733. {
  1734. // Target body name: Jupiter (599)
  1735. // Center body name: Sun (10)
  1736. // Center-site name: BODY CENTER
  1737. referenceBody = Sun
  1738. semiMajorAxis = 778188938659.7554
  1739. eccentricity = 0.04872660654702194
  1740. inclination = 23.25313306947884
  1741. meanAnomalyAtEpochD = 302.5812396096649
  1742. longitudeOfAscendingNode = 3.262077289923354
  1743. argumentOfPeriapsis = 10.75642751202877
  1744. color = 0.5, 0.25, 0.0, 1.0
  1745. }
  1746. Properties
  1747. {
  1748. description = The largest planet in our solar system, the gas giant Jupiter. This planet alone is two and a half times the mass of all of the other planets in the Solar System combined. Made up largely of hydrogen and helium with a relatively mysterious rocky core of heavy elements, Jupiter bears a unique and beautiful cosmic painting of various layers with a prominent and awe-inspiring storm that is said to have existed possibly over three-centuries. Jupiter has at least sixty-seven moons counting the four large "Galilean Moons", one of which has a greater diameter than the first planet Mercury.
  1749. radius = 69373000 // 1000 atm, 69911000 to 1 bar
  1750. gravParameter = 1.26686534E+17
  1751. rotationPeriod = 35730
  1752. rotates = true
  1753. tidallyLocked = false
  1754. initialRotation = 25
  1755. isHomeWorld = false
  1756. // timewarpAltitudeLimits = 0 5000 30000 30000 100000 300000 600000 1000000 // No idea how to get them
  1757.  
  1758. biomeMap = RSS-Textures/PluginData/JupiterBiomes.png
  1759.  
  1760. Biomes
  1761. {
  1762. Biome
  1763. {
  1764. name = Great Red Spot
  1765. value = 1.0
  1766. color = 1,0,0.004,1
  1767. }
  1768. Biome
  1769. {
  1770. name = Equatorial Bands
  1771. value = 1.0
  1772. color = 0,0.984,1,1
  1773. }
  1774. Biome
  1775. {
  1776. name = South Temperate Bands
  1777. value = 1.0
  1778. color = 0,0.549,1,1
  1779. }
  1780. Biome
  1781. {
  1782. name = South Polar Bands
  1783. value = 1.0
  1784. color = 0,0.02,1,1
  1785. }
  1786. Biome
  1787. {
  1788. name = North Temperate Bands
  1789. value = 1.0
  1790. color = 0.224,0.678,0.475,1
  1791. }
  1792. Biome
  1793. {
  1794. name = North Polar Bands
  1795. value = 1.0
  1796. color = 0.09,1,0,1
  1797. }
  1798. }
  1799.  
  1800. ScienceValues
  1801. {
  1802. flyingLowDataValue = 8
  1803. flyingHighDataValue = 7.5
  1804. inSpaceLowDataValue = 7
  1805. inSpaceHighDataValue = 6
  1806. recoveryValue = 7
  1807. flyingAltitudeThreshold = 186000
  1808. spaceAltitudeThreshold = 40000000
  1809. }
  1810. }
  1811. ScaledVersion
  1812. {
  1813. type = Atmospheric
  1814. //fadeStart = 78000
  1815. //fadeEnd = 80000
  1816. Material
  1817. {
  1818. texture = RSS-Textures/JupiterColor
  1819. normals = RSS-Textures/Flat_NRM
  1820.  
  1821. shininess = 0.05
  1822. specular = 0,0,0.1,1
  1823.  
  1824. rimPower = 3.54
  1825. rimBlend = 0.9
  1826. rimColorRamp = RealSolarSystem/Rims/ramp_flatBlue
  1827. }
  1828. }
  1829. Atmosphere
  1830. {
  1831. // effectively the ambient lighting color for all objects on the ground of this body (provides a slight tint)
  1832. ambientColor = 0.10,0.05,0.10,1 //not custom for Jupiter yet
  1833.  
  1834. //
  1835. // shader.invWaveLength = Color( 1 / r^4, 1 / g^4, 1 / b^4, 0.5);
  1836. //
  1837. lightColor = 0.6801278, 0.6741574, 0.6262613, 0.5
  1838.  
  1839. // General atmosphere settings
  1840. enabled = true
  1841. oxygen = false
  1842. maxAltitude = 1400000.0
  1843.  
  1844. // constants
  1845. adiabaticIndex = 1.44
  1846. atmosphereMolarMass = 0.002264
  1847.  
  1848. // Atmosphere Pressure
  1849. pressureCurve
  1850. {
  1851. key = 0 101325 0 -0.568169
  1852. key = 20000 90406.4 -0.524069 -0.524069
  1853. key = 40000 80347.5 -0.482175 -0.482175
  1854. key = 60000 71105.1 -0.442415 -0.442415
  1855. key = 80000 62637.2 -0.404717 -0.404717
  1856. key = 100000 54903.2 -0.369013 -0.369013
  1857. key = 120000 47863.8 -0.335235 -0.335235
  1858. key = 140000 41481.3 -0.303320 -0.303320
  1859. key = 160000 35719.1 -0.273204 -0.273204
  1860. key = 180000 30541.6 -0.244831 -0.244831
  1861. key = 200000 25914.6 -0.218144 -0.218144
  1862. key = 220000 21804.9 -0.193093 -0.193093
  1863. key = 240000 18180.3 -0.169635 -0.169635
  1864. key = 260000 15009.1 -0.147735 -0.147735
  1865. key = 280000 12260.6 -0.127370 -0.127370
  1866. key = 300000 9904.12 -0.108534 -0.108534
  1867. key = 320000 7906.75 -0.0915514 -0.0915514
  1868. key = 340000 6228.75 -0.0765672 -0.0765672
  1869. key = 360000 4831.89 -0.0634086 -0.0634086
  1870. key = 380000 3681.31 -0.0519143 -0.0519143
  1871. key = 400000 2745.24 -0.0419332 -0.0419332
  1872. key = 420000 1994.83 -0.0333247 -0.0333247
  1873. key = 440000 1403.97 -0.0259580 -0.0259580
  1874. key = 460000 949.051 -0.0197109 -0.0197109
  1875. key = 480000 608.889 -0.0144640 -0.0144640
  1876. key = 500000 364.346 -0.0101387 -0.0101387
  1877. key = 520000 197.598 -0.00667475 -0.00667475
  1878. key = 540000 92.0003 -0.00401205 -0.00401205
  1879. key = 560000 33.5753 -0.00191733 -0.00191733
  1880. key = 580000 9.93185 -0.000616810 -0.000616810
  1881. key = 600000 3.03837 -0.000168624 -0.000168624
  1882. key = 650000 0.273440 -1.20672E-05 -1.20672E-05
  1883. key = 700000 0.0299471 -1.33238E-06 -1.33238E-06
  1884. key = 750000 0.00318079 -1.43625E-07 -1.43625E-07
  1885. key = 800000 0.000342024 -1.44869E-08 -1.44869E-08
  1886. key = 850000 5.09093E-05 -1.69699E-09 -1.69699E-09
  1887. key = 900000 1.43409E-05 -2.74157E-10 -2.74157E-10
  1888. key = 950000 6.38012E-06 -8.97649E-11 -8.97649E-11
  1889. key = 1000000 3.36913E-06 -3.94480E-11 -3.94480E-11
  1890. key = 1100000 1.18960E-06 -1.12340E-11 -1.12340E-11
  1891. key = 1200000 4.89461E-07 -4.13091E-12 -4.13091E-12
  1892. key = 1250000 3.23480E-07 -2.63380E-12 -2.63380E-12
  1893. key = 1400000 0 0 0
  1894. }
  1895. // Atmosphere Temperature
  1896. temperatureCurve
  1897. {
  1898. key = 0 1278.3 0 -0.002117
  1899. key = 100000 1063.4 -0.002174 -0.002174
  1900. key = 200000 846.6 -0.002133 -0.002133
  1901. key = 300000 648.5 -0.001735 -0.001735
  1902. key = 400000 463.9 -0.001970 -0.001970
  1903. key = 480000 297.6 -0.002165 -0.002165
  1904. key = 530000 185.8 -0.002358 -0.002358
  1905. key = 560000 123.5 -0.001300 -0.001300
  1906. key = 576250 113.0 0 0
  1907. key = 590000 118.6 0.000718 0.000718
  1908. key = 610000 136.2 0.000921 0.000921
  1909. key = 630000 152.2 0.000620 0.000620
  1910. key = 652000 159.5 0 0
  1911. key = 690000 158.4 -0.000049 -0.000049
  1912. key = 730000 156.2 -0.000052 -0.000052
  1913. key = 769750 155.0 0 0
  1914. key = 790000 160.0 0.000467 0.000467
  1915. key = 815000 175.4 0.000720 0.000720
  1916. key = 840000 197.6 0.001072 0.001072
  1917. key = 850000 209.8 0.001712 0.001712
  1918. key = 870000 265.4 0.003359 0.003359
  1919. key = 900000 365.4 0.003110 0.003110
  1920. key = 950000 495.8 0.002236 0.002236
  1921. key = 1000000 594.9 0.001756 0.001756
  1922. key = 1100000 735.5 0.001097 0.001097
  1923. key = 1200000 820.7 0.000650 0.000650
  1924. key = 1300000 872.1 0.000403 0.000403
  1925. key = 1400000 905.1 0.000270 0
  1926. }
  1927. atmosphereTemperatureSunMultCurve
  1928. {
  1929. key = 0 0 0 0
  1930. key = 538000 0 0 0
  1931. key = 576000 1 5E-06 5E-06
  1932. key = 776000 2 5E-06 5E-06
  1933. key = 1400000 4 0 0
  1934. }
  1935. latitudeTemperatureBiasCurve
  1936. {
  1937. key = 0 0 0 0
  1938. key = 90 -3 0 0
  1939. }
  1940. latitudeTemperatureSunMultCurve
  1941. {
  1942. key = 0 3 0 0
  1943. key = 90 0 0 0
  1944. }
  1945. // axialTemperatureSunBiasCurve
  1946. // {
  1947. // key = 0 0.017452 0 0.017451
  1948. // key = 89 1 0 0
  1949. // key = 179 0 -0.017453 -0.017453
  1950. // key = 269 -1 0 0
  1951. // key = 359 0 0.017453 0.017453
  1952. // key = 360 0.017452 0.017451 0
  1953. // }
  1954. // axialTemperatureSunMultCurve
  1955. // {
  1956. // key = 0 0 0 0.018
  1957. // key = 90 1 0 0
  1958. // }
  1959. // eccentricityTemperatureBiasCurve
  1960. // {
  1961. // key = 0 0 0 0
  1962. // key = 1 0 0 0
  1963. // }
  1964. AtmosphereFromGround
  1965. {
  1966. innerRadius = 69211890
  1967. outerRadius = 70981000
  1968. waveLength = 0.6801278, 0.6741574, 0.6262613, 0.5
  1969. }
  1970. }
  1971. }
  1972.  
  1973. // Io
  1974. Body
  1975. {
  1976. name = Io
  1977. finalizeOrbit = true
  1978. Template
  1979. {
  1980. name = Pol
  1981. removePQSMods = PQSMod_VertexSimplexNoiseColor, PQSLandControl, PQSMod_HeightColorMap
  1982. }
  1983. Orbit
  1984. {
  1985. // Target body name: Io (501)
  1986. // Center body name: Jupiter (599)
  1987. // Center-site name: BODY CENTER
  1988. referenceBody = Jupiter
  1989. semiMajorAxis = 422018294.5236953
  1990. eccentricity = 0.003545858426216978
  1991. inclination = 25.46409538664874
  1992. meanAnomalyAtEpochD = 195.3274089855250
  1993. longitudeOfAscendingNode = 358.0466431678460
  1994. argumentOfPeriapsis = 231.2703460977786
  1995. color = 0.0, 1.0, 0.5, 1.0
  1996. }
  1997. Properties
  1998. {
  1999. description = The closest Galilean moon to Jupiter, and the fourth-largest moon in our Solar System, Io, like all other Galilean moons, was named after one of Zeus's lovers. Io is the most active body in the Solar System geologically which produces an effect on the other moons in Jupiter's grasp. There have been observations of large eruptions that are estimated to rise up to five-hundred-kilometers. Io is made up of silicate rock with an iron sulfide core which can give it the distinctive look achieved by plains coated in sulfur and sulfur dioxide.
  2000. radius = 1811300
  2001. mass = 8.9319E+22
  2002. rotates = true
  2003. tidallyLocked = true
  2004. isHomeWorld = false
  2005. // timewarpAltitudeLimits = 0 5000 30000 30000 100000 300000 600000 1000000
  2006.  
  2007. biomeMap = RSS-Textures/PluginData/IoBiomes.png
  2008.  
  2009. Biomes
  2010. {
  2011. Biome
  2012. {
  2013. name = Lowlands
  2014. value = 1.0
  2015. color = 0.886,0.89,0.314,1
  2016. }
  2017. Biome
  2018. {
  2019. name = Midlands
  2020. value = 1.0
  2021. color = 0.996,1,0.447,1
  2022. }
  2023. Biome
  2024. {
  2025. name = Highlands
  2026. value = 1.0
  2027. color = 1,1,0.894,1
  2028. }
  2029. Biome
  2030. {
  2031. name = Pyroclastic Wastes
  2032. value = 1.0
  2033. color = 0.89,0.545,0.314,1
  2034. }
  2035. Biome
  2036. {
  2037. name = Volcanic Snows
  2038. value = 1.0
  2039. color = 0.745,0.98,1,1
  2040. }
  2041. Biome
  2042. {
  2043. name = Volcanic Flows
  2044. value = 1.0
  2045. color = 0.255,0.612,0.286,1
  2046. }
  2047. Biome
  2048. {
  2049. name = Volcanic Hotspots
  2050. value = 1.0
  2051. color = 1,0,0.208,1
  2052. }
  2053. }
  2054.  
  2055. ScienceValues
  2056. {
  2057. landedDataValue = 8.5
  2058. inSpaceLowDataValue = 7.5
  2059. inSpaceHighDataValue = 6.5
  2060. recoveryValue = 7.5
  2061. flyingAltitudeThreshold = 18000
  2062. spaceAltitudeThreshold = 500000
  2063. }
  2064. }
  2065. ScaledVersion
  2066. {
  2067. type = Vacuum
  2068. fadeStart = 50000
  2069. fadeEnd = 52000
  2070. Material
  2071. {
  2072. texture = RSS-Textures/IoColor
  2073. normals = RSS-Textures/Io_NRM
  2074.  
  2075. //shininess = 0.05
  2076. specular = 0,0,0.1,1
  2077. }
  2078. }
  2079. PQS
  2080. {
  2081. maxQuadLengthsPerFrame = 0.001
  2082. minLevel = 2
  2083. maxLevel = 14
  2084. deactivateAltitude = 87000
  2085. fadeStart = 52000
  2086. fadeEnd = 67000
  2087. Mods
  2088. {
  2089. // Height
  2090. VertexHeightMap
  2091. {
  2092. map = RSS-Textures/PluginData/IoHeight.dds
  2093. offset = 0
  2094. deformity = 17500
  2095. scaleDeformityByRadius = false
  2096. order = 20
  2097. enabled = true
  2098. }
  2099.  
  2100. // Color
  2101. VertexColorSolid
  2102. {
  2103. blend = 1.0
  2104. color = 0.01, 0.01, 0.01, 1.0
  2105. order = 999999
  2106. enabled = true
  2107. }
  2108. VertexColorMapBlend
  2109. {
  2110. map = RSS-Textures/IoColor.dds
  2111. order = 9999993
  2112. blend = 1
  2113. enabled = true
  2114. }
  2115. }
  2116. }
  2117. }
  2118.  
  2119. // Europa
  2120. Body
  2121. {
  2122. name = Europa
  2123. finalizeOrbit = true
  2124. Template
  2125. {
  2126. name = Eeloo
  2127. removePQSMods = PQSLandControl, PQSMod_VertexVoronoi
  2128. }
  2129. Orbit
  2130. {
  2131. // Target body name: Europa (502)
  2132. // Center body name: Jupiter (599)
  2133. // Center-site name: BODY CENTER
  2134. referenceBody = Jupiter
  2135. semiMajorAxis = 671253637.5417169
  2136. eccentricity = 0.009511727119926178
  2137. inclination = 25.70364276471991
  2138. meanAnomalyAtEpochD = 276.2652038284650
  2139. longitudeOfAscendingNode = 358.9360081847504
  2140. argumentOfPeriapsis = 53.13210737539627
  2141. color = 1.0, 1.0, 1.0, 1.0
  2142. }
  2143. Properties
  2144. {
  2145. description = The smallest of the four Galilean moons but only slightly smaller than our Moon, Europa is a rocky moon with a surface mostly made up of water ice. It is believed that under this icy surface a water ocean exists, possibly holding life within the depths.
  2146. radius = 1550800
  2147. mass = 4.7998E+22
  2148. rotates = true
  2149. tidallyLocked = true
  2150. isHomeWorld = false
  2151. // timewarpAltitudeLimits = 0 5000 30000 30000 100000 300000 600000 1000000
  2152.  
  2153. biomeMap = RSS-Textures/PluginData/EuropaBiomes.png
  2154.  
  2155. Biomes
  2156. {
  2157. Biome
  2158. {
  2159. name = Ridged Plains
  2160. value = 1.0
  2161. color = 1,1,1,1
  2162. }
  2163. Biome
  2164. {
  2165. name = Argadnel Regio
  2166. value = 1.0
  2167. color = 1,0,0.741,1
  2168. }
  2169. Biome
  2170. {
  2171. name = Chaotic Plains
  2172. value = 1.0
  2173. color = 0,0.431,1,1
  2174. }
  2175. Biome
  2176. {
  2177. name = Crosscut Plains
  2178. value = 1.0
  2179. color = 0.427,0,1,1
  2180. }
  2181. Biome
  2182. {
  2183. name = Lineaments
  2184. value = 1.0
  2185. color = 1,0,0.02,1
  2186. }
  2187. Biome
  2188. {
  2189. name = Craters
  2190. value = 1.0
  2191. color = 0.639,0.643,0.161,1
  2192. }
  2193. }
  2194.  
  2195. ScienceValues
  2196. {
  2197. landedDataValue = 8.5
  2198. inSpaceLowDataValue = 7.5
  2199. inSpaceHighDataValue = 6.5
  2200. recoveryValue = 7.5
  2201. flyingAltitudeThreshold = 10000
  2202. spaceAltitudeThreshold = 500000
  2203. }
  2204. }
  2205. ScaledVersion
  2206. {
  2207. type = Vacuum
  2208. //fadeStart = 78000
  2209. //fadeEnd = 80000
  2210. Material
  2211. {
  2212. texture = RSS-Textures/EuropaColor
  2213. normals = RSS-Textures/Europa_NRM
  2214.  
  2215. //shininess = 0.05
  2216. specular = 0,0,0.1,1
  2217. }
  2218. }
  2219. PQS
  2220. {
  2221. maxQuadLengthsPerFrame = 0.001
  2222. minLevel = 2
  2223. maxLevel = 14
  2224. deactivateAltitude = 87000
  2225. fadeStart = 52000
  2226. fadeEnd = 67000
  2227. Mods
  2228. {
  2229. // Height
  2230. VertexHeightMap
  2231. {
  2232. map = RSS-Textures/PluginData/EuropaHeight.dds
  2233. offset = 0
  2234. deformity = 1500
  2235. scaleDeformityByRadius = false
  2236. order = 20
  2237. enabled = true
  2238. }
  2239.  
  2240. // Color
  2241. VertexColorSolid
  2242. {
  2243. blend = 1.0
  2244. color = 0.01, 0.01, 0.01, 1.0
  2245. order = 999999
  2246. enabled = true
  2247. }
  2248. VertexColorMapBlend
  2249. {
  2250. map = RSS-Textures/EuropaColor.dds
  2251. order = 9999993
  2252. blend = 1
  2253. enabled = true
  2254. }
  2255. }
  2256. }
  2257. }
  2258.  
  2259. // Ganymede
  2260. Body
  2261. {
  2262. name = Ganymede
  2263. finalizeOrbit = true
  2264. Template
  2265. {
  2266. name = Mun
  2267. removePQSMods = PQSLandControl, PQSMod_VoronoiCraters
  2268. }
  2269. Orbit
  2270. {
  2271. // Target body name: Ganymede (503)
  2272. // Center body name: Jupiter (599)
  2273. // Center-site name: BODY CENTER
  2274. referenceBody = Jupiter
  2275. semiMajorAxis = 1070823468.894524
  2276. eccentricity = 0.001190086418361844
  2277. inclination = 25.27071366962049
  2278. meanAnomalyAtEpochD = 232.6753228788302
  2279. longitudeOfAscendingNode = 358.0125219248113
  2280. argumentOfPeriapsis = 139.2992571342065
  2281. color = 0.5, 0.25, 0.0, 1.0
  2282. }
  2283. Properties
  2284. {
  2285. useTheInName = False
  2286. description = The largest moon in our Solar System, Ganymede is the third Galilean moon around Jupiter. Ganymede has a liquid iron core which produces a unique, yet meager, magnetosphere.
  2287. radius = 2624100
  2288. mass = 1.4819E+23
  2289. rotates = true
  2290. tidallyLocked = true
  2291. isHomeWorld = false
  2292. // timewarpAltitudeLimits = 0 5000 30000 30000 100000 300000 600000 1000000
  2293.  
  2294. biomeMap = RSS-Textures/PluginData/GanymedeBiomes.png
  2295.  
  2296. Biomes
  2297. {
  2298. Biome
  2299. {
  2300. name = Lowlands
  2301. value = 1.0
  2302. color = 0.459,0.463,0.031,1
  2303. }
  2304. Biome
  2305. {
  2306. name = Midlands
  2307. value = 1.0
  2308. color = 0.702,0.706,0.349,1
  2309. }
  2310. Biome
  2311. {
  2312. name = Highlands
  2313. value = 1.0
  2314. color = 0.906,0.906,0.702,1
  2315. }
  2316. Biome
  2317. {
  2318. name = Cryovolcanic Ice
  2319. value = 1.0
  2320. color = 0.373,0.812,0.357,1
  2321. }
  2322. Biome
  2323. {
  2324. name = Tectonic Deformation
  2325. value = 1.0
  2326. color = 0.357,0.49,0.812,1
  2327. }
  2328. Biome
  2329. {
  2330. name = Poles
  2331. value = 1.0
  2332. color = 0,0.965,1,1
  2333. }
  2334. Biome
  2335. {
  2336. name = Craters
  2337. value = 1.0
  2338. color = 0.769,0.494,0.176,1
  2339. }
  2340. Biome
  2341. {
  2342. name = Gilgamesh Basin
  2343. value = 1.0
  2344. color = 1,0.318,0,1
  2345. }
  2346. }
  2347.  
  2348. ScienceValues
  2349. {
  2350. landedDataValue = 8.5
  2351. inSpaceLowDataValue = 7.5
  2352. inSpaceHighDataValue = 6.5
  2353. recoveryValue = 7.5
  2354. flyingAltitudeThreshold = 18000
  2355. spaceAltitudeThreshold = 500000
  2356. }
  2357. }
  2358. ScaledVersion
  2359. {
  2360. type = Vacuum
  2361. fadeStart = 50000
  2362. fadeEnd = 52000
  2363. Material
  2364. {
  2365. texture = RSS-Textures/GanymedeColor
  2366. normals = RSS-Textures/Ganymede_NRM
  2367.  
  2368. //shininess = 0.05
  2369. specular = 0,0,0.1,1
  2370. }
  2371. }
  2372. PQS
  2373. {
  2374. maxQuadLengthsPerFrame = 0.001
  2375. minLevel = 2
  2376. maxLevel = 14
  2377. deactivateAltitude = 87000
  2378. fadeStart = 52000
  2379. fadeEnd = 67000
  2380. Mods
  2381. {
  2382. // Height
  2383. VertexHeightMap
  2384. {
  2385. map = RSS-Textures/PluginData/GanymedeHeight.dds
  2386. offset = 0
  2387. deformity = 1000.0
  2388. scaleDeformityByRadius = false
  2389. order = 20
  2390. enabled = true
  2391. }
  2392. VertexSimplexHeight
  2393. {
  2394. seed = 2211221
  2395. deformity = 1200.0
  2396. octaves = 12.0
  2397. persistence = 0.7
  2398. frequency = 1.0
  2399. enabled = true
  2400. order = 102
  2401. }
  2402. VertexHeightNoiseVertHeight
  2403. {
  2404. seed = 1283704385
  2405. frequency = 8
  2406. octaves = 9
  2407. persistance = 0.6
  2408. heightStart = 0
  2409. heightEnd = 1
  2410. deformity = 1200
  2411. mode = Low
  2412. order = 105
  2413. }
  2414.  
  2415. // color
  2416. VertexColorMap
  2417. {
  2418. map = RSS-Textures/GanymedeColor.dds
  2419. order = 10
  2420. enabled = true
  2421. }
  2422. VertexSimplexNoiseColor
  2423. {
  2424. seed = 45
  2425. blend = 0.125
  2426. colorStart = 0,0,0,1
  2427. colorEnd = 1,1,1,1
  2428. octaves = 12.0
  2429. persistence = 0.7
  2430. frequency = 2.0
  2431. enabled = true
  2432. order = 200
  2433. }
  2434. }
  2435. }
  2436. }
  2437.  
  2438. // Callisto
  2439. Body
  2440. {
  2441. name = Callisto
  2442. finalizeOrbit = true
  2443. Template
  2444. {
  2445. name = Ike
  2446. removePQSMods = PQSLandControl, PQSMod_VertexColorMap
  2447. }
  2448. Orbit
  2449. {
  2450. // Target body name: Callisto (504)
  2451. // Center body name: Jupiter (599)
  2452. // Center-site name: BODY CENTER
  2453. referenceBody = Jupiter
  2454. semiMajorAxis = 1883812366.573522
  2455. eccentricity = 0.007973319796896609
  2456. inclination = 25.44080019822134
  2457. meanAnomalyAtEpochD = 15.81614025483249
  2458. longitudeOfAscendingNode = 358.5022563372704
  2459. argumentOfPeriapsis = 320.7359683492656
  2460. color = 0.5, 0.4, 0.0, 1.0
  2461. }
  2462. Properties
  2463. {
  2464. description = The fourth of the Galilean moons, Callisto is the second-largest moon in the Jovian system. Callisto has a very thin atmosphere comprised mostly of carbon dioxide and has a rather intense ionosphere.
  2465. radius = 2409300
  2466. mass = 1.075938E+23
  2467. rotates = true
  2468. tidallyLocked = true
  2469. isHomeWorld = false
  2470. // timewarpAltitudeLimits = 0 5000 30000 30000 100000 300000 600000 1000000
  2471.  
  2472. biomeMap = RSS-Textures/PluginData/CallistoBiomes.png
  2473.  
  2474. Biomes
  2475. {
  2476. Biome
  2477. {
  2478. name = Lowlands
  2479. value = 1.0
  2480. color = 0.098,0.267,0.106,1
  2481. }
  2482. Biome
  2483. {
  2484. name = Cratered Midlands
  2485. value = 1.0
  2486. color = 0.224,0.463,0.231,1
  2487. }
  2488. Biome
  2489. {
  2490. name = Cratered Highlands
  2491. value = 1.0
  2492. color = 0.463,0.694,0.475,1
  2493. }
  2494. Biome
  2495. {
  2496. name = Asgard Crater
  2497. value = 1.0
  2498. color = 0.631,0.118,0.745,1
  2499. }
  2500. Biome
  2501. {
  2502. name = Valhalla Crater
  2503. value = 1.0
  2504. color = 0.745,0.118,0.314,1
  2505. }
  2506. Biome
  2507. {
  2508. name = Young Craters
  2509. value = 1.0
  2510. color = 0.953,0.933,0.161,1
  2511. }
  2512. Biome
  2513. {
  2514. name = Old Craters
  2515. value = 1.0
  2516. color = 0.843,0.557,0.075,1
  2517. }
  2518. Biome
  2519. {
  2520. name = Poles
  2521. value = 1.0
  2522. color = 0.302,0.996,1,1
  2523. }
  2524. }
  2525.  
  2526. ScienceValues
  2527. {
  2528. landedDataValue = 8.5
  2529. inSpaceLowDataValue = 7.5
  2530. inSpaceHighDataValue = 6.5
  2531. recoveryValue = 7.5
  2532. flyingAltitudeThreshold = 18000
  2533. spaceAltitudeThreshold = 500000
  2534. }
  2535. }
  2536. ScaledVersion
  2537. {
  2538. type = Vacuum
  2539. fadeStart = 50000
  2540. fadeEnd = 52000
  2541. Material
  2542. {
  2543. texture = RSS-Textures/CallistoColor
  2544. normals = RSS-Textures/Callisto_NRM
  2545.  
  2546. //shininess = 0.05
  2547. specular = 0,0,0.1,1
  2548. }
  2549. }
  2550. PQS
  2551. {
  2552. maxQuadLengthsPerFrame = 0.001
  2553. minLevel = 2
  2554. maxLevel = 14
  2555. deactivateAltitude = 87000
  2556. fadeStart = 52000
  2557. fadeEnd = 67000
  2558. Mods
  2559. {
  2560. // Height
  2561. VertexHeightMap
  2562. {
  2563. map = RSS-Textures/PluginData/CallistoHeight.dds
  2564. offset = 0
  2565. deformity = 3000
  2566. scaleDeformityByRadius = false
  2567. order = 5
  2568. enabled = true
  2569. }
  2570.  
  2571. // Color
  2572. VertexColorSolid
  2573. {
  2574. blend = 1.0
  2575. color = 0.01, 0.01, 0.01, 1.0
  2576. order = 50
  2577. enabled = true
  2578. }
  2579. VertexColorMapBlend
  2580. {
  2581. map = RSS-Textures/CallistoColor.dds
  2582. order = 9999993
  2583. blend = 1
  2584. enabled = true
  2585. }
  2586. VertexSimplexHeightAbsolute
  2587. {
  2588. deformity = 200
  2589. frequency = 50
  2590. }
  2591. VertexColorSolid
  2592. {
  2593. order = 20
  2594. }
  2595. }
  2596. }
  2597. }
  2598.  
  2599. // Saturn
  2600. Body
  2601. {
  2602. name = Saturn
  2603. finalizeOrbit = true
  2604. Template
  2605. {
  2606. name = Jool
  2607. }
  2608. Orbit
  2609. {
  2610. // Target body name: Saturn (699)
  2611. // Center body name: Sun (10)
  2612. // Center-site name: BODY CENTER
  2613. referenceBody = Sun
  2614. semiMajorAxis = 1424838758613.269
  2615. eccentricity = 0.05347166506749872
  2616. inclination = 22.56992281132335
  2617. meanAnomalyAtEpochD = 67.46885226487360
  2618. longitudeOfAscendingNode = 5.970845343832233
  2619. argumentOfPeriapsis = 85.04661202834268
  2620. color = 1.0, 0.8, 0.5, 1.0
  2621. }
  2622.  
  2623. Properties
  2624. {
  2625. description = The sixth planet in our neighborhood, Saturn is named after the Roman god of Agriculture and is a gas giant with a unique ring surrounding it. Under the gassy layer composed largely of hydrogen, there is a rocky core with a very hot interior.
  2626.  
  2627. radius = 57216000 // 1000 atm, 58232000 to 1 bar
  2628. gravParameter = 3.7931187E+16
  2629. // mass = 5.6846E+26 commented out for lower precision
  2630. rotationPeriod = 38052
  2631. tidallyLocked = false
  2632. initialRotation = 0
  2633. isHomeWorld = false
  2634. timewarpAltitudeLimits = 0 5000 30000 30000 100000 300000 600000 1000000
  2635.  
  2636. biomeMap = RSS-Textures/PluginData/SaturnBiomes.png
  2637.  
  2638. Biomes
  2639. {
  2640. Biome
  2641. {
  2642. name = North Pole Storms
  2643. value = 1.0
  2644. color = 0.278,0.075,0.843,1
  2645. }
  2646. Biome
  2647. {
  2648. name = North Temperate Bands
  2649. value = 1.0
  2650. color = 0.843,0.075,0.569,1
  2651. }
  2652. Biome
  2653. {
  2654. name = North Equatorial Bands
  2655. value = 1.0
  2656. color = 0.843,0.235,0.075,1
  2657. }
  2658. Biome
  2659. {
  2660. name = Equatorial Bands
  2661. value = 1.0
  2662. color = 0.843,0.557,0.075,1
  2663. }
  2664. Biome
  2665. {
  2666. name = South Equatorial Bands
  2667. value = 1.0
  2668. color = 0.824,0.843,0.075,1
  2669. }
  2670. Biome
  2671. {
  2672. name = South Temperate Bands
  2673. value = 1.0
  2674. color = 0.42,0.843,0.075,1
  2675. }
  2676. Biome
  2677. {
  2678. name = South Pole Storms
  2679. value = 1.0
  2680. color = 0.075,0.843,0.616,1
  2681. }
  2682. }
  2683.  
  2684. ScienceValues
  2685. {
  2686. flyingLowDataValue = 9
  2687. flyingHighDataValue = 8.5
  2688. inSpaceLowDataValue = 8
  2689. inSpaceHighDataValue = 7
  2690. recoveryValue = 8
  2691. flyingAltitudeThreshold = 410000
  2692. spaceAltitudeThreshold = 30000000
  2693. }
  2694.  
  2695. }
  2696.  
  2697. Rings
  2698. {
  2699. Ring
  2700. {
  2701. angle = 0
  2702. outerRadius = 2500
  2703. innerRadius = 1250
  2704. texture = RSS-Textures/SaturnRing
  2705. color = 1,1,1,1
  2706. lockRotation = false
  2707. unlit = false
  2708. }
  2709. }
  2710. ScaledVersion
  2711. {
  2712. type = Vacuum
  2713. //fadeStart = 78000
  2714. //fadeEnd = 80000
  2715. Material
  2716. {
  2717. texture = RSS-Textures/SaturnColor
  2718. normals = RSS-Textures/Flat_NRM
  2719. shininess = 0.01
  2720. specular = 0,0,0,1
  2721. rimColorRamp = RealSolarSystem/Rims/ramp_flatBlue
  2722. }
  2723. }
  2724. Atmosphere
  2725. {
  2726. // effectively the ambient lighting color for all objects on the ground of this body (provides a slight tint)
  2727. ambientColor = 0.10,0.05,0.10,1 //not custom for Jupiter yet
  2728.  
  2729. //
  2730. // shader.invWaveLength = Color( 1 / r^4, 1 / g^4, 1 / b^4, 0.5);
  2731. //
  2732. lightColor = 0.6801278, 0.6741574, 0.6262613, 0.5
  2733.  
  2734. // General atmosphere settings
  2735. enabled = true
  2736. oxygen = false
  2737. maxAltitude = 2000000.0
  2738.  
  2739. // constants
  2740. adiabaticIndex = 1.43
  2741. atmosphereMolarMass = 0.0021475
  2742.  
  2743. // Atmosphere Pressure
  2744. pressureCurve
  2745. {
  2746. key = 0 101325 0 -0.301559
  2747. key = 35000 91151.3 -0.279964 -0.279964
  2748. key = 70000 81715.9 -0.259364 -0.259364
  2749. key = 105000 72984.6 -0.239725 -0.239725
  2750. key = 140000 64924.4 -0.221014 -0.221014
  2751. key = 175000 57503.2 -0.203199 -0.203199
  2752. key = 210000 50690.4 -0.186248 -0.186248
  2753. key = 245000 44456.2 -0.170131 -0.170131
  2754. key = 280000 38771.9 -0.154818 -0.154818
  2755. key = 320000 32913.4 -0.138268 -0.138268
  2756. key = 360000 27697.4 -0.122694 -0.122694
  2757. key = 400000 23085.4 -0.108060 -0.108060
  2758. key = 440000 19040.5 -0.0943356 -0.0943356
  2759. key = 480000 15526.7 -0.0815006 -0.0815006
  2760. key = 520000 12508.7 -0.0695455 -0.0695455
  2761. key = 560000 9951.21 -0.0584796 -0.0584796
  2762. key = 600000 7814.81 -0.0485666 -0.0485666
  2763. key = 640000 6048.67 -0.0399446 -0.0399446
  2764. key = 680000 4603.68 -0.0324897 -0.0324897
  2765. key = 720000 3435.48 -0.0260864 -0.0260864
  2766. key = 760000 2504.17 -0.0206280 -0.0206280
  2767. key = 800000 1773.96 -0.0160153 -0.0160153
  2768. key = 840000 1212.89 -0.0121569 -0.0121569
  2769. key = 880000 792.483 -0.00896836 -0.00896836
  2770. key = 920000 487.529 -0.00637189-0.00637189
  2771. key = 960000 275.794 -0.00429559 -0.00429559
  2772. key = 1000000 137.980 -0.00266424 -0.00266424
  2773. key = 1050000 44.3027 -0.00118305 -0.00118305
  2774. key = 1110000 9.47094 -0.000319062 -0.000319062
  2775. key = 1150000 1.83531 -5.52937E-05 -5.52937E-05
  2776. key = 1200000 0.481647 -1.16217E-05 -1.16217E-05
  2777. key = 1250000 0.155475 -3.34380E-06 -3.34380E-06
  2778. key = 1300000 0.0543030 -1.12563E-06 -1.12563E-06
  2779. key = 1350000 0.0194449 -3.96502E-07 -3.96502E-07
  2780. key = 1400000 0.00704535 -1.42603E-07 -1.42603E-07
  2781. key = 1450000 0.00256477 -5.17787E-08 -5.17787E-08
  2782. key = 1500000 0.000935480 -1.88538E-08 -1.88538E-08
  2783. key = 1550000 0.000341795 -6.87686E-09 -6.87686E-09
  2784. key = 1600000 0.000125095 -2.51262E-09 -2.51262E-09
  2785. key = 1700000 1.68428E-05 -3.37148E-10 -3.37148E-10
  2786. key = 1800000 2.59611E-06 -4.11185E-11 -4.11185E-11
  2787. key = 1900000 7.56394E-07 -7.27569E-12 -7.27569E-12
  2788. key = 2000000 0 0 0
  2789. }
  2790. // Atmosphere Temperature
  2791. temperatureCurve
  2792. {
  2793. key = 0 1005.6 0 -0.000922
  2794. key = 125000 889.0 -0.000942 -0.000942
  2795. key = 250000 770.6 -0.000948 -0.000948
  2796. key = 375000 653.3 -0.000919 -0.000919
  2797. key = 500000 544.3 -0.000802 -0.000802
  2798. key = 600000 471.6 -0.000703 -0.000703
  2799. key = 700000 399.4 -0.000744 -0.000744
  2800. key = 800000 322.4 -0.000798 -0.000798
  2801. key = 900000 239.3 -0.000868 -0.000868
  2802. key = 1000000 149.7 -0.000891 -0.000891
  2803. key = 1075000 92.3 -0.000477 -0.000477
  2804. key = 1111500 85.0 0 0
  2805. key = 1150000 95.5 0.000496 0.000496
  2806. key = 1200000 119.0 0.000386 0.000386
  2807. key = 1250000 133.3 0.000180 0.000180
  2808. key = 1300000 138.0 0.000058 0.000058
  2809. key = 1350000 140.1 0.000026 0.000026
  2810. key = 1440000 141.0 0 0
  2811. key = 1692000 141.0 0 0
  2812. key = 1750000 147.2 0.000327 0.000327
  2813. key = 1800000 177.6 0.000878 0.000878
  2814. key = 1850000 231.3 0.001228 0.001228
  2815. key = 1900000 291.4 0.001000 0.001000
  2816. key = 1950000 332.4 0.000670 0.000670
  2817. key = 2000000 360.7 0.000478 0
  2818. }
  2819. atmosphereTemperatureSunMultCurve
  2820. {
  2821. key = 0 0 0 0
  2822. key = 1016000 0 0 0
  2823. key = 1112000 1 2.5974E-06 2.5974E-06
  2824. key = 1497000 2 2.5974E-06 2.5974E-06
  2825. key = 2000000 3 0 0
  2826. }
  2827. latitudeTemperatureBiasCurve
  2828. {
  2829. key = 0 0 0 0
  2830. key = 90 -2 0 0
  2831. }
  2832. latitudeTemperatureSunMultCurve
  2833. {
  2834. key = 0 2 0 0
  2835. key = 90 0 0 0
  2836. }
  2837. // axialTemperatureSunBiasCurve
  2838. // {
  2839. // key = 0 -5.5230 0 -0.040917
  2840. // key = 23 -6 0 0
  2841. // key = 113 0 0.10472 0.10472
  2842. // key = 203 6 0 0
  2843. // key = 293 0 -0.10472 -0.10472
  2844. // key = 360 -5.5230 -0.040917 0
  2845. // }
  2846. // axialTemperatureSunMultCurve
  2847. // {
  2848. // key = 0 0 0 0.018
  2849. // key = 90 1 0 0
  2850. // }
  2851. // eccentricityTemperatureBiasCurve
  2852. // {
  2853. // key = 0 0 0 0
  2854. // key = 1 0 0 0
  2855. // }
  2856. }
  2857. }
  2858.  
  2859. // Mimas
  2860. Body
  2861. {
  2862. name = Mimas
  2863. finalizeOrbit = true
  2864. Template
  2865. {
  2866. name = Mun
  2867. removePQSMods = PQSLandControl, PQSMod_VoronoiCraters
  2868. }
  2869. Orbit
  2870. {
  2871. // Target body name: Mimas (601)
  2872. // Center body name: Saturn (699)
  2873. // Center-site name: BODY CENTER
  2874. referenceBody = Saturn
  2875. semiMajorAxis = 186009285.9220490
  2876. eccentricity = 0.01776275223147744
  2877. inclination = 1.572
  2878. meanAnomalyAtEpochD = 125.5909781664896
  2879. longitudeOfAscendingNode = 139.7604722490289
  2880. argumentOfPeriapsis = 222.2172789396715
  2881. color = 1.0, 1.0, 1.0, 1.0
  2882. }
  2883.  
  2884. Properties
  2885. {
  2886. useTheInName = False
  2887. description = Mimas, not Minmas, is the closest regular moon to Saturn, and the smallest body to keep a spherical shape in the solar system. It definitely isn't the Death Star.
  2888. radius = 198200
  2889. mass = 3.7493E+19
  2890. rotationPeriod = 81388.8
  2891. tidallyLocked = true
  2892. initialRotation = 0
  2893. isHomeWorld = false
  2894. timewarpAltitudeLimits = 0 1000 1500 2000 5000 10000 20000 30000
  2895.  
  2896. biomeMap = RSS-Textures/PluginData/MimasBiomes.png
  2897.  
  2898. Biomes
  2899. {
  2900. Biome
  2901. {
  2902. name = Lowlands
  2903. value = 1.0
  2904. color = 1,1,1,1
  2905. }
  2906. Biome
  2907. {
  2908. name = Northern Polar Region
  2909. value = 1.0
  2910. color = 0,0,0,1
  2911. }
  2912. Biome
  2913. {
  2914. name = Southern Polar Region
  2915. value = 1.0
  2916. color = 0.5,0.5,0.5,1
  2917. }
  2918. Biome
  2919. {
  2920. name = Herschel
  2921. value = 1.0
  2922. color = 0,0,1,1
  2923. }
  2924. Biome
  2925. {
  2926. name = Crater
  2927. value = 1.0
  2928. color = 1,0,0,1
  2929. }
  2930. Biome
  2931. {
  2932. name = Herschel Peak
  2933. value = 1.0
  2934. color = 0,1,0,1
  2935. }
  2936.  
  2937. }
  2938.  
  2939. ScienceValues
  2940. {
  2941. landedDataValue = 10
  2942. inSpaceLowDataValue = 9
  2943. inSpaceHighDataValue = 8
  2944. recoveryValue = 9
  2945. flyingAltitudeThreshold = 1000
  2946. spaceAltitudeThreshold = 7000
  2947. }
  2948.  
  2949. }
  2950. ScaledVersion
  2951. {
  2952. type = Vacuum
  2953. fadeStart = 50000
  2954. fadeEnd = 52000
  2955. Material
  2956. {
  2957. texture = RSS-Textures/MimasColor
  2958. normals = RSS-Textures/Flat_NRM // Needs equatorial ridge height map at least
  2959. shininess = 0.1
  2960. specular = 0.1,0.1,0.1,1
  2961. }
  2962. }
  2963. PQS
  2964. {
  2965. maxQuadLengthsPerFrame = 0.03
  2966. minLevel = 2
  2967. maxLevel = 8
  2968. minDetailDistance = 8
  2969. deactivateAltitude = 87000
  2970. fadeStart = 52000
  2971. fadeEnd = 67000
  2972. Mods
  2973. {
  2974. VertexColorMap
  2975. {
  2976. map = RSS-Textures/MimasColor.dds
  2977. order = 10
  2978. enabled = true
  2979. }
  2980. VertexSimplexHeight
  2981. {
  2982. seed = 2211221
  2983. deformity = 1200.0
  2984. octaves = 12.0
  2985. persistence = 0.7
  2986. frequency = 1.0
  2987. enabled = true
  2988. order = 102
  2989. }
  2990. VertexSimplexNoiseColor
  2991. {
  2992. seed = 45
  2993. blend = 0.125
  2994. colorStart = 0,0,0,1
  2995. colorEnd = 1,1,1,1
  2996. octaves = 12.0
  2997. persistence = 0.7
  2998. frequency = 2.0
  2999. enabled = true
  3000. order = 200
  3001. }
  3002. VertexHeightNoiseVertHeight
  3003. {
  3004. seed = 1283704385
  3005. frequency = 8
  3006. octaves = 9
  3007. persistance = 0.6
  3008. heightStart = 0
  3009. heightEnd = 1
  3010. deformity = 1200
  3011. mode = Low
  3012. }
  3013. }
  3014. }
  3015. }
  3016.  
  3017. // Enceladus
  3018. Body
  3019. {
  3020. name = Enceladus
  3021. finalizeOrbit = true
  3022. Template
  3023. {
  3024. name = Mun
  3025. removePQSMods = PQSLandControl, PQSMod_VoronoiCraters
  3026. }
  3027. Orbit
  3028. {
  3029. // Target body name: Enceladus (602)
  3030. // Center body name: Saturn (699)
  3031. // Center-site name: BODY CENTER
  3032. referenceBody = Saturn
  3033. semiMajorAxis = 238413699.4838728
  3034. eccentricity = 0.006227897999957464
  3035. inclination = 0.009
  3036. meanAnomalyAtEpochD = 346.6301476573209
  3037. longitudeOfAscendingNode = 128.4244161601446
  3038. argumentOfPeriapsis = 115.5615886062458
  3039. color = 1.0, 1.0, 1.0, 1.0
  3040. }
  3041.  
  3042. Properties
  3043. {
  3044. useTheInName = False
  3045. description = Enceladus is the sixth-largest moon of Saturn, covered by fresh, clean ice and the surface temperature at noon only reaches 75 K. Its notable features include water-rich plumes venting from cryovolanoes the south polar region.
  3046. radius = 252100
  3047. mass = 1.08022E+20
  3048. rotationPeriod = 118386.8352
  3049. tidallyLocked = true
  3050. initialRotation = 0
  3051. isHomeWorld = false
  3052. timewarpAltitudeLimits = 0 1000 1500 2000 5000 10000 20000 30000
  3053.  
  3054. biomeMap = RSS-Textures/PluginData/EnceladusBiomes.png
  3055.  
  3056. Biomes
  3057. {
  3058. Biome
  3059. {
  3060. name = Flatlands
  3061. value = 1.0
  3062. color = 1,1,1,1
  3063. }
  3064. Biome
  3065. {
  3066. name = Northern Polar Region
  3067. value = 1.0
  3068. color = 0,0,0,1
  3069. }
  3070. Biome
  3071. {
  3072. name = Southern Polar Region
  3073. value = 1.0
  3074. color = 0.5,0.5,0.5,1
  3075. }
  3076. Biome
  3077. {
  3078. name = Craterous
  3079. value = 1.0
  3080. color = 0,1,0,1
  3081. }
  3082.  
  3083. }
  3084.  
  3085. ScienceValues
  3086. {
  3087. landedDataValue = 10
  3088. inSpaceLowDataValue = 9
  3089. inSpaceHighDataValue = 8
  3090. recoveryValue = 9
  3091. flyingAltitudeThreshold = 2000
  3092. spaceAltitudeThreshold = 14000
  3093. }
  3094.  
  3095. }
  3096. ScaledVersion
  3097. {
  3098. type = Vacuum // Should be atmospheric, but need info
  3099. fadeStart = 50000
  3100. fadeEnd = 52000
  3101. Material
  3102. {
  3103. texture = RSS-Textures/EnceladusColor
  3104. normals = RSS-Textures/Flat_NRM // Needs height map at least
  3105. shininess = 0.1
  3106. specular = 0.1,0.1,0.1,1
  3107. }
  3108. }
  3109. PQS
  3110. {
  3111. maxQuadLengthsPerFrame = 0.03
  3112. minLevel = 2
  3113. maxLevel = 10
  3114. minDetailDistance = 8
  3115. deactivateAltitude = 87000
  3116. fadeStart = 52000
  3117. fadeEnd = 67000
  3118. Mods
  3119. {
  3120. VertexColorMap
  3121. {
  3122. map = RSS-Textures/EnceladusColor.dds
  3123. order = 10
  3124. enabled = true
  3125. }
  3126. VertexSimplexHeight
  3127. {
  3128. seed = 2211221
  3129. deformity = 1200.0
  3130. octaves = 12.0
  3131. persistence = 0.7
  3132. frequency = 1.0
  3133. enabled = true
  3134. order = 102
  3135. }
  3136. VertexSimplexNoiseColor
  3137. {
  3138. seed = 45
  3139. blend = 0.125
  3140. colorStart = 0,0,0,1
  3141. colorEnd = 1,1,1,1
  3142. octaves = 12.0
  3143. persistence = 0.7
  3144. frequency = 2.0
  3145. enabled = true
  3146. order = 200
  3147. }
  3148. VertexHeightNoiseVertHeight
  3149. {
  3150. seed = 1283704385
  3151. frequency = 8
  3152. octaves = 9
  3153. persistance = 0.6
  3154. heightStart = 0
  3155. heightEnd = 1
  3156. deformity = 1200
  3157. mode = Low
  3158. }
  3159. }
  3160. }
  3161. }
  3162.  
  3163. // Tethys
  3164. Body
  3165. {
  3166. name = Tethys
  3167. finalizeOrbit = true
  3168. Template
  3169. {
  3170. name = Mun
  3171. removePQSMods = PQSLandControl, PQSMod_VoronoiCraters
  3172. }
  3173. Orbit
  3174. {
  3175. // Target body name: Tethys (603)
  3176. // Center body name: Saturn (699)
  3177. // Center-site name: BODY CENTER
  3178. referenceBody = Saturn
  3179. semiMajorAxis = 294973462.3804425
  3180. eccentricity = 0.001064868868083566
  3181. inclination = 1.091
  3182. meanAnomalyAtEpochD = 349.8231217220438
  3183. longitudeOfAscendingNode = 119.2518388332899
  3184. argumentOfPeriapsis = 215.9196892523803
  3185. color = 1.0, 1.0, 1.0, 1.0
  3186. }
  3187.  
  3188. Properties
  3189. {
  3190. useTheInName = False
  3191. description = Tethys is a mid-sized moon of Saturn about 1,060 km across and is named after the titan Tethys of Greek mythology.
  3192. radius = 531100
  3193. mass = 6.17449E+20
  3194. rotationPeriod = 163106.0928
  3195. tidallyLocked = true
  3196. initialRotation = 0
  3197. isHomeWorld = false
  3198. timewarpAltitudeLimits = 0 2000 5000 10000 20000 50000 80000 100000
  3199.  
  3200. biomeMap = RSS-Textures/PluginData/TethysBiomes.png
  3201.  
  3202. Biomes
  3203. {
  3204. Biome
  3205. {
  3206. name = Flatlands
  3207. value = 1.0
  3208. color = 1,1,1,1
  3209. }
  3210. Biome
  3211. {
  3212. name = Northern Polar Region
  3213. value = 1.5
  3214. color = 0,0,0,1
  3215. }
  3216. Biome
  3217. {
  3218. name = Southern Polar Region
  3219. value = 1.5
  3220. color = 0.5,0.5,0.5,1
  3221. }
  3222. Biome
  3223. {
  3224. name = Odysseus
  3225. value = 2.0
  3226. color = 0,1,0,1
  3227. }
  3228. Biome
  3229. {
  3230. name = Ithaca Chasma
  3231. value = 2.0
  3232. color = 1,0,0,1
  3233. }
  3234. Biome
  3235. {
  3236. name = Craterous
  3237. value = 1.5
  3238. color = 0,0,1,1
  3239. }
  3240.  
  3241. }
  3242.  
  3243. ScienceValues
  3244. {
  3245. landedDataValue = 10
  3246. inSpaceLowDataValue = 9
  3247. inSpaceHighDataValue = 8
  3248. recoveryValue = 9
  3249. flyingAltitudeThreshold = 5000
  3250. spaceAltitudeThreshold = 50000
  3251. }
  3252.  
  3253. }
  3254. ScaledVersion
  3255. {
  3256. type = Vacuum
  3257. fadeStart = 50000
  3258. fadeEnd = 52000
  3259. Material
  3260. {
  3261. texture = RSS-Textures/TethysColor
  3262. normals = RSS-Textures/Flat_NRM // Needs height map at least
  3263. shininess = 0.1
  3264. specular = 0.1,0.1,0.1,1
  3265. }
  3266. }
  3267. PQS
  3268. {
  3269. maxQuadLengthsPerFrame = 0.03
  3270. minLevel = 2
  3271. maxLevel = 12
  3272. minDetailDistance = 8
  3273. deactivateAltitude = 87000
  3274. fadeStart = 52000
  3275. fadeEnd = 67000
  3276. Mods
  3277. {
  3278. VertexColorMap
  3279. {
  3280. map = RSS-Textures/TethysColor.dds
  3281. order = 10
  3282. enabled = true
  3283. }
  3284. VertexSimplexHeight
  3285. {
  3286. seed = 2211221
  3287. deformity = 1200.0
  3288. octaves = 12.0
  3289. persistence = 0.7
  3290. frequency = 1.0
  3291. enabled = true
  3292. order = 102
  3293. }
  3294. VertexSimplexNoiseColor
  3295. {
  3296. seed = 45
  3297. blend = 0.125
  3298. colorStart = 0,0,0,1
  3299. colorEnd = 1,1,1,1
  3300. octaves = 12.0
  3301. persistence = 0.7
  3302. frequency = 2.0
  3303. enabled = true
  3304. order = 200
  3305. }
  3306. VertexHeightNoiseVertHeight
  3307. {
  3308. seed = 1283704385
  3309. frequency = 8
  3310. octaves = 9
  3311. persistance = 0.6
  3312. heightStart = 0
  3313. heightEnd = 1
  3314. deformity = 1200
  3315. mode = Low
  3316. }
  3317. }
  3318. }
  3319. }
  3320.  
  3321. // Dione
  3322. Body
  3323. {
  3324. name = Dione
  3325. finalizeOrbit = true
  3326. Template
  3327. {
  3328. name = Mun
  3329. removePQSMods = PQSLandControl, PQSMod_VoronoiCraters
  3330. }
  3331. Orbit
  3332. {
  3333. // Target body name: Dione (604)
  3334. // Center body name: Saturn (699)
  3335. // Center-site name: BODY CENTER
  3336. referenceBody = Saturn
  3337. semiMajorAxis = 377650651.5017090
  3338. eccentricity = 0.001679230905502774
  3339. inclination = 0.028
  3340. meanAnomalyAtEpochD = 167.9272784830226
  3341. longitudeOfAscendingNode = 128.5606071129818
  3342. argumentOfPeriapsis = 123.6717156049260
  3343. color = 1.0, 1.0, 1.0, 1.0
  3344. }
  3345.  
  3346. Properties
  3347. {
  3348. useTheInName = False
  3349. description = At 1122 km in diameter, Dione is the 15th largest moon in the Solar System, and is more massive than all known moons smaller than itself combined, first discovered in 1684 by Giovanni Cassini.
  3350. radius = 561400
  3351. mass = 1.095452E+21
  3352. rotationPeriod = 236469.456
  3353. tidallyLocked = true
  3354. initialRotation = 0
  3355. isHomeWorld = false
  3356. timewarpAltitudeLimits = 0 2000 5000 10000 20000 50000 80000 100000
  3357.  
  3358. biomeMap = RSS-Textures/PluginData/DioneBiomes.png
  3359.  
  3360. Biomes
  3361. {
  3362. Biome
  3363. {
  3364. name = Flatlands
  3365. value = 1.0
  3366. color = 1,1,1,1
  3367. }
  3368. Biome
  3369. {
  3370. name = Northern Polar Region
  3371. value = 1.0
  3372. color = 0,0,0,1
  3373. }
  3374. Biome
  3375. {
  3376. name = Southern Polar Region
  3377. value = 1.0
  3378. color = 0.5,0.5,0.5,1
  3379. }
  3380. Biome
  3381. {
  3382. name = Scarred Region
  3383. value = 1.0
  3384. color = 0,0,1,1
  3385. }
  3386. Biome
  3387. {
  3388. name = Crater
  3389. value = 1.0
  3390. color = 1,0,0,1
  3391. }
  3392. Biome
  3393. {
  3394. name = Ridge
  3395. value = 1.0
  3396. color = 0,1,0,1
  3397. }
  3398.  
  3399. }
  3400.  
  3401. ScienceValues
  3402. {
  3403. landedDataValue = 10
  3404. inSpaceLowDataValue = 9
  3405. inSpaceHighDataValue = 8
  3406. recoveryValue = 9
  3407. flyingAltitudeThreshold = 5000
  3408. spaceAltitudeThreshold = 50000
  3409. }
  3410.  
  3411. }
  3412. ScaledVersion
  3413. {
  3414. type = Vacuum
  3415. fadeStart = 50000
  3416. fadeEnd = 52000
  3417. Material
  3418. {
  3419. texture = RSS-Textures/DioneColor
  3420. normals = RSS-Textures/Flat_NRM // Needs height map at least
  3421. shininess = 0.1
  3422. specular = 0.1,0.1,0.1,1
  3423. }
  3424. }
  3425. PQS
  3426. {
  3427. maxQuadLengthsPerFrame = 0.03
  3428. minLevel = 2
  3429. maxLevel = 12
  3430. minDetailDistance = 8
  3431. deactivateAltitude = 87000
  3432. fadeStart = 52000
  3433. fadeEnd = 67000
  3434. Mods
  3435. {
  3436. VertexColorMap
  3437. {
  3438. map = RSS-Textures/DioneColor.dds
  3439. order = 10
  3440. enabled = true
  3441. }
  3442. VertexSimplexHeight
  3443. {
  3444. seed = 2211221
  3445. deformity = 1200.0
  3446. octaves = 12.0
  3447. persistence = 0.7
  3448. frequency = 1.0
  3449. enabled = true
  3450. order = 102
  3451. }
  3452. VertexSimplexNoiseColor
  3453. {
  3454. seed = 45
  3455. blend = 0.125
  3456. colorStart = 0,0,0,1
  3457. colorEnd = 1,1,1,1
  3458. octaves = 12.0
  3459. persistence = 0.7
  3460. frequency = 2.0
  3461. enabled = true
  3462. order = 200
  3463. }
  3464. VertexHeightNoiseVertHeight
  3465. {
  3466. seed = 1283704385
  3467. frequency = 8
  3468. octaves = 9
  3469. persistance = 0.6
  3470. heightStart = 0
  3471. heightEnd = 1
  3472. deformity = 1200
  3473. mode = Low
  3474. }
  3475. }
  3476. }
  3477. }
  3478.  
  3479. // Rhea
  3480. Body
  3481. {
  3482. name = Rhea
  3483. finalizeOrbit = true
  3484. Template
  3485. {
  3486. name = Mun
  3487. removePQSMods = PQSLandControl, PQSMod_VoronoiCraters
  3488. }
  3489. Orbit
  3490. {
  3491. // Target body name: Rhea (605)
  3492. // Center body name: Saturn (699)
  3493. // Center-site name: BODY CENTER
  3494. referenceBody = Saturn
  3495. semiMajorAxis = 527212645.7071990
  3496. eccentricity = 0.001168269515756326
  3497. inclination = 0.331
  3498. meanAnomalyAtEpochD = 13.48887718956405
  3499. longitudeOfAscendingNode = 130.3670574820431
  3500. argumentOfPeriapsis = 172.7367089889645
  3501. color = 1.0, 1.0, 1.0, 1.0
  3502. }
  3503.  
  3504. Properties
  3505. {
  3506. useTheInName = False
  3507. description = Rhea is the second-largest moon of Saturn and the ninth-largest moon in the Solar System. It is the smallest body in the Solar System confirmed to be in hydrostatic equilibrium.
  3508. radius = 763800
  3509. mass = 2.306518E+21
  3510. rotationPeriod = 390373.5168
  3511. tidallyLocked = true
  3512. initialRotation = 0
  3513. isHomeWorld = false
  3514. timewarpAltitudeLimits = 0 2000 5000 10000 20000 50000 80000 100000
  3515.  
  3516. biomeMap = RSS-Textures/PluginData/RheaBiomes.png
  3517.  
  3518. Biomes
  3519. {
  3520. Biome
  3521. {
  3522. name = Flatlands
  3523. value = 1.0
  3524. color = 1,1,1,1
  3525. }
  3526. Biome
  3527. {
  3528. name = Northern Polar Region
  3529. value = 1.5
  3530. color = 0,0,0,1
  3531. }
  3532. Biome
  3533. {
  3534. name = Southern Polar Region
  3535. value = 1.5
  3536. color = 0.5,0.5,0.5,1
  3537. }
  3538. Biome
  3539. {
  3540. name = Craterous
  3541. value = 1.0
  3542. color = 0,0,1,1
  3543. }
  3544.  
  3545. }
  3546.  
  3547. ScienceValues
  3548. {
  3549. landedDataValue = 10
  3550. inSpaceLowDataValue = 9
  3551. inSpaceHighDataValue = 8
  3552. recoveryValue = 9
  3553. flyingAltitudeThreshold = 5000
  3554. spaceAltitudeThreshold = 50000
  3555. }
  3556.  
  3557. }
  3558. ScaledVersion
  3559. {
  3560. type = Vacuum
  3561. fadeStart = 50000
  3562. fadeEnd = 52000
  3563. Material
  3564. {
  3565. texture = RSS-Textures/RheaColor
  3566. normals = RSS-Textures/Flat_NRM // Needs height map at least
  3567. shininess = 0.1
  3568. specular = 0.1,0.1,0.1,1
  3569. }
  3570. }
  3571. PQS
  3572. {
  3573. maxQuadLengthsPerFrame = 0.03
  3574. minLevel = 2
  3575. maxLevel = 12
  3576. minDetailDistance = 8
  3577. deactivateAltitude = 87000
  3578. fadeStart = 52000
  3579. fadeEnd = 67000
  3580. Mods
  3581. {
  3582. VertexColorMap
  3583. {
  3584. map = RSS-Textures/RheaColor.dds
  3585. order = 10
  3586. enabled = true
  3587. }
  3588. VertexSimplexHeight
  3589. {
  3590. seed = 2211221
  3591. deformity = 1200.0
  3592. octaves = 12.0
  3593. persistence = 0.7
  3594. frequency = 1.0
  3595. enabled = true
  3596. order = 102
  3597. }
  3598. VertexSimplexNoiseColor
  3599. {
  3600. seed = 45
  3601. blend = 0.125
  3602. colorStart = 0,0,0,1
  3603. colorEnd = 1,1,1,1
  3604. octaves = 12.0
  3605. persistence = 0.7
  3606. frequency = 2.0
  3607. enabled = true
  3608. order = 200
  3609. }
  3610. VertexHeightNoiseVertHeight
  3611. {
  3612. seed = 1283704385
  3613. frequency = 8
  3614. octaves = 9
  3615. persistance = 0.6
  3616. heightStart = 0
  3617. heightEnd = 1
  3618. deformity = 1200
  3619. mode = Low
  3620. }
  3621. }
  3622. }
  3623. }
  3624.  
  3625. // Titan
  3626. Body
  3627. {
  3628. name = Titan
  3629. finalizeOrbit = true
  3630. Template
  3631. {
  3632. name = Laythe
  3633. removePQSMods = LandControl, VertexHeightNoise, VertexSimplexHeightMap, VertexHeightNoiseVertHeight
  3634. }
  3635. Orbit
  3636. {
  3637. // Target body name: Titan (606)
  3638. // Center body name: Saturn (699)
  3639. // Center-site name: BODY CENTER
  3640. referenceBody = Saturn
  3641. semiMajorAxis = 1221966238.511425
  3642. eccentricity = 0.02891936561555365
  3643. inclination = 6.460492679775526
  3644. meanAnomalyAtEpochD = 75.16117358815676
  3645. longitudeOfAscendingNode = 126.4945233702913
  3646. argumentOfPeriapsis = 182.0886765021483
  3647. color = 0.7, 0.5, 0.25, 1.0
  3648. }
  3649. Properties
  3650. {
  3651.  
  3652. description = Titan is the largest moon of Saturn. It is the only natural satellite known to have a dense atmosphere, and the only object other than Earth where clear evidence of stable bodies of surface liquid has been found.
  3653.  
  3654. radius = 2573300 // RSS datum, 2575000 topographical datum
  3655. gravParameter = 8.978133E+12
  3656. // mass = 1.3452E+23 commented out for low precision
  3657. ocean = true
  3658. // Stellar day.
  3659. rotationPeriod = 1377648
  3660. rotates = true
  3661. initialRotation = 0
  3662. tidallyLocked = true
  3663. // does nothing - axialTilt = 23.44
  3664. gravParameter = 8.9778648e+12
  3665. isHomeWorld = false
  3666.  
  3667. timewarpAltitudeLimits = 0 130000 130000 130000 2000000 35000000 35000000 35000000
  3668.  
  3669. biomeMap = RSS-Textures/PluginData/TitanBiomes.png
  3670.  
  3671. Biomes
  3672. {
  3673. Biome
  3674. {
  3675. name = Lowlands
  3676. value = 1.0
  3677. color = 0.427,0.282,0.106,1
  3678. }
  3679. Biome
  3680. {
  3681. name = Midlands
  3682. value = 1.0
  3683. color = 0.584,0.396,0.165,1
  3684. }
  3685. Biome
  3686. {
  3687. name = Highlands
  3688. value = 1.0
  3689. color = 0.816,0.612,0.365,1
  3690. }
  3691. Biome
  3692. {
  3693. name = Shores
  3694. value = 1.0
  3695. color = 0.824,0.843,0.075,1
  3696. }
  3697. Biome
  3698. {
  3699. name = Seas
  3700. value = 1.0
  3701. color = 0,0.992,1,1
  3702. }
  3703. Biome
  3704. {
  3705. name = Canyons
  3706. value = 1.0
  3707. color = 0.988,0,1,1
  3708. }
  3709. Biome
  3710. {
  3711. name = Poles
  3712. value = 1.0
  3713. color = 0,1,0.098,1
  3714. }
  3715. }
  3716.  
  3717. ScienceValues
  3718. {
  3719. landedDataValue = 11
  3720. splashedDataValue = 11
  3721. flyingLowDataValue = 12
  3722. flyingHighDataValue = 11.5
  3723. inSpaceLowDataValue = 10
  3724. inSpaceHighDataValue = 9
  3725. recoveryValue = 10
  3726. flyingAltitudeThreshold = 80000
  3727. spaceAltitudeThreshold = 500000
  3728. }
  3729. }
  3730. ScaledVersion
  3731. {
  3732. type = Atmospheric
  3733. fadeStart = 50000
  3734. fadeEnd = 52000
  3735. Material
  3736. {
  3737. texture = RSS-Textures/TitanColor
  3738. normals = RSS-Textures/Titan_NRM
  3739.  
  3740. shininess = 0.05
  3741. specular = 0.2,0.2,0.2,1
  3742.  
  3743. // Atmosphere settings
  3744. rimPower = 3.5
  3745. rimBlend = 0.9
  3746.  
  3747. // Atmosphere color ramp texture
  3748.  
  3749. Gradient
  3750. {
  3751. 0.0 = 0.7529, 0.7843, 0.9961, 1
  3752. 0.6 = 0.7529, 0.7843, 0.9961, 1
  3753. 1.0 = 0.0196, 0.0196, 0.0196, 1
  3754. }
  3755. }
  3756. }
  3757. Atmosphere
  3758. {
  3759. // effectively the ambient lighting color for all objects on the ground of this body (provides a slight tint)
  3760. ambientColor = 0.07529, 0.07843, 0.09961, 1
  3761.  
  3762. //
  3763. // shader.invWaveLength = Color( 1 / r^4, 1 / g^4, 1 / b^4, 0.5);
  3764. //
  3765. lightColor = 0.7637081, 0.6757305, 0.6348315, 1
  3766.  
  3767. // General atmosphere settings
  3768. enabled = true
  3769. oxygen = false
  3770. maxAltitude = 650000.0
  3771.  
  3772. // constants
  3773. adiabaticIndex = 1.4
  3774. atmosphereMolarMass = 0.02755
  3775.  
  3776. // Atmosphere Pressure
  3777. pressureCurve
  3778. {
  3779. key = 0 159.018 0 -0.00747715
  3780. key = 1700 146.700 -0.00701793 -0.00701793
  3781. key = 3000 137.799 -0.00667838 -0.00667838
  3782. key = 4500 128.067 -0.00629930 -0.00629930
  3783. key = 6000 118.894 -0.00593386 -0.00593386
  3784. key = 8000 107.496 -0.00546790 -0.00546790
  3785. key = 10000 97.0060 -0.00502627 -0.00502627
  3786. key = 12000 87.3748 -0.00460891 -0.00460891
  3787. key = 15000 74.4329 -0.00402798 -0.00402798
  3788. key = 20000 56.4797 -0.00317743 -0.00317743
  3789. key = 25000 42.4245 -0.00246723 -0.00246723
  3790. key = 30000 31.5914 -0.00188656 -0.00188656
  3791. key = 40000 17.2047 -0.00105786 -0.00105786
  3792. key = 50000 9.30008 -0.000570397 -0.000570397
  3793. key = 60000 5.10764 -0.000292345 -0.000292345
  3794. key = 70000 3.04815 -0.000137733 -0.000137733
  3795. key = 80000 2.04892 -7.25393E-05 -7.25393E-05
  3796. key = 100000 1.08690 -3.20363E-05 -3.20363E-05
  3797. key = 120000 0.617851 -1.68027E-05 -1.68027E-05
  3798. key = 140000 0.364361 -9.36345E-06 -9.36345E-06
  3799. key = 160000 0.220511 -5.41793E-06 -5.41793E-06
  3800. key = 180000 0.136183 -3.22018E-06 -3.22018E-06
  3801. key = 210000 0.0682663 -1.53028E-06 -1.53028E-06
  3802. key = 240000 0.0354184 -7.56769E-07 -7.56769E-07
  3803. key = 270000 0.0188934 -3.88778E-07 -3.88778E-07
  3804. key = 300000 0.0102750 -2.06166E-07 -2.06166E-07
  3805. key = 350000 0.00381591 -7.49244E-08 -7.49244E-08
  3806. key = 400000 0.00143321 -2.80703E-08 -2.80703E-08
  3807. key = 450000 0.000534673 -1.06511E-08 -1.06511E-08
  3808. key = 500000 0.000195333 -3.96574E-09 -3.96574E-09
  3809. key = 550000 7.08311E-05 -1.43027E-09 -1.43027E-09
  3810. key = 580000 2.60997E-05 -5.14035E-10 -5.14035E-10
  3811. key = 630000 1.45528E-05 -2.79666E-10 -2.79666E-10
  3812. key = 650000 0 0 0
  3813. }
  3814. // Atmosphere Temperature
  3815. temperatureCurve
  3816. {
  3817. key = 0 95 0 -0.00105
  3818. key = 45000 70 0 0
  3819. key = 65000 82 0.002 0.002
  3820. key = 80000 119 0.002 0.002
  3821. key = 100000 141 0.0006 0.0006
  3822. key = 140000 157.5 0.0003 0.0003
  3823. key = 200000 170 0.00015 0.00015
  3824. key = 300000 178 0 0
  3825. key = 400000 171 -0.00012 -0.00012
  3826. key = 500000 155 -0.00012 -0.00012
  3827. key = 600000 150 0 0
  3828. key = 650000 152 6E-05 0
  3829. }
  3830. atmosphereTemperatureSunMultCurve
  3831. {
  3832. key = 0 1 0 0
  3833. key = 125000 0 -2E-05 -2E-05
  3834. key = 175000 -1.5 0 0
  3835. key = 275000 3 0 0
  3836. key = 400000 1.5 -2E-05 -2E-05
  3837. key = 600000 0 0 0
  3838. key = 650000 0 0 0
  3839. }
  3840. latitudeTemperatureBiasCurve
  3841. {
  3842. key = 0 0.75 0 0
  3843. key = 90 -2 -0.0495 0
  3844. }
  3845. latitudeTemperatureSunMultCurve
  3846. {
  3847. key = 0 1 0 0
  3848. key = 90 0 -0.018 0
  3849. }
  3850. // axialTemperatureSunBiasCurve
  3851. // {
  3852. // key = 0 -0.69038 0 -0.0051147
  3853. // key = 23 -0.75 0 0
  3854. // key = 113 0 0.013090 0.013090
  3855. // key = 203 0.75 0 0
  3856. // key = 293 0 -0.013090 -0.013090
  3857. // key = 360 -0.69038 -0.0051147 0
  3858. // }
  3859. // axialTemperatureSunMultCurve
  3860. // {
  3861. // key = 0 0 0 0.018
  3862. // key = 90 1 0 0
  3863. // }
  3864. // eccentricityTemperatureBiasCurve
  3865. // {
  3866. // key = 0 0 0 0
  3867. // key = 1 0 0 0
  3868. // }
  3869. AtmosphereFromGround
  3870. {
  3871. innerRadius = 2574390
  3872. outerRadius = 2820000
  3873. //waveLength = 0.73, 0.76, 0.83, 1.0
  3874. }
  3875. }
  3876. PQS
  3877. {
  3878. deactivateAltitude = 87000
  3879. fadeStart = 52000
  3880. fadeEnd = 67000
  3881. Mods
  3882. {
  3883. // Height
  3884. VertexHeightMap
  3885. {
  3886. map = RSS-Textures/PluginData/TitanHeight.dds
  3887. offset = -50.0
  3888. deformity = 1000.0
  3889. scaleDeformityByRadius = false
  3890. order = 20
  3891. enabled = true
  3892. }
  3893. // Color
  3894. VertexColorSolid
  3895. {
  3896. blend = 1.0
  3897. color = 0.01, 0.01, 0.01, 1.0
  3898. enabled = true
  3899. order = 9999992
  3900. }
  3901. VertexSimplexNoiseColor
  3902. {
  3903. seed = 1234
  3904. blend = 0.03
  3905. colorStart = 0.0, 0.0, 0.0, 1.0
  3906. colorEnd = 1.0, 1.0, 1.0, 1.0
  3907. octaves = 8
  3908. persistence = 0.6
  3909. frequency = 4000
  3910. enabled = true
  3911. order = 9999994
  3912. }
  3913. VertexSimplexNoiseColor
  3914. {
  3915. seed = 1238
  3916. blend = 0.04
  3917. colorStart = 0.0, 0.0, 0.0, 1.0
  3918. colorEnd = 1.0, 1.0, 1.0, 1.0
  3919. octaves = 4
  3920. persistence = 0.7
  3921. frequency = 40000
  3922. enabled = true
  3923. order = 9999995
  3924. }
  3925. VertexColorMapBlend
  3926. {
  3927. map = RSS-Textures/TitanColor.dds
  3928. order = 9999993
  3929. blend = 0.85
  3930. enabled = true
  3931. }
  3932. AltitudeAlpha
  3933. {
  3934. atmosphereDepth = 15000 //fade to 0 at 15000
  3935. }
  3936. AerialPerspectiveMaterial
  3937. {
  3938. atmosphereDepth = 7000 //fair guess at scale height
  3939. globalDensity = -1E-05 // default
  3940. heightFalloff = 6.75 // default
  3941. }
  3942. }
  3943. }
  3944. }
  3945.  
  3946. // Iapetus
  3947. Body
  3948. {
  3949. name = Iapetus
  3950. finalizeOrbit = true
  3951. Template
  3952. {
  3953. name = Mun
  3954. removePQSMods = PQSLandControl, PQSMod_VoronoiCraters
  3955. }
  3956. Orbit
  3957. {
  3958. // Target body name: Iapetus (608)
  3959. // Center body name: Saturn (699)
  3960. // Center-site name: BODY CENTER
  3961. referenceBody = Saturn
  3962. semiMajorAxis = 3560162593.022970
  3963. eccentricity = 0.02880286281969610
  3964. inclination = 7.489
  3965. meanAnomalyAtEpochD = 139.5683324894335
  3966. longitudeOfAscendingNode = 50.29392880240187
  3967. argumentOfPeriapsis = 314.3819081366686
  3968. color = 1.0, 1.0, 1.0, 1.0
  3969. }
  3970.  
  3971. Properties
  3972. {
  3973. useTheInName = False
  3974. description = Iapetus is the furthest large regular moon in Saturn's system, usually inclined, making Saturn's rings visible from the moon's surface, with a large ridgeline along it's equator, giving this moon a curious, walnut like shape.
  3975. radius = 734500
  3976. mass = 1.805E+21
  3977. rotationPeriod = 6853377.6
  3978. tidallyLocked = true
  3979. initialRotation = 0
  3980. isHomeWorld = false
  3981. timewarpAltitudeLimits = 0 1000 2500 5000 10000 25000 30000 50000
  3982.  
  3983. biomeMap = RSS-Textures/PluginData/IapetusBiomes.png
  3984.  
  3985. Biomes
  3986. {
  3987. Biome
  3988. {
  3989. name = Lowlands
  3990. value = 1.0
  3991. color = 1,1,1,1
  3992. }
  3993. Biome
  3994. {
  3995. name = Northern Polar Region
  3996. value = 1.0
  3997. color = 0,0,0,1
  3998. }
  3999. Biome
  4000. {
  4001. name = Southern Polar Region
  4002. value = 1.0
  4003. color = 0.5,0.5,0.5,1
  4004. }
  4005. Biome
  4006. {
  4007. name = Crater
  4008. value = 1.0
  4009. color = 0,0,1,1
  4010. }
  4011. Biome
  4012. {
  4013. name = Turgis
  4014. value = 1.0
  4015. color = 1,0,0,1
  4016. }
  4017. Biome
  4018. {
  4019. name = Central Bulge
  4020. value = 1.0
  4021. color = 0,1,0,1
  4022. }
  4023.  
  4024. }
  4025.  
  4026. ScienceValues
  4027. {
  4028. landedDataValue = 10
  4029. inSpaceLowDataValue = 9
  4030. inSpaceHighDataValue = 8
  4031. recoveryValue = 9
  4032. flyingAltitudeThreshold = 2500
  4033. spaceAltitudeThreshold = 10000
  4034. }
  4035.  
  4036. }
  4037. ScaledVersion
  4038. {
  4039. type = Vacuum
  4040. fadeStart = 50000
  4041. fadeEnd = 52000
  4042. Material
  4043. {
  4044. texture = RSS-Textures/IapetusColor
  4045. normals = RSS-Textures/Flat_NRM // Needs equatorial ridge height map at least
  4046. shininess = 0.1
  4047. specular = 0.1,0.1,0.1,1
  4048. }
  4049. }
  4050. PQS
  4051. {
  4052. maxQuadLengthsPerFrame = 0.03
  4053. minLevel = 2
  4054. maxLevel = 12
  4055. minDetailDistance = 8
  4056. deactivateAltitude = 87000
  4057. fadeStart = 52000
  4058. fadeEnd = 67000
  4059. Mods
  4060. {
  4061. VertexColorMap
  4062. {
  4063. map = RSS-Textures/IapetusColor.dds
  4064. order = 10
  4065. enabled = true
  4066. }
  4067. VertexSimplexHeight
  4068. {
  4069. seed = 2211221
  4070. deformity = 1200.0
  4071. octaves = 12.0
  4072. persistence = 0.7
  4073. frequency = 1.0
  4074. enabled = true
  4075. order = 102
  4076. }
  4077. VertexSimplexNoiseColor
  4078. {
  4079. seed = 45
  4080. blend = 0.125
  4081. colorStart = 0,0,0,1
  4082. colorEnd = 1,1,1,1
  4083. octaves = 12.0
  4084. persistence = 0.7
  4085. frequency = 2.0
  4086. enabled = true
  4087. order = 200
  4088. }
  4089. VertexHeightNoiseVertHeight
  4090. {
  4091. seed = 1283704385
  4092. frequency = 8
  4093. octaves = 9
  4094. persistance = 0.6
  4095. heightStart = 0
  4096. heightEnd = 1
  4097. deformity = 1200
  4098. mode = Low
  4099. }
  4100. }
  4101. }
  4102. }
  4103.  
  4104. // Uranus
  4105. Body
  4106. {
  4107. name = Uranus
  4108. finalizeOrbit = true
  4109. Template
  4110. {
  4111. name = Jool
  4112. }
  4113. Orbit
  4114. {
  4115. // Target body name: Uranus (799)
  4116. // Center body name: Sun (10)
  4117. // Center-site name: BODY CENTER
  4118. referenceBody = Sun
  4119. semiMajorAxis = 2866832853163.975
  4120. eccentricity = 0.04620653158718433
  4121. inclination = 23.67256993343676
  4122. meanAnomalyAtEpochD = 286.8267359944493
  4123. longitudeOfAscendingNode = 1.846089669223938
  4124. argumentOfPeriapsis = 169.6876790522249
  4125. color = 0.38, 0.58, 0.78, 1.0
  4126. }
  4127.  
  4128. Properties
  4129. {
  4130. description = The seventh planet in our neighborhood, Uranus, named after the Greek god of the sky, is similar to the relatively nearby planet Neptune. Uranus is sometimes placed in a category separate from gas giants, known as "Ice Giants". Having a similar atmosphere to Jupiter and Saturn, Uranus is different from the two gas giants in that it contains more water, ammonia and methane. It also has the coldest planetary atmosphere, somewhere around 49K.
  4131.  
  4132. radius = 24702000 // 1000 atm, 25362000 to 1 bar
  4133. gravParameter = 5.793939E+15
  4134. // mass = 8.681E+25 commented out for low precision
  4135. rotationPeriod = 62063.712
  4136. tidallyLocked = false
  4137. initialRotation = 0
  4138. isHomeWorld = false
  4139. timewarpAltitudeLimits = 0 5000 30000 30000 100000 300000 600000 1000000
  4140.  
  4141. biomeMap = RSS-Textures/PluginData/UranusBiomes.png
  4142.  
  4143. Biomes
  4144. {
  4145. Biome
  4146. {
  4147. name = North Polar Bands
  4148. value = 1.0
  4149. color = 1,0,0.435,1
  4150. }
  4151. Biome
  4152. {
  4153. name = North Temperate Bands
  4154. value = 1.0
  4155. color = 1,0,1,1
  4156. }
  4157. Biome
  4158. {
  4159. name = North Equatorial Bands
  4160. value = 1.0
  4161. color = 0.643,0,1,1
  4162. }
  4163. Biome
  4164. {
  4165. name = Equatorial Bands
  4166. value = 1.0
  4167. color = 0.075,0.157,0.843,1
  4168. }
  4169. Biome
  4170. {
  4171. name = South Temperate Bands
  4172. value = 1.0
  4173. color = 0,0.773,1,1
  4174. }
  4175. Biome
  4176. {
  4177. name = South Polar Bands
  4178. value = 1.0
  4179. color = 0,0.992,0.992,1
  4180. }
  4181. }
  4182.  
  4183. ScienceValues
  4184. {
  4185. flyingLowDataValue = 10
  4186. flyingHighDataValue = 9.5
  4187. inSpaceLowDataValue = 9
  4188. inSpaceHighDataValue = 8
  4189. recoveryValue = 9
  4190. flyingAltitudeThreshold = 191000
  4191. spaceAltitudeThreshold = 30000000
  4192. }
  4193.  
  4194. }
  4195. ScaledVersion
  4196. {
  4197. type = Atmospheric
  4198. Material
  4199. {
  4200. texture = RSS-Textures/UranusColor
  4201. normals = RSS-Textures/Flat_NRM
  4202. shininess = 0.01
  4203. specular = 0,0,0,1
  4204.  
  4205. // Atmosphere settings
  4206. rimPower = 3.54
  4207. rimBlend = 0.9
  4208.  
  4209. // Atmosphere color ramp texture
  4210. Gradient
  4211. {
  4212. 0.0 = 0.094,0.220,0.643,1
  4213. 0.6 = 0.0549,0.0784,0.141,1
  4214. 1.0 = 0.0196,0.0196,0.0196,1
  4215. }
  4216. }
  4217. }
  4218.  
  4219. Atmosphere
  4220. {
  4221. // effectively the ambient lighting color for all objects on the ground of this body (provides a slight tint)
  4222. ambientColor = 0.05,0.05,0.05,1
  4223.  
  4224. //
  4225. // shader.invWaveLength = Color( 1 / r^4, 1 / g^4, 1 / b^4, 0.5);
  4226. //
  4227. lightColor = 0.6801278, 0.6741574, 0.6262613, 0.5
  4228.  
  4229. // General atmosphere settings
  4230. enabled = true
  4231. oxygen = false
  4232. maxAltitude = 1800000.0
  4233.  
  4234. // constants
  4235. adiabaticIndex = 1.44
  4236. atmosphereMolarMass = 0.002643
  4237.  
  4238. // Atmosphere Pressure
  4239. pressureCurve
  4240. {
  4241. key = 0 101325 0 -0.418209
  4242. key = 25000 91221.5 -0.390260 -0.390260
  4243. key = 50000 81802.8 -0.363415 -0.363415
  4244. key = 75000 73041.8 -0.337635 -0.337635
  4245. key = 100000 64912.5 -0.312879 -0.312879
  4246. key = 125000 57389.7 -0.289107 -0.289107
  4247. key = 150000 50449.3 -0.266278 -0.266278
  4248. key = 175000 44068.3 -0.244351 -0.244351
  4249. key = 200000 38224.6 -0.223283 -0.223283
  4250. key = 225000 32897.4 -0.203030 -0.203030
  4251. key = 250000 28066.7 -0.183549 -0.183549
  4252. key = 275000 23713.9 -0.164795 -0.164795
  4253. key = 300000 19821.2 -0.146725 -0.146725
  4254. key = 325000 16372.2 -0.129307 -0.129307
  4255. key = 350000 13350.6 -0.112526 -0.112526
  4256. key = 375000 10740.4 -0.0964021 -0.0964021
  4257. key = 400000 8522.94 -0.0812558 -0.0812558
  4258. key = 425000 6663.21 -0.0678024 -0.0678024
  4259. key = 450000 5119.42 -0.0559570 -0.0559570
  4260. key = 475000 3853.06 -0.0455879 -0.0455879
  4261. key = 500000 2828.77 -0.0365709 -0.0365709
  4262. key = 525000 2014.22 -0.0287896 -0.0287896
  4263. key = 550000 1379.90 -0.0221345 -0.0221345
  4264. key = 575000 898.965 -0.0165029 -0.0165029
  4265. key = 600000 547.027 -0.0117991 -0.0117991
  4266. key = 625000 302.023 -0.00793403 -0.00793403
  4267. key = 650000 143.952 -0.00483315 -0.00483315
  4268. key = 675000 54.4872 -0.00244405 -0.00244405
  4269. key = 700000 15.4202 -0.000830456 -0.000830456
  4270. key = 750000 1.16308 -5.31023E-05 -5.31023E-05
  4271. key = 800000 0.137922 -5.60162E-06 -5.60162E-06
  4272. key = 850000 0.0290118 -6.81046E-07 -6.81046E-07
  4273. key = 900000 0.00944111 -2.09856E-07 -2.09856E-07
  4274. key = 950000 0.00317065 -6.71703E-08 -6.71703E-08
  4275. key = 1000000 0.00116400 -2.16742E-08 -2.16742E-08
  4276. key = 1100000 0.000255877 -3.06885E-09 -3.06885E-09
  4277. key = 1200000 9.53996E-05 -7.79240E-10 -7.79240E-10
  4278. key = 1300000 4.63128E-05 -3.02563E-10 -3.02563E-10
  4279. key = 1400000 2.51406E-05 -1.44863E-10 -1.44863E-10
  4280. key = 1500000 1.44810E-05 -7.68239E-11 -7.68239E-11
  4281. key = 1600000 8.65765E-06 -4.32981E-11 -4.32981E-11
  4282. key = 1700000 5.31105E-06 -2.54014E-11 -2.54014E-11
  4283. key = 1800000 0 0 0
  4284. }
  4285. // Atmosphere Temperature
  4286. temperatureCurve
  4287. {
  4288. key = 0 731.3 0 -0.001083
  4289. key = 100000 621.2 -0.001118 -0.001118
  4290. key = 200000 508.5 -0.001130 -0.001130
  4291. key = 300000 398.0 -0.001053 -0.001053
  4292. key = 400000 306.6 -0.000789 -0.000789
  4293. key = 500000 224.3 -0.000862 -0.000862
  4294. key = 570000 161.7 -0.000929 -0.000929
  4295. key = 630000 104.5 -0.000966 -0.000966
  4296. key = 680000 60.2 -0.000660 -0.000660
  4297. key = 699500 53.0 0 0
  4298. key = 721000 53.0 0 0
  4299. key = 740000 58.4 0.000414 0.000414
  4300. key = 761250 65.0 0.000122 0.000122
  4301. key = 802250 70.0 0.000122 0.000122
  4302. key = 820000 87.1 0.001355 0.001355
  4303. key = 850000 120.2 0.000674 0.000674
  4304. key = 867000 126.0 0 0
  4305. key = 930000 128.8 0.000128 0.000128
  4306. key = 1000000 149.7 0.000530 0.000530
  4307. key = 1100000 230.7 0.000994 0.000994
  4308. key = 1200000 336.1 0.001046 0.001046
  4309. key = 1300000 417.0 0.000632 0.000632
  4310. key = 1400000 469.1 0.000430 0.000430
  4311. key = 1500000 505.7 0.000309 0.000309
  4312. key = 1650000 543.1 0.000200 0.000200
  4313. key = 1800000 568.1 0.000141 0
  4314. }
  4315. atmosphereTemperatureSunMultCurve
  4316. {
  4317. key = 0 0 0 0
  4318. key = 660000 0 0 0
  4319. key = 710000 1 3.3557E-06 3.3557E-06
  4320. key = 1008000 2 3.3557E-06 3.3557E-06
  4321. key = 1800000 4 0 0
  4322. }
  4323. latitudeTemperatureBiasCurve
  4324. {
  4325. key = 0 0 0 0
  4326. key = 90 -1.5 0 0
  4327. }
  4328. latitudeTemperatureSunMultCurve
  4329. {
  4330. key = 0 1.5 0 0
  4331. key = 90 0 0 0
  4332. }
  4333. // axialTemperatureSunBiasCurve
  4334. // {
  4335. // key = 0 3.2678 0 -0.087825
  4336. // key = 33 0 -0.10472 -0.10472
  4337. // key = 123 -6 0 0
  4338. // key = 213 0 0.10472 0.10472
  4339. // key = 303 6 0 0
  4340. // key = 360 3.2678 -0.087825 0
  4341. // }
  4342. // axialTemperatureSunMultCurve
  4343. // {
  4344. // key = 0 0 0 0.018
  4345. // key = 90 1 0 0
  4346. // }
  4347. // eccentricityTemperatureBiasCurve
  4348. // {
  4349. // key = 0 0 0 0
  4350. // key = 1 0 0 0
  4351. // }
  4352. }
  4353. }
  4354.  
  4355. // Neptune
  4356. Body
  4357. {
  4358. name = Neptune
  4359. finalizeOrbit = true
  4360. Template
  4361. {
  4362. name = Jool
  4363. }
  4364. Orbit
  4365. {
  4366. // Target body name: Neptune (899)
  4367. // Center body name: Sun (10)
  4368. // Center-site name: BODY CENTER
  4369. referenceBody = Sun
  4370. semiMajorAxis = 4497455832811.736
  4371. eccentricity = 0.008090397688364061
  4372. inclination = 22.30735942964904
  4373. meanAnomalyAtEpochD = 162.0995481888285
  4374. longitudeOfAscendingNode = 3.512610711801178
  4375. argumentOfPeriapsis = 29.81485402991322
  4376. color = 0.19215, 0.33333, 0.56862, 1.0
  4377. }
  4378.  
  4379. Properties
  4380. {
  4381. description = Neptune is the eighth and farthest planet from the Sun in the Solar System. It is the fourth-largest planet by diameter and the third-largest by mass. Among the gaseous planets in the Solar System, Neptune is the most dense.
  4382.  
  4383. radius = 24085000 // 1000 atm, 24622000 to 1 bar
  4384. gravParameter = 6.836529E+15
  4385. // mass = 1.0243E+26 commented out for low precision
  4386. rotationPeriod = 58000.32
  4387. tidallyLocked = false
  4388. initialRotation = 0
  4389. isHomeWorld = false
  4390. timewarpAltitudeLimits = 0 5000 30000 30000 100000 300000 600000 1000000
  4391.  
  4392. // FIXME add biomes
  4393.  
  4394. ScienceValues
  4395. {
  4396. flyingLowDataValue = 11
  4397. flyingHighDataValue = 10.5
  4398. inSpaceLowDataValue = 10
  4399. inSpaceHighDataValue = 9
  4400. recoveryValue = 10
  4401. flyingAltitudeThreshold = 191000
  4402. spaceAltitudeThreshold = 3000000
  4403. }
  4404.  
  4405. }
  4406. ScaledVersion
  4407. {
  4408. type = Vacuum
  4409. //fadeStart = 78000
  4410. //fadeEnd = 80000
  4411. Material
  4412. {
  4413. texture = RSS-Textures/NeptuneColor
  4414. normals = RSS-Textures/Flat_NRM
  4415. shininess = 0.01
  4416. specular = 0,0,0,1
  4417.  
  4418. // Atmosphere settings
  4419. rimPower = 3.54
  4420. rimBlend = 0.9
  4421.  
  4422. // Atmosphere color ramp texture
  4423. Gradient
  4424. {
  4425. 0.0 = 0.094,0.220,0.643,1
  4426. 0.6 = 0.0549,0.0784,0.141,1
  4427. 1.0 = 0.0196,0.0196,0.0196,1
  4428. }
  4429. }
  4430. }
  4431. Atmosphere
  4432. {
  4433. // effectively the ambient lighting color for all objects on the ground of this body (provides a slight tint)
  4434. ambientColor = 0.05,0.05,0.05,1
  4435.  
  4436. //
  4437. // shader.invWaveLength = Color( 1 / r^4, 1 / g^4, 1 / b^4, 0.5);
  4438. //
  4439. lightColor = 0.6801278, 0.6741574, 0.6262613, 0.5
  4440.  
  4441. // General atmosphere settings
  4442. enabled = true
  4443. oxygen = false
  4444. maxAltitude = 1400000.0
  4445.  
  4446. // constants
  4447. adiabaticIndex = 1.45
  4448. atmosphereMolarMass = 0.002604
  4449.  
  4450. // Atmosphere Pressure
  4451. pressureCurve
  4452. {
  4453. key = 0 101325 0 -0.521127
  4454. key = 20000 91247.1 -0.486879 -0.486879
  4455. key = 40000 81841.4 -0.453892 -0.453892
  4456. key = 60000 73083.3 -0.422121 -0.422121
  4457. key = 80000 64948.8 -0.391518 -0.391518
  4458. key = 100000 57415.1 -0.362037 -0.362037
  4459. key = 120000 50460.2 -0.333627 -0.333627
  4460. key = 140000 44063.2 -0.306241 -0.306241
  4461. key = 160000 38204.1 -0.279825 -0.279825
  4462. key = 180000 32864.0 -0.254328 -0.254328
  4463. key = 200000 28025.2 -0.229698 -0.229698
  4464. key = 220000 23670.7 -0.205885 -0.205885
  4465. key = 240000 19784.6 -0.182853 -0.182853
  4466. key = 260000 16351.5 -0.160584 -0.160584
  4467. key = 280000 13356.0 -0.139106 -0.139106
  4468. key = 300000 10781.4 -0.118515 -0.118515
  4469. key = 320000 8606.58 -0.0993524 -0.0993524
  4470. key = 340000 6790.00 -0.0827150 -0.0827150
  4471. key = 360000 5282.70 -0.0683712 -0.0683712
  4472. key = 380000 4041.82 -0.0560278 -0.0560278
  4473. key = 400000 3029.98 -0.0454272 -0.0454272
  4474. key = 420000 2214.63 -0.0363423 -0.0363423
  4475. key = 440000 1567.53 -0.0285710 -0.0285710
  4476. key = 460000 1064.26 -0.0219307 -0.0219307
  4477. key = 480000 683.360 -0.0163432 -0.0163432
  4478. key = 500000 403.847 -0.0117548 -0.0117548
  4479. key = 520000 208.199 -0.00790781 -0.00790781
  4480. key = 540000 85.0691 -0.00443461 -0.00443461
  4481. key = 560000 26.2779 -0.00167295 -0.00167295
  4482. key = 580000 7.28122 -0.000458867 -0.000458867
  4483. key = 600000 2.19930 -0.000124012 -0.000124012
  4484. key = 650000 0.268211 -8.09172E-06 -8.09172E-06
  4485. key = 700000 0.0721883 -1.71295E-06 -1.71295E-06
  4486. key = 750000 0.0234282 -5.06301E-07 -5.06301E-07
  4487. key = 800000 0.00814130 -1.69428E-07 -1.69428E-07
  4488. key = 850000 0.00289402 -5.96773E-08 -5.96773E-08
  4489. key = 900000 0.00103424 -2.12417E-08 -2.12417E-08
  4490. key = 950000 0.000371341 -7.56541E-09 -7.56541E-09
  4491. key = 1000000 0.000136678 -2.66293E-09 -2.66293E-09
  4492. key = 1100000 2.24623E-05 -3.71610E-10 -3.71610E-10
  4493. key = 1200000 4.94975E-06 -6.83942E-11 -6.83942E-11
  4494. key = 1300000 1.38395E-06 -1.62995E-11 -1.62995E-11
  4495. key = 1400000 0 0 0
  4496. }
  4497. // Atmosphere Temperature
  4498. temperatureCurve
  4499. {
  4500. key = 0 717.7 0 -0.001348
  4501. key = 100000 580.5 -0.001389 -0.001389
  4502. key = 200000 443.0 -0.001332 -0.001332
  4503. key = 275000 351.4 -0.001048 -0.001048
  4504. key = 350000 285.9 -0.000888 -0.000888
  4505. key = 425000 211.9 -0.001086 -0.001086
  4506. key = 500000 121.7 -0.001394 -0.001394
  4507. key = 545000 63.2 -0.000814 -0.000814
  4508. key = 568000 54.5 0 0
  4509. key = 590000 58.7 0.000344 0.000344
  4510. key = 610000 67.8 0.000775 0.000775
  4511. key = 630000 93.2 0.001406 0.001406
  4512. key = 670000 131.6 0.000653 0.000653
  4513. key = 710000 150.6 0.000340 0.000340
  4514. key = 750000 160.6 0.000177 0.000177
  4515. key = 790000 165.5 0.000073 0.000073
  4516. key = 834500 167.0 0 0
  4517. key = 929500 167.0 0 0
  4518. key = 1000000 174.6 0.000205 0.000205
  4519. key = 1100000 204.0 0.000357 0.000357
  4520. key = 1200000 242.7 0.000398 0.000398
  4521. key = 1300000 282.1 0.000393 0.000393
  4522. key = 1400000 320.5 0.000373 0
  4523. }
  4524. atmosphereTemperatureSunMultCurve
  4525. {
  4526. key = 0 0 0 0
  4527. key = 537000 0 0 0
  4528. key = 568000 1 2.99401E-06 2.99401E-06
  4529. key = 902000 2 2.99401E-06 2.99401E-06
  4530. key = 1400000 3 0 0
  4531. }
  4532. latitudeTemperatureBiasCurve
  4533. {
  4534. key = 0 0 0 0
  4535. key = 90 -1 0 0
  4536. }
  4537. latitudeTemperatureSunMultCurve
  4538. {
  4539. key = 0 1 0 0
  4540. key = 90 0 0 0
  4541. }
  4542. // axialTemperatureSunBiasCurve
  4543. // {
  4544. // key = 0 -1.9284 0 0.040110
  4545. // key = 40 0 0.052360 0.052360
  4546. // key = 130 3 0 0
  4547. // key = 220 0 -0.052360 -0.052360
  4548. // key = 310 -3 0 0
  4549. // key = 360 -1.9284 0.040110 0
  4550. // }
  4551. // axialTemperatureSunMultCurve
  4552. // {
  4553. // key = 0 0 0 0.018
  4554. // key = 90 1 0 0
  4555. // }
  4556. // eccentricityTemperatureBiasCurve
  4557. // {
  4558. // key = 0 0 0 0
  4559. // key = 1 0 0 0
  4560. // }
  4561. }
  4562. }
  4563.  
  4564. // Triton
  4565. Body
  4566. {
  4567. name = Triton
  4568. finalizeOrbit = true
  4569. Template
  4570. {
  4571. name = Mun
  4572. removePQSMods = PQSLandControl, PQSMod_VoronoiCraters
  4573. }
  4574. Orbit
  4575. {
  4576. // Target body name: Triton (801)
  4577. // Center body name: Neptune (899)
  4578. // Center-site name: BODY CENTER
  4579. referenceBody = Neptune
  4580. semiMajorAxis = 354767243.5406647
  4581. eccentricity = 0.0001688014359763687
  4582. inclination = 156.834
  4583. meanAnomalyAtEpochD = 358.6561877626771
  4584. longitudeOfAscendingNode = 197.1953239788069
  4585. argumentOfPeriapsis = 220.4523286895169
  4586. color = 1.0, 1.0, 1.0, 1.0
  4587. }
  4588.  
  4589. Properties
  4590. {
  4591. useTheInName = False
  4592. description = The largest satellite around Neptune, Triton is unique among all large moons in the Solar System for its retrograde orbit around its planet.
  4593. radius = 1353400
  4594. gravParameter = 1.4279E+12
  4595. // mass = 2.14E+22 less precise, so commented out
  4596. rotationPeriod = 507773
  4597. tidallyLocked = true
  4598. initialRotation = 0
  4599. isHomeWorld = false
  4600. timewarpAltitudeLimits = 0 1000 5000 10000 20000 50000 60000 100000
  4601.  
  4602. biomeMap = RSS-Textures/PluginData/TritonBiomes.png
  4603.  
  4604. Biomes
  4605. {
  4606. Biome
  4607. {
  4608. name = Flatlands
  4609. value = 3.0 // Distance based multiplier score?
  4610. color = 1,1,1,1
  4611. }
  4612. Biome
  4613. {
  4614. name = Northern Polar Region
  4615. value = 3.0
  4616. color = 0,0,0,1
  4617. }
  4618. Biome
  4619. {
  4620. name = Southern Polar Region
  4621. value = 3.0
  4622. color = 0.5,0.5,0.5,1
  4623. }
  4624.  
  4625. }
  4626.  
  4627. ScienceValues
  4628. {
  4629. landedDataValue = 12
  4630. inSpaceLowDataValue = 11
  4631. inSpaceHighDataValue = 10
  4632. recoveryValue = 11
  4633. flyingAltitudeThreshold = 7000
  4634. spaceAltitudeThreshold = 80000
  4635. }
  4636.  
  4637. }
  4638. ScaledVersion
  4639. {
  4640. type = Vacuum // It's really atmospheric, but thin - don't have the figures yet (Grayduster)
  4641. fadeStart = 50000
  4642. fadeEnd = 52000
  4643. Material
  4644. {
  4645. texture = RSS-Textures/TritonColor
  4646. normals = RSS-Textures/Flat_NRM
  4647. shininess = 0.1
  4648. specular = 0.1,0.1,0.1,1
  4649. }
  4650. }
  4651. PQS
  4652. {
  4653. maxQuadLengthsPerFrame = 0.03
  4654. minLevel = 2
  4655. maxLevel = 12
  4656. minDetailDistance = 8
  4657. deactivateAltitude = 87000
  4658. fadeStart = 52000
  4659. fadeEnd = 67000
  4660. Mods
  4661. {
  4662. VertexColorMap
  4663. {
  4664. map = RSS-Textures/TritonColor.dds
  4665. order = 10
  4666. enabled = true
  4667. }
  4668. VertexSimplexHeight
  4669. {
  4670. seed = 2211221
  4671. deformity = 1200.0
  4672. octaves = 12.0
  4673. persistence = 0.7
  4674. frequency = 1.0
  4675. enabled = true
  4676. order = 102
  4677. }
  4678. VertexSimplexNoiseColor
  4679. {
  4680. seed = 45
  4681. blend = 0.125
  4682. colorStart = 0,0,0,1
  4683. colorEnd = 1,1,1,1
  4684. octaves = 12.0
  4685. persistence = 0.7
  4686. frequency = 2.0
  4687. enabled = true
  4688. order = 200
  4689. }
  4690. VertexHeightNoiseVertHeight
  4691. {
  4692. seed = 1283704385
  4693. frequency = 8
  4694. octaves = 9
  4695. persistance = 0.6
  4696. heightStart = 0
  4697. heightEnd = 1
  4698. deformity = 1200
  4699. mode = Low
  4700. }
  4701. }
  4702. }
  4703. Atmosphere
  4704. {
  4705. // General atmosphere settings
  4706. enabled = true
  4707. oxygen = false
  4708. maxAltitude = 120000.0
  4709.  
  4710. // constants
  4711. adiabaticIndex = 1.4
  4712. atmosphereMolarMass = 0.02801
  4713.  
  4714. // Atmosphere Pressure
  4715. pressureCurve
  4716. {
  4717. key = 0 0.0165 0 -1.10123E-06
  4718. key = 2000 0.0144086 -9.90944E-07 -9.90944E-07
  4719. key = 4000 0.0125339 -8.84243E-07 -8.84243E-07
  4720. key = 6000 0.0108700 -7.80028E-07 -7.80028E-07
  4721. key = 8000 0.00941198 -6.78525E-07 -6.78525E-07
  4722. key = 10000 0.00815000 -5.85710E-07 -5.85710E-07
  4723. key = 12000 0.00706067 -5.05588E-07 -5.05588E-07
  4724. key = 15000 0.00569949 -4.05564E-07 -4.05564E-07
  4725. key = 20000 0.00400181 -2.81183E-07 -2.81183E-07
  4726. key = 25000 0.00282362 -1.95397E-07 -1.95397E-07
  4727. key = 30000 0.00200369 -1.36226E-07 -1.36226E-07
  4728. key = 40000 0.00102915 -6.70895E-08 -6.70895E-08
  4729. key = 50000 0.000544664 -3.37848E-08 -3.37848E-08
  4730. key = 60000 0.000297858 -1.74719E-08 -1.74719E-08
  4731. key = 80000 9.87262E-05 -5.11258E-09 -5.11258E-09
  4732. key = 100000 3.74313E-05 -1.69577E-09 -1.69577E-09
  4733. key = 110000 2.41553E-05 -1.02253E-09 -1.02253E-09
  4734. key = 120000 0 0 0
  4735. }
  4736. // Atmosphere Temperature
  4737. temperatureCurve
  4738. {
  4739. key = 0 37 0 -0.0003
  4740. key = 8000 36 0 0
  4741. key = 120000 56 0.0003 0
  4742. }
  4743. atmosphereTemperatureSunMultCurve
  4744. {
  4745. key = 0 1 0 -0.0002
  4746. key = 8000 0 0 0
  4747. key = 120000 0 0 0
  4748. }
  4749. latitudeTemperatureBiasCurve
  4750. {
  4751. key = 0 0.5 0 0
  4752. key = 90 -1.5 -0.036 0
  4753. }
  4754. latitudeTemperatureSunMultCurve
  4755. {
  4756. key = 0 4 0 0
  4757. key = 90 2 -0.036 0
  4758. }
  4759. // axialTemperatureSunBiasCurve
  4760. // {
  4761. // key = 0 -2.5712 0 0.053480
  4762. // key = 40 0 0.069813 0.069813
  4763. // key = 130 4 0 0
  4764. // key = 220 0 -0.069813 -0.069813
  4765. // key = 310 -4 0 0
  4766. // key = 360 -2.5712 0.053480 0
  4767. // }
  4768. // axialTemperatureSunMultCurve
  4769. // {
  4770. // key = 0 0 0 0.018
  4771. // key = 90 1 0 0
  4772. // }
  4773. // eccentricityTemperatureBiasCurve
  4774. // {
  4775. // key = 0 0 0 0
  4776. // key = 1 0 0 0
  4777. // }
  4778. }
  4779. }
  4780.  
  4781. // Pluto
  4782. Body
  4783. {
  4784. name = Pluto
  4785. finalizeOrbit = true
  4786. Template
  4787. {
  4788. name = Mun
  4789. removePQSMods = PQSLandControl, PQSMod_VoronoiCraters
  4790. }
  4791. Orbit
  4792. {
  4793. // Target body name: Pluto (999)
  4794. // Center body name: Sun (10)
  4795. // Center-site name: BODY CENTER
  4796. referenceBody = Sun
  4797. semiMajorAxis = 5845670624078.223
  4798. eccentricity = 0.2462772488425983
  4799. inclination = 23.61236405752844
  4800. meanAnomalyAtEpochD = 300.1297304812811
  4801. longitudeOfAscendingNode = 44.36099836994975
  4802. argumentOfPeriapsis = 184.4945352163909
  4803. color = 0.5, 0.5, 0.75, 1.0
  4804. }
  4805.  
  4806. Properties
  4807. {
  4808. useTheInName = False
  4809. description = Recently removed from the planetary list, Pluto has been dubbed a "minor-planet". It is the largest object in the Kuiper belt second most massive known dwarf planet. Pluto is mostly comprised of rock and ice and is quite small.
  4810.  
  4811. radius = 1187000 // 1143000
  4812. mass = 1.305E+22
  4813. rotationPeriod = 551856.672
  4814. tidallyLocked = false
  4815. initialRotation = 0
  4816. isHomeWorld = false
  4817. timewarpAltitudeLimits = 0 5000 30000 30000 100000 300000 600000 1000000
  4818.  
  4819. biomeMap = RSS-Textures/PluginData/PlutoBiomes.png
  4820.  
  4821. Biomes
  4822. {
  4823. Biome
  4824. {
  4825. name = Poles
  4826. value = 1.0
  4827. color = 0,0.992,1,1
  4828. }
  4829. Biome
  4830. {
  4831. name = Lowlands
  4832. value = 1.0
  4833. color = 0,0.008,1,1
  4834. }
  4835. Biome
  4836. {
  4837. name = Midlands
  4838. value = 1.0
  4839. color = 0.42,0.424,0.91,1
  4840. }
  4841. Biome
  4842. {
  4843. name = Highlands
  4844. value = 1.0
  4845. color = 0.639,0.639,0.922,1
  4846. }
  4847. }
  4848.  
  4849. ScienceValues
  4850. {
  4851. landedDataValue = 12
  4852. inSpaceLowDataValue = 11
  4853. inSpaceHighDataValue = 10
  4854. recoveryValue = 11
  4855. flyingAltitudeThreshold = 18000
  4856. spaceAltitudeThreshold = 100000
  4857. }
  4858.  
  4859. }
  4860. ScaledVersion
  4861. {
  4862. type = Vacuum
  4863. fadeStart = 50000
  4864. fadeEnd = 52000
  4865. Material
  4866. {
  4867. texture = RSS-Textures/PlutoColor
  4868. normals = RSS-Textures/Pluto_NRM
  4869. shininess = 0.05
  4870. specular = 0,0,0,1
  4871. }
  4872. }
  4873. PQS
  4874. {
  4875. maxQuadLengthsPerFrame = 0.8
  4876. minLevel = 2
  4877. maxLevel = 14
  4878. minDetailDistance = 8
  4879. deactivateAltitude = 87000
  4880. fadeStart = 52000
  4881. fadeEnd = 67000
  4882. Mods
  4883. {
  4884. VertexColorMap
  4885. {
  4886. map = RSS-Textures/PlutoColor.dds
  4887. order = 10
  4888. enabled = true
  4889. }
  4890. VertexHeightMap
  4891. {
  4892. map = RSS-Textures/PluginData/PlutoHeight.dds
  4893. offset = 0
  4894. deformity = 20578.0
  4895. scaleDeformityByRadius = false
  4896. order = 20
  4897. enabled = true
  4898. }
  4899. VertexSimplexHeight
  4900. {
  4901. seed = 2211221
  4902. deformity = 500.0
  4903. octaves = 12.0
  4904. persistence = 0.7
  4905. frequency = 10
  4906. enabled = true
  4907. order = 102
  4908. }
  4909. VertexSimplexNoiseColor
  4910. {
  4911. seed = 45
  4912. blend = 0.125
  4913. colorStart = 0,0,0,1
  4914. colorEnd = 1,1,1,1
  4915. octaves = 12.0
  4916. persistence = 0.7
  4917. frequency = 2.0
  4918. enabled = true
  4919. order = 200
  4920. }
  4921. VertexHeightNoiseVertHeight
  4922. {
  4923. seed = 1283704385
  4924. frequency = 8
  4925. octaves = 9
  4926. persistance = 0.6
  4927. heightStart = 0
  4928. heightEnd = 1
  4929. deformity = 1200
  4930. mode = Low
  4931. }
  4932. }
  4933. }
  4934. Atmosphere
  4935. {
  4936. // General atmosphere settings
  4937. enabled = true
  4938. oxygen = false
  4939. maxAltitude = 130000.0
  4940.  
  4941. // constants
  4942. adiabaticIndex = 1.4
  4943. atmosphereMolarMass = 0.02797
  4944.  
  4945. // Atmosphere Pressure
  4946. pressureCurve
  4947. {
  4948. key = 0 0.001 0 -4.94296E-08
  4949. key = 2000 0.000905994 -4.43577E-08 -4.43577E-08
  4950. key = 4000 0.000823118 -3.84624E-08 -3.84624E-08
  4951. key = 6000 0.000752101 -3.26203E-08 -3.26203E-08
  4952. key = 8000 0.000692231 -2.73754E-08 -2.73754E-08
  4953. key = 10000 0.000642053 -2.29428E-08 -2.29428E-08
  4954. key = 12000 0.000599901 -1.93437E-08 -1.93437E-08
  4955. key = 15000 0.000548315 -1.52843E-08 -1.52843E-08
  4956. key = 20000 0.000483599 -1.10179E-08 -1.10179E-08
  4957. key = 25000 0.000435000 -8.65802E-09 -8.65802E-09
  4958. key = 30000 0.000395132 -7.44503E-09 -7.44503E-09
  4959. key = 40000 0.000327728 -6.09006E-09 -6.09006E-09
  4960. key = 50000 0.000272397 -5.01656E-09 -5.01656E-09
  4961. key = 60000 0.000226692 -4.15500E-09 -4.15500E-09
  4962. key = 80000 0.000157156 -2.88291E-09 -2.88291E-09
  4963. key = 100000 0.000108701 -2.01568E-09 -2.01568E-09
  4964. key = 120000 7.48050E-05 -1.40893E-09 -1.40893E-09
  4965. key = 130000 0 0 0
  4966. }
  4967. // Atmosphere Temperature
  4968. temperatureCurve
  4969. {
  4970. key = 0 40.5 0 0
  4971. key = 30000 105 0 0
  4972. key = 130000 89 -0.0002 0
  4973. }
  4974. atmosphereTemperatureSunMultCurve
  4975. {
  4976. key = 0 1 0 -0.0002
  4977. key = 10000 0 0 0
  4978. key = 130000 0 0 0
  4979. }
  4980. latitudeTemperatureBiasCurve
  4981. {
  4982. key = 0 0 0 0
  4983. key = 90 0 0 0
  4984. }
  4985. latitudeTemperatureSunMultCurve
  4986. {
  4987. key = 0 4 0 0
  4988. key = 90 0 -0.072 0
  4989. }
  4990. // axialTemperatureSunBiasCurve
  4991. // {
  4992. // key = 0 5.7547 0 -0.096993
  4993. // key = 46 0 -0.13963 -0.13963
  4994. // key = 136 -8 0 0
  4995. // key = 226 0 0.13963 0.13963
  4996. // key = 316 8 0 0
  4997. // key = 360 5.7547 -0.096993 0
  4998. // }
  4999. // axialTemperatureSunMultCurve
  5000. // {
  5001. // key = 0 0 0 0.018
  5002. // key = 90 1 0 0
  5003. // }
  5004. // eccentricityTemperatureBiasCurve
  5005. // {
  5006. // key = 0 5 0 -10
  5007. // key = 1 -5 -10 0
  5008. // }
  5009. }
  5010. }
  5011.  
  5012. // Charon
  5013. zBody
  5014. {
  5015. name = Charon
  5016. finalizeOrbit = true
  5017. Template
  5018. {
  5019. name = Mun
  5020. removePQSMods = PQSLandControl, PQSMod_VoronoiCraters
  5021. }
  5022. Orbit
  5023. {
  5024. // Target body name: Charon (901)
  5025. // Center body name: Pluto (999)
  5026. // Center-site name: BODY CENTER
  5027. referenceBody = Pluto
  5028. semiMajorAxis = 19596193.83540397
  5029. eccentricity = 0.00005082225659448947
  5030. inclination = 0.001
  5031. meanAnomalyAtEpochD = 30.89989240060877
  5032. longitudeOfAscendingNode = 222.4053735570010
  5033. argumentOfPeriapsis = 188.4738646852448
  5034. color = 1.0, 1.0, 1.0, 1.0
  5035. }
  5036.  
  5037. Properties
  5038. {
  5039. useTheInName = False
  5040. description = Charon is the largest of Pluto's moons, and is mutually gravitationally locked with it, so each keeps the same face towards the other.
  5041. radius = 603500
  5042. mass = 1.52E+21
  5043. rotationPeriod = 551856.70656
  5044. tidallyLocked = true
  5045. initialRotation = 0
  5046. isHomeWorld = false
  5047. timewarpAltitudeLimits = 0 1000 5000 10000 20000 50000 60000 100000
  5048.  
  5049. ScienceValues
  5050. {
  5051. landedDataValue = 13
  5052. inSpaceLowDataValue = 12
  5053. inSpaceHighDataValue = 11
  5054. recoveryValue = 12
  5055. flyingAltitudeThreshold = 1000
  5056. spaceAltitudeThreshold = 5000
  5057. }
  5058.  
  5059. }
  5060. ScaledVersion
  5061. {
  5062. type = Vacuum
  5063. fadeStart = 50000
  5064. fadeEnd = 52000
  5065. Material
  5066. {
  5067. texture = RSS-Textures/PlutoColor
  5068. normals = RSS-Textures/Pluto_NRM
  5069. shininess = 0.1
  5070. specular = 0.1,0.1,0.1,1
  5071. }
  5072. }
  5073. PQS
  5074. {
  5075. maxQuadLengthsPerFrame = 0.03
  5076. minLevel = 2
  5077. maxLevel = 12
  5078. minDetailDistance = 8
  5079. deactivateAltitude = 87000
  5080. fadeStart = 52000
  5081. fadeEnd = 67000
  5082. Mods
  5083. {
  5084. VertexColorMap
  5085. {
  5086. map = RSS-Textures/PlutoColor.dds
  5087. order = 10
  5088. enabled = true
  5089. }
  5090. VertexSimplexHeight
  5091. {
  5092. seed = 2211221
  5093. deformity = 1200.0
  5094. octaves = 12.0
  5095. persistence = 0.7
  5096. frequency = 1.0
  5097. enabled = true
  5098. order = 102
  5099. }
  5100. VertexSimplexNoiseColor
  5101. {
  5102. seed = 45
  5103. blend = 0.125
  5104. colorStart = 0,0,0,1
  5105. colorEnd = 1,1,1,1
  5106. octaves = 12.0
  5107. persistence = 0.7
  5108. frequency = 2.0
  5109. enabled = true
  5110. order = 200
  5111. }
  5112. VertexHeightNoiseVertHeight
  5113. {
  5114. seed = 1283704385
  5115. frequency = 8
  5116. octaves = 9
  5117. persistance = 0.6
  5118. heightStart = 0
  5119. heightEnd = 1
  5120. deformity = 1200
  5121. mode = Low
  5122. }
  5123. }
  5124. }
  5125. }
  5126. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement