GregroxMun

Laythe Space Program

Jan 25th, 2016
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.63 KB | None | 0 0
  1. @Kopernicus:AFTER[Kopernicus]
  2. {
  3. !Body[Laythe] {}
  4. @Body[Kerbin]
  5. {
  6. @name = GregSux
  7. //explanation for name: Sigma88 was making most of this config, and I was trying to paste together some fixes to get this to work. Now, flash back to around September 2015, when I was first working on Alternis Kerbol Rekerjiggered. I was pretty sure that you couldn't give AlternisTylo a colored atmosphere, but then Sigma88 came along on the Kopernicus IRC with a screenshot of Tylo with a working atmosphere. It worked by swapping Tylo's template for Duna's template. In the lower right corner was the pilot of the test craft: GregSux Kerman. We all had a good ol' laugh. Fast forward to today, 1/19/2016, and I had both a bit to remove and a bit to modfy Kerbin in the exact same config. I didn't notice this. Thus, Sigma88 had every right to label the planet "GregSux"
  8. //cbNameLater = Bin
  9. @Template
  10. {
  11. RemovePQSMods = PQSCity
  12. }
  13. @Properties
  14. {
  15. description = When Bin was first observed through a telescope, the picture was not entered in the records because the scientist in charge thought he was looking at Laythe.Luckily this error was corrected when a plucky intern informed him that “telescopes don’t work that way”.The intern was shortly afterwards “promoted” and moved to the experimental rocket testing program. Bin is covered in liquid water, much like Laythe, but it has a significant amount of land mass. Some crazy fringe scientists believe that the green surface is not to due rusted copper, but instead due to macroscopic, ground based life. Such an idea is absurd, any unprotected creature would surely perish in the high-radiation environment above the water.
  16. isHomeWorld = False
  17. @ScienceValues
  18. {
  19. landedDataValue = 14
  20. splashedDataValue = 12
  21. flyingLowDataValue = 11
  22. flyingHighDataValue = 10
  23. inSpaceLowDataValue = 9
  24. inSpaceHighDataValue = 8
  25. recoveryValue = 8
  26. flyingAltitudeThreshold = 10000
  27. spaceAltitudeThreshold = 200000
  28. }
  29. }
  30. }
  31. @Body[Mun]
  32. {
  33.  
  34. @Orbit
  35. {
  36. @referenceBody = GregSux
  37. }
  38. @Properties
  39. {
  40. description = The Mun, is a large satellite orbiting Bin. It is mostly gray in appearance, with craters of various sizes dotting its otherwise smooth surface. It was the first moon of another planet to be discovered due to its relatively large size. Sometimes, Mun can be seen as a separate point of light in the sky next to Bin.
  41. @ScienceValues
  42. {
  43. landedDataValue = 8
  44. splashedDataValue = 1
  45. flyingLowDataValue = 1
  46. flyingHighDataValue = 1
  47. inSpaceLowDataValue = 7
  48. inSpaceHighDataValue = 5
  49. recoveryValue = 5
  50. flyingAltitudeThreshold = 18000
  51. spaceAltitudeThreshold = 50000
  52. }
  53. }
  54. }
  55. @Body[Minmus]
  56. {
  57. @Orbit
  58. {
  59. @referenceBody = GregSux
  60. }
  61. @Properties
  62. {
  63. description = Minmus is the smallest moon orbiting Bin. It is minty-fresh in color.
  64. @ScienceValues
  65. {
  66. landedDataValue = 7
  67. splashedDataValue = 1
  68. flyingLowDataValue = 1
  69. flyingHighDataValue = 1
  70. inSpaceLowDataValue = 7
  71. inSpaceHighDataValue = 5
  72. recoveryValue = 5
  73. flyingAltitudeThreshold = 18000
  74. spaceAltitudeThreshold = 22000
  75. }
  76. }
  77. }
  78. Body
  79. {
  80. name = Kerbin
  81. //cbNameLater = Laythe
  82. Template
  83. {
  84. name = Kerbin
  85. removePQSMods = PQSLandControl,QuadEnhanceCoast,VertexHeightMap,VertexHeightNoiseVertHeightCurve2,VertexRidgedAltitudeCurve,VertexSimplexHeightAbsolute
  86. }
  87. Properties
  88. {
  89. description = When Laythe was first discovered, it was not entered in the records because the scientist in charge thought he was looking at Kerbin.Luckily this error was corrected when a plucky intern informed him that “telescopes don’t work that way”.The intern was shortly afterwards “promoted” and moved to the experimental rocket testing program.
  90. radius = 500000
  91. geeASL = 0.800000011920929
  92. rotates = True
  93. rotationPeriod = 52980.8790593796
  94. tidallyLocked = True
  95. initialRotation = 90
  96. inverseRotThresholdAltitude = 100000
  97. albedo = 0.3
  98. emissivity = 0.7
  99. coreTemperatureOffset = 80
  100. isHomeWorld = True
  101. timewarpAltitudeLimits = 0,30000,30000,60000,120000,240000,480000,600000
  102. sphereOfInfluence = 3723645.81113302
  103. hillSphere = 5186318.66159496
  104. solarRotationPeriod = False
  105. navballSwitchRadiusMult = 0.06
  106. biomeMap = BUILTIN/laythe_biome
  107. useTheInName = False
  108. Biomes
  109. {
  110. Biome
  111. {
  112. name = Poles
  113. value = 0
  114. color = 0,0.9882353,1,1
  115. }
  116. Biome
  117. {
  118. name = Shores
  119. value = 0
  120. color = 0.9921569,0.6784314,0.007843138,1
  121. }
  122. Biome
  123. {
  124. name = Dunes
  125. value = 0
  126. color = 0.02352941,1,0,1
  127. }
  128. Biome
  129. {
  130. name = Crescent Bay
  131. value = 0
  132. color = 1,0,0,1
  133. }
  134. Biome
  135. {
  136. name = The Sagen Sea
  137. value = 0
  138. color = 0.02352941,0.1529412,0.9764706,1
  139. }
  140. }
  141. ScienceValues
  142. {
  143. landedDataValue = 14
  144. splashedDataValue = 12
  145. flyingLowDataValue = 11
  146. flyingHighDataValue = 10
  147. inSpaceLowDataValue = 9
  148. inSpaceHighDataValue = 8
  149. recoveryValue = 8
  150. flyingAltitudeThreshold = 10000
  151. spaceAltitudeThreshold = 200000
  152. }
  153. }
  154. Orbit
  155. {
  156. referenceBody = Jool
  157. inclination = 0
  158. eccentricity = 0
  159. semiMajorAxis = 27184000
  160. longitudeOfAscendingNode = 0
  161. argumentOfPeriapsis = 0
  162. meanAnomalyAtEpoch = 3.14000010490417
  163. epoch = 0
  164. color = 0.1347182,0.1694476,0.3059701,0.5411765
  165. }
  166. Atmosphere
  167. {
  168. enabled = True
  169. oxygen = True
  170. staticDensityASL = 0.764571404126208
  171. adiabaticIndex = 1.39999997615814
  172. maxAltitude = 50000
  173. altitude = 50000
  174. atmosphereDepth = 50000
  175. gasMassLapseRate = 4.93490965516617
  176. atmosphereMolarMass = 0.0289644002914429
  177. pressureCurveIsNormalized = False
  178. staticPressureASL = 81.0599975585938
  179. temperatureCurveIsNormalized = False
  180. temperatureLapseRate = 0.00554
  181. temperatureSeaLevel = 277
  182. ambientColor = 0.187128,0.2393932,0.3058824,1
  183. lightColor = 0.8432836,0.6682193,0.4983039,0
  184. pressureCurve
  185. {
  186. key = 0 60.795 0 -0.005216384
  187. key = 5250 33.40898 -0.004252711 -0.004252711
  188. key = 10000 17.78605 -0.002407767 -0.002407767
  189. key = 17000 7.100577 -0.001092064 -0.001092064
  190. key = 22000 3.812421 -0.0004677011 -0.0004677011
  191. key = 31000 1.312482 -0.0001961767 -0.0001961767
  192. key = 38000 0.5104055 -7.855808E-05 -7.855808E-05
  193. key = 50000 0 0 0
  194. }
  195. temperatureCurve
  196. {
  197. key = 0 277 0 -0.009285714
  198. key = 5250 206 -0.009253677 0
  199. key = 10000 206 0 0.001419616
  200. key = 17000 217.8 0.001414257 0.003959919
  201. key = 22000 235.5 0.0039412 -0.0002581542
  202. key = 31000 203 -0.003911343 -0.0007623209
  203. key = 38000 199 0 0.001478429
  204. key = 50000 214 0 0
  205. }
  206. temperatureSunMultCurve
  207. {
  208. key = 0 1 0 0
  209. key = 5250 0.1 -6.848309E-05 -6.848309E-05
  210. key = 10000 0 0 0
  211. key = 17000 0 0 0
  212. key = 27000 0.1763835 4.519309E-05 4.519309E-05
  213. key = 38000 1 4.497274E-05 4.497274E-05
  214. key = 50000 1.2 0 0
  215. }
  216. temperatureLatitudeBiasCurve
  217. {
  218. key = 0 5 0 -0.04354425
  219. key = 50 1 -0.2132 -0.2132
  220. key = 70 -10 -1.128971 -1.128971
  221. key = 90 -30 -0.02418368 0
  222. }
  223. temperatureLatitudeSunMultCurve
  224. {
  225. key = 0 6 0 0.02746098
  226. key = 40 9 0.2094055 0.2094055
  227. key = 65 11 0 0
  228. key = 90 2 0 0
  229. }
  230. temperatureAxialSunMultCurve
  231. {
  232. key = 0 0 0 0
  233. }
  234. AtmosphereFromGround
  235. {
  236. DEBUG_alwaysUpdateAll = False
  237. doScale = True
  238. ESun = 30
  239. g = -0.85
  240. innerRadius = 499687.5
  241. invWaveLength = 1.97745,5.015613,16.21895,0.5
  242. Km = 0.00015
  243. Kr = 0.00125
  244. outerRadius = 512500
  245. samples = 4
  246. scale = 0.4682932
  247. scaleDepth = -0.25
  248. transformScale = 0,0,0
  249. waveLength = 0.8432836,0.6682193,0.4983039,0
  250. outerRadiusMult = 1.025
  251. innerRadiusMult = 0.975
  252. }
  253. }
  254. ScaledVersion
  255. {
  256. type = Atmospheric
  257. fadeStart = 55000
  258. fadeEnd = 60000
  259. sphericalModel = False
  260. deferMesh = False
  261. Material
  262. {
  263. color = 1,1,1,1
  264. specular = 0.3059701,0.3059701,0.3059701,1
  265. shininess = 0.1661175
  266. texture = BUILTIN/newoceanmoon00
  267. normals = BUILTIN/newoceanmoon01
  268. rimPower = 5
  269. rimBlend = 1
  270. rimColorRamp = BUILTIN/AerialRampKerbin
  271. }
  272. }
  273. PQS
  274. {
  275. minLevel = 2
  276. maxLevel = 9
  277. minDetailDistance = 6
  278. maxQuadLengthsPerFrame = 0.03
  279. fadeStart = 60000
  280. fadeEnd = 120000
  281. deactivateAltitude = 160000
  282. Material
  283. {
  284. saturation = 1
  285. contrast = 1.55
  286. tintColor = 1,1,1,0
  287. texTiling = 1000
  288. texPower = 0.5
  289. multiPower = 0.3
  290. groundTexStart = 20000
  291. groundTexEnd = 60000
  292. steepTiling = 300
  293. steepPower = 1
  294. steepTexStart = 100000
  295. steepTexEnd = 200000
  296. deepTex = BUILTIN/SandyGround
  297. deepTexScale = 1,1
  298. deepTexOffset = 0,0
  299. deepMultiTex = BUILTIN/terrain_sand00
  300. deepMultiTexScale = 1,1
  301. deepMultiTexOffset = 0,0
  302. deepMultiFactor = 1
  303. mainTex = BUILTIN/SandyGround
  304. mainTexScale = 1,1
  305. mainTexOffset = 0,0
  306. mainMultiTex = BUILTIN/terrain_sand00
  307. mainMultiTexScale = 1,1
  308. mainMultiTexOffset = 0,0
  309. mainMultiFactor = 1
  310. highTex = BUILTIN/RockyGround
  311. highTexScale = 1,1
  312. highTexOffset = 0,0
  313. highMultiTex = BUILTIN/terrain_sand00
  314. highMultiTexScale = 1,1
  315. highMultiTexOffset = 0,0
  316. highMultiFactor = 1
  317. snowTex = BUILTIN/RockyGround
  318. snowTexScale = 1,1
  319. snowTexOffset = 0,0
  320. snowMultiTex = BUILTIN/terrain_sand00
  321. snowMultiTexScale = 1,1
  322. snowMultiTexOffset = 0,0
  323. snowMultiFactor = 1
  324. steepTex = BUILTIN/Cliff (Layered Rock)
  325. steepTexScale = 1,1
  326. steepTexOffset = 0,0
  327. deepStart = 0
  328. deepEnd = 0.6
  329. mainLoStart = 0
  330. mainLoEnd = 0.1
  331. mainHiStart = 0.2
  332. mainHiEnd = 0.3
  333. hiLoStart = 0.3
  334. hiLoEnd = 0.5
  335. hiHiStart = 0.9
  336. hiHiEnd = 0.95
  337. snowStart = 0.95
  338. snowEnd = 1
  339. fogColor = 0.7238806,0.9304873,1,1
  340. heightFallOff = 1.75
  341. globalDensity = -8E-06
  342. atmosphereDepth = 56000
  343. fogColorRamp = BUILTIN/blue_atmogradient
  344. fogColorRampScale = 1,1
  345. fogColorRampOffset = 0,0
  346. planetOpacity = 1
  347. }
  348. FallbackMaterial
  349. {
  350. saturation = 1
  351. contrast = 1.55
  352. tintColor = 1,1,1,0
  353. texTiling = 1000
  354. texPower = 0.5
  355. multiPower = 0.3
  356. groundTexStart = 20000
  357. groundTexEnd = 60000
  358. multiFactor = 0.5
  359. mainTex = BUILTIN/SandyGround
  360. mainTexScale = 1,1
  361. mainTexOffset = 0,0
  362. planetOpacity = 1
  363. }
  364. PhysicsMaterial
  365. {
  366. bounceCombine = Average
  367. frictionCombine = Maximum
  368. frictionDirection2 = 0,0,0
  369. bounciness = 0
  370. staticFriction = 0.8
  371. staticFriction2 = 0
  372. dynamicFriction = 0.6
  373. dynamicFriction2 = 0
  374. }
  375. Mods
  376. {
  377. LandControl
  378. {
  379. altitudeBlend = 0.01
  380. altitudeFrequency = 2
  381. altitudeOctaves = 2
  382. altitudePersistance = 0.5
  383. altitudeSeed = 53453
  384. createColors = True
  385. createScatter = True
  386. //heightMap = BUILTIN/oceanmoon_height
  387. latitudeBlend = 0.05
  388. latitudeFrequency = 12
  389. latitudeOctaves = 6
  390. latitudePersistance = 0.5
  391. latitudeSeed = 53456345
  392. longitudeBlend = 0.05
  393. longitudeFrequency = 12
  394. longitudeOctaves = 4
  395. longitudePersistance = 0.5
  396. longitudeSeed = 98888
  397. useHeightMap = False
  398. vHeightMax = 6000
  399. order = 100
  400. enabled = True
  401. altitudeSimplex
  402. {
  403. frequency = 2
  404. octaves = 2
  405. persistence = 0.5
  406. }
  407. latitudeSimplex
  408. {
  409. frequency = 12
  410. octaves = 6
  411. persistence = 0.5
  412. }
  413. longitudeSimplex
  414. {
  415. frequency = 12
  416. octaves = 4
  417. persistence = 0.5
  418. }
  419. landClasses
  420. {
  421. Class
  422. {
  423. alterApparentHeight = 0
  424. alterRealHeight = 0
  425. color = 0.2537314,0.2405032,0.2297777,0
  426. coverageBlend = 0
  427. coverageFrequency = 1
  428. coverageOctaves = 1
  429. coveragePersistance = 0.5
  430. coverageSeed = 1
  431. name = BaseLand
  432. latDelta = 1
  433. latitudeDouble = True
  434. lonDelta = 1
  435. minimumRealHeight = 0
  436. noiseBlend = 1
  437. noiseColor = 0.1865672,0.1837437,0.1676495,0
  438. noiseFrequency = 32
  439. noiseOctaves = 8
  440. noisePersistance = 0.5
  441. noiseSeed = 9234
  442. delete = False
  443. altitudeRange
  444. {
  445. endEnd = 3
  446. endStart = 3
  447. startEnd = 0.025000000372529
  448. startStart = 0
  449. }
  450. coverageSimplex
  451. {
  452. frequency = 1
  453. octaves = 1
  454. persistence = 0.5
  455. }
  456. latitudeDoubleRange
  457. {
  458. endEnd = 11
  459. endStart = 11
  460. startEnd = -9
  461. startStart = -9
  462. }
  463. latitudeRange
  464. {
  465. endEnd = 10
  466. endStart = 10
  467. startEnd = -10
  468. startStart = -10
  469. }
  470. longitudeRange
  471. {
  472. endEnd = 10
  473. endStart = 10
  474. startEnd = -10
  475. startStart = -10
  476. }
  477. noiseSimplex
  478. {
  479. frequency = 32
  480. octaves = 8
  481. persistence = 0.5
  482. }
  483. scatters
  484. {
  485. Scatter
  486. {
  487. density = 0.5
  488. scatterName = BrownRock
  489. }
  490. }
  491. }
  492. Class
  493. {
  494. alterApparentHeight = 0
  495. alterRealHeight = 0
  496. color = 0.3283582,0.2973594,0.2973594,0
  497. coverageBlend = 0.2
  498. coverageFrequency = 1
  499. coverageOctaves = 1
  500. coveragePersistance = 0.5
  501. coverageSeed = 75674
  502. name = Beach
  503. latDelta = 1
  504. latitudeDouble = True
  505. lonDelta = 1
  506. minimumRealHeight = 0
  507. noiseBlend = 1
  508. noiseColor = 0.3432836,0.3149603,0.2820687,0
  509. noiseFrequency = 24
  510. noiseOctaves = 8
  511. noisePersistance = 0.5
  512. noiseSeed = 75635
  513. delete = False
  514. altitudeRange
  515. {
  516. endEnd = 0.0700000002980232
  517. endStart = 0
  518. startEnd = 0
  519. startStart = -0.0500000007450581
  520. }
  521. coverageSimplex
  522. {
  523. frequency = 1
  524. octaves = 1
  525. persistence = 0.5
  526. }
  527. latitudeDoubleRange
  528. {
  529. endEnd = 11
  530. endStart = 11
  531. startEnd = -9
  532. startStart = -9
  533. }
  534. latitudeRange
  535. {
  536. endEnd = 10
  537. endStart = 10
  538. startEnd = -10
  539. startStart = -10
  540. }
  541. longitudeRange
  542. {
  543. endEnd = 10
  544. endStart = 10
  545. startEnd = -10
  546. startStart = -10
  547. }
  548. noiseSimplex
  549. {
  550. frequency = 24
  551. octaves = 8
  552. persistence = 0.5
  553. }
  554. scatters
  555. {
  556. Scatter
  557. {
  558. density = -1
  559. scatterName = BrownRock
  560. }
  561. }
  562. }
  563. Class
  564. {
  565. alterApparentHeight = 0
  566. alterRealHeight = 0
  567. color = 0.08402046,0.1054403,0.1492537,0
  568. coverageBlend = 0
  569. coverageFrequency = 1
  570. coverageOctaves = 1
  571. coveragePersistance = 0.5
  572. coverageSeed = 75674
  573. name = SeaFloor
  574. latDelta = 1
  575. latitudeDouble = True
  576. lonDelta = 1
  577. minimumRealHeight = 0
  578. noiseBlend = 1
  579. noiseColor = 0.06612043,0.07699783,0.1044776,0
  580. noiseFrequency = 24
  581. noiseOctaves = 8
  582. noisePersistance = 0.5
  583. noiseSeed = 75635
  584. delete = False
  585. altitudeRange
  586. {
  587. endEnd = -0.00999999977648258
  588. endStart = -0.0299999993294477
  589. startEnd = -10
  590. startStart = -10
  591. }
  592. coverageSimplex
  593. {
  594. frequency = 1
  595. octaves = 1
  596. persistence = 0.5
  597. }
  598. latitudeDoubleRange
  599. {
  600. endEnd = 11
  601. endStart = 11
  602. startEnd = -9
  603. startStart = -9
  604. }
  605. latitudeRange
  606. {
  607. endEnd = 10
  608. endStart = 10
  609. startEnd = -10
  610. startStart = -10
  611. }
  612. longitudeRange
  613. {
  614. endEnd = 10
  615. endStart = 10
  616. startEnd = -10
  617. startStart = -10
  618. }
  619. noiseSimplex
  620. {
  621. frequency = 24
  622. octaves = 8
  623. persistence = 0.5
  624. }
  625. scatters
  626. {
  627. Scatter
  628. {
  629. density = -1
  630. scatterName = BrownRock
  631. }
  632. }
  633. }
  634. Class
  635. {
  636. alterApparentHeight = 0
  637. alterRealHeight = 0
  638. color = 0.2313433,0.17757,0.1253783,0
  639. coverageBlend = 1
  640. coverageFrequency = 24
  641. coverageOctaves = 8
  642. coveragePersistance = 0.5
  643. coverageSeed = 234124
  644. name = Mud
  645. latDelta = 0
  646. latitudeDouble = False
  647. lonDelta = 1
  648. minimumRealHeight = 0
  649. noiseBlend = 1
  650. noiseColor = 0.3134328,0.2268716,0.1063042,0
  651. noiseFrequency = 24
  652. noiseOctaves = 8
  653. noisePersistance = 0.5
  654. noiseSeed = 5646345
  655. delete = False
  656. altitudeRange
  657. {
  658. endEnd = 1
  659. endStart = 0.300000011920929
  660. startEnd = 0.0399999991059303
  661. startStart = 0.0299999993294477
  662. }
  663. coverageSimplex
  664. {
  665. frequency = 24
  666. octaves = 8
  667. persistence = 0.5
  668. }
  669. latitudeDoubleRange
  670. {
  671. endEnd = 1
  672. endStart = 0.899999998509884
  673. startEnd = 0.550000011920929
  674. startStart = 0.5
  675. }
  676. latitudeRange
  677. {
  678. endEnd = 0.5
  679. endStart = 0.449999988079071
  680. startEnd = 0.100000001490116
  681. startStart = 0
  682. }
  683. longitudeRange
  684. {
  685. endEnd = 5
  686. endStart = 5
  687. startEnd = -5
  688. startStart = -5
  689. }
  690. noiseSimplex
  691. {
  692. frequency = 24
  693. octaves = 8
  694. persistence = 0.5
  695. }
  696. scatters
  697. {
  698. Scatter
  699. {
  700. density = -1
  701. scatterName = BrownRock
  702. }
  703. }
  704. }
  705. Class
  706. {
  707. alterApparentHeight = 0
  708. alterRealHeight = 0
  709. color = 0.7313433,0.7313433,0.7313433,0
  710. coverageBlend = 1
  711. coverageFrequency = 12
  712. coverageOctaves = 6
  713. coveragePersistance = 0.5
  714. coverageSeed = 234124
  715. name = Snow
  716. latDelta = 1
  717. latitudeDouble = True
  718. lonDelta = 1
  719. minimumRealHeight = 0
  720. noiseBlend = 1
  721. noiseColor = 0.5522388,0.5191829,0.4807953,0
  722. noiseFrequency = 24
  723. noiseOctaves = 8
  724. noisePersistance = 0.5
  725. noiseSeed = 5646345
  726. delete = False
  727. altitudeRange
  728. {
  729. endEnd = 3
  730. endStart = 3
  731. startEnd = 0.600000023841858
  732. startStart = 0.400000005960464
  733. }
  734. coverageSimplex
  735. {
  736. frequency = 12
  737. octaves = 6
  738. persistence = 0.5
  739. }
  740. latitudeDoubleRange
  741. {
  742. endEnd = 11
  743. endStart = 11
  744. startEnd = 0.699999988079071
  745. startStart = 0.5
  746. }
  747. latitudeRange
  748. {
  749. endEnd = 0.5
  750. endStart = 0.300000011920929
  751. startEnd = -10
  752. startStart = -10
  753. }
  754. longitudeRange
  755. {
  756. endEnd = 10
  757. endStart = 10
  758. startEnd = -10
  759. startStart = -10
  760. }
  761. noiseSimplex
  762. {
  763. frequency = 24
  764. octaves = 8
  765. persistence = 0.5
  766. }
  767. scatters
  768. {
  769. Scatter
  770. {
  771. density = -0.25
  772. scatterName = BrownRock
  773. }
  774. }
  775. }
  776. Class
  777. {
  778. alterApparentHeight = 100
  779. alterRealHeight = 10
  780. color = 0.7313433,0.7313433,0.7313433,0
  781. coverageBlend = 1
  782. coverageFrequency = 12
  783. coverageOctaves = 6
  784. coveragePersistance = 0.5
  785. coverageSeed = 234124
  786. name = IceCaps
  787. latDelta = 1
  788. latitudeDouble = True
  789. lonDelta = 1
  790. minimumRealHeight = 20
  791. noiseBlend = 0.25
  792. noiseColor = 0.5522388,0.5191829,0.4807953,0
  793. noiseFrequency = 24
  794. noiseOctaves = 8
  795. noisePersistance = 0.5
  796. noiseSeed = 5646345
  797. delete = False
  798. altitudeRange
  799. {
  800. endEnd = 2
  801. endStart = 2
  802. startEnd = -0.5
  803. startStart = -0.5
  804. }
  805. coverageSimplex
  806. {
  807. frequency = 12
  808. octaves = 6
  809. persistence = 0.5
  810. }
  811. latitudeDoubleRange
  812. {
  813. endEnd = 11
  814. endStart = 11
  815. startEnd = 0.96000000089407
  816. startStart = 0.958500001579523
  817. }
  818. latitudeRange
  819. {
  820. endEnd = 0.0414999984204769
  821. endStart = 0.0399999991059303
  822. startEnd = -10
  823. startStart = -10
  824. }
  825. longitudeRange
  826. {
  827. endEnd = 10
  828. endStart = 10
  829. startEnd = -10
  830. startStart = -10
  831. }
  832. noiseSimplex
  833. {
  834. frequency = 24
  835. octaves = 8
  836. persistence = 0.5
  837. }
  838. scatters
  839. {
  840. Scatter
  841. {
  842. density = -1
  843. scatterName = BrownRock
  844. }
  845. }
  846. }
  847. }
  848. scatters
  849. {
  850. Scatter
  851. {
  852. materialType = BumpedDiffuse
  853. mesh = BUILTIN/boulder
  854. castShadows = True
  855. densityFactor = 1
  856. maxCache = 512
  857. maxCacheDelta = 32
  858. maxLevelOffset = 0
  859. maxScale = 1.5
  860. maxScatter = 30
  861. maxSpeed = 1000
  862. minScale = 0.25
  863. recieveShadows = True
  864. name = BrownRock
  865. seed = 345234534
  866. verticalOffset = 0
  867. delete = False
  868. collide = False
  869. science = False
  870. Material
  871. {
  872. color = 1,1,1,1
  873. mainTex = BUILTIN/brown_cliff
  874. mainTexScale = 1,1
  875. mainTexOffset = 0,0
  876. bumpMap = BUILTIN/bouldernormal
  877. bumpMapScale = 1,1
  878. bumpMapOffset = 0,0
  879. }
  880. Experiment
  881. {
  882. }
  883. }
  884. }
  885. }
  886. AerialPerspectiveMaterial
  887. {
  888. atmosphereDepth = 150000
  889. cameraAlt = 0
  890. cameraAtmosAlt = 0
  891. DEBUG_SetEveryFrame = True
  892. globalDensity = -1E-05
  893. heightDensAtViewer = 0
  894. heightFalloff = 6.75
  895. order = 100
  896. enabled = True
  897. }
  898. VertexHeightNoise
  899. {
  900. deformity = 800
  901. frequency = 18
  902. octaves = 4
  903. persistence = 0.7
  904. seed = 1238999999
  905. noiseType = RiggedMultifractal
  906. mode = Low
  907. lacunarity = 3
  908. order = 21
  909. enabled = True
  910. }
  911. VertexSimplexHeightMap
  912. {
  913. deformity = 900
  914. frequency = 12
  915. heightEnd = 1
  916. heightStart = 0.6
  917. map = BUILTIN/Laythe/PQSMod_VertexSimplexHeightMap/_Height
  918. octaves = 8
  919. persistence = 0.5
  920. seed = 55345
  921. order = 20
  922. enabled = True
  923. }
  924. QuadEnhanceCoast
  925. {
  926. coastLessThan = 0
  927. oceanFactor = 1
  928. order = 9999
  929. enabled = True
  930. }
  931. AerialPerspectiveMaterial
  932. {
  933. atmosphereDepth = 5000
  934. cameraAlt = 0
  935. cameraAtmosAlt = 0
  936. DEBUG_SetEveryFrame = False
  937. globalDensity = -7.5E-06
  938. heightDensAtViewer = 0
  939. heightFalloff = 0.2
  940. order = 100
  941. enabled = True
  942. }
  943. VertexHeightNoiseVertHeight
  944. {
  945. heightStart = 0.2
  946. heightEnd = 1
  947. deformity = 200
  948. frequency = 400
  949. octaves = 2
  950. persistance = 0.7
  951. seed = 3475645
  952. mode = Low
  953. order = 20
  954. enabled = True
  955. }
  956. VertexHeightMap
  957. {
  958. map = BUILTIN/Laythe/PQSMod_VertexHeightMap/_Height
  959. offset = -2000
  960. deformity = 8000
  961. scaleDeformityByRadius = False
  962. order = 100
  963. enabled = True
  964. }
  965. }
  966. }
  967. }
  968. }
Advertisement
Add Comment
Please, Sign In to add comment