Advertisement
GregroxMun

RandomULkerbin

Aug 9th, 2016
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.80 KB | None | 0 0
  1. @Kopernicus:FOR[ProceduralPlanets]
  2. {
  3. Body
  4. {
  5. name = Terrestrial Planet
  6.  
  7.  
  8. //----------------------------------------------------------
  9. TerrestrialPlanetSettings
  10. {
  11. Radius = 890234
  12. //radius in meters
  13.  
  14. Density = 4.73
  15. //density in g/cm^3
  16.  
  17. SystemScaleMultiplier = 0.1
  18. //Stock is 0.1, RSS is 1, 64K is 0.64, etc.
  19. //Rescale relative to RSS
  20.  
  21. Seed = 17375
  22. //Seed for PQSmods
  23.  
  24. NoiseType = Billow
  25. //Options:
  26. //Perlin: Kerbin-like
  27. //Billow: Separate Continents. Kinda Britain-y
  28. //RiggedMultifractal: UL-like (Seas where Land should be)
  29.  
  30. FrequencyMult = 1
  31. //Between 0.7 and 1.3
  32. //Default = 1
  33. //Changes how large scale the continents/oceans are.
  34.  
  35. Lacunarity = 2.5
  36. //Between 1.8 and 5
  37. //Default = 2.5
  38. //Makes the land do something, but it's hard to describe *what*.
  39. }
  40. //----------------------------------------------------------
  41.  
  42.  
  43. Debug
  44. {
  45. exportMesh = true
  46. update = true
  47. }
  48. Template
  49. {
  50. name = Kerbin
  51. removePQSMods = PQSMod_VertexHeightMap, PQSCity[IslandAirfield], MapDecalTangent[IslandAirfield], PQSCity[UFO], PQSCity[Pyramids], FlattenArea[Pyramids]
  52. }
  53. Orbit
  54. {
  55. eccentricity = 0.092
  56. longitudeOfAscendingNode = 147
  57. argumentOfPeriapsis = 316
  58. meanAnomalyAtEpoch = 190
  59. epoch = 1000
  60. color = 0.0, 0.427, 0.443, 1.0
  61. }
  62. Properties
  63. {
  64. description = A planet with grass, deserts, savannahs, and oceans.
  65. radius = #$../TerrestrialPlanetSettings/Radius$
  66. geeASL = 1
  67. @geeASL *= #$../TerrestrialPlanetSettings/Radius$
  68. @geeASL /= 6371000
  69. @geeASL *= #$../TerrestrialPlanetSettings/Density$
  70. @geeASL /= 5.51
  71. @geeASL /= #$../TerrestrialPlanetSettings/SystemScaleMultiplier$
  72. isHomeWorld = False
  73. timewarpAltitudeLimits = 0 80000 85000 90000 100000 200000 400000 600000
  74. }
  75. ScaledVersion
  76. {
  77. Material
  78. {
  79. //texture = RandomUL/PluginData/
  80. //normals = RandomUL/PluginData/
  81. specColor = 0,0,0,1
  82. }
  83. }
  84. PQS
  85. {
  86. maxQuadLengthsPerFrame = 0.03
  87. minLevel = 2
  88. maxLevel = 6
  89. minDetailDistance = 8
  90.  
  91. Mods
  92. {
  93. VertexSimplexHeight
  94. {
  95. seed = #$../../../TerrestrialPlanetSettings/Seed$
  96. deformity = 1400.0
  97. @deformity /= 600000
  98. @deformity *= #$../../../TerrestrialPlanetSettings/Radius$
  99. octaves = 1.0
  100. persistence = 0.25
  101. frequency = 1.25
  102. enabled = true
  103. order = 100
  104. }
  105.  
  106. VertexSimplexHeightAbsolute
  107. {
  108. seed = #$../../../TerrestrialPlanetSettings/Seed$
  109. deformity = 250
  110. @deformity /= 600000
  111. @deformity *= #$../../../TerrestrialPlanetSettings/Radius$
  112. octaves = 1.0
  113. persistence = 0.75
  114. frequency = 15.0
  115. enabled = true
  116. order = 100
  117. }
  118.  
  119. VertexHeightNoise
  120. {
  121. noiseType = #$../../../TerrestrialPlanetSettings/NoiseType$
  122. deformity = 3500
  123. @deformity /= 600000
  124. @deformity *= #$../../../TerrestrialPlanetSettings/Radius$
  125. seed = #$../../../TerrestrialPlanetSettings/Seed$
  126. frequency = 0.0000021
  127. @frequency *= #$../../../TerrestrialPlanetSettings/Radius$
  128. lacunarity = #$../../../TerrestrialPlanetSettings/Lacunarity$
  129. persistence = 0.5
  130. octaves = 15
  131. mode = Low
  132. enabled = True
  133. order = 19
  134. }
  135. LandControl
  136. {
  137. latitudeSeed = #$../../../TerrestrialPlanetSettings/Seed$
  138. altitudeSeed = #$../../../TerrestrialPlanetSettings/Seed$
  139. longitudeSeed = #$../../../TerrestrialPlanetSettings/Seed$
  140. vHeightMax = 6500
  141. @vHeightMax /= 600000
  142. @vHeightMax *= #$../../../TerrestrialPlanetSettings/Radius$
  143. }
  144. VertexHeightNoiseVertHeightCurve2
  145. {
  146. deformity = 2500
  147. @deformity /= 600000
  148. @deformity *= #$../../../TerrestrialPlanetSettings/Radius$
  149. ridgedAddSeed = #$../../../TerrestrialPlanetSettings/Seed$
  150. ridgedAddFrequency = 24
  151. ridgedAddLacunarity = 8
  152. ridgedAddOctaves = 12
  153. ridgedSubSeed = #$../../../TerrestrialPlanetSettings/Seed$
  154. ridgedSubFrequency = 12
  155. ridgedSubLacunarity = 6
  156. ridgedSubOctaves = 12
  157. simplexCurve
  158. {
  159. key = 0 0 0 0
  160. key = 0.9328867 0.4 1.659658 1.659658
  161. key = 1 3 3.005844 3.005844
  162. }
  163. simplexHeightStart = 100
  164. simplexHeightEnd = 4500
  165. simplexSeed = #$../../../TerrestrialPlanetSettings/Seed$
  166. simplexOctaves = 12
  167. simplexPersistence = 0.2
  168. simplexFrequency = 50
  169. enabled = true
  170. order = 200
  171. }
  172. }
  173. }
  174. }
  175. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement