Advertisement
GregroxMun

Ameli.cfg

May 25th, 2016
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.01 KB | None | 0 0
  1. @Kopernicus:FOR[RevampedStockSystem]
  2. {
  3. Body
  4. {
  5. name = Ameli
  6. //used to be Cim, but I kept mis-spelling it so I had to change the name. ;)
  7. //Cim is pretty much just Alternis Minmus with a changed seed for the craters and vertex planet.
  8. Template
  9. {
  10. name = Minmus
  11. }
  12. Properties
  13. {
  14. description = Ameli is a small regular moon orbiting Jool. Its bright red color made it quite easily visible against the green color of its parent planet. Ameli is thought to be made of various ices and rocks, and was probably formed out of the same accretion disc that formed Jool and the major moons Laythe, Vall, and Tylo. Ameli is the closest moon to Jool, and goes around Jool in less than one Joolian day.
  15. geeASL = 0.00954
  16. radius = 20000
  17. sphereOfInfluence = 41000
  18. tidallyLocked = true
  19. ScienceValues
  20. {
  21. spaceAltitudeThreshold = 7000
  22. flyingAltitudeThreshold = 20
  23. landedDataValue = 5
  24. inSpaceLowDataValue = 2
  25. inSpaceHighDataValue = 2
  26. recoveryValue = 4
  27. }
  28. }
  29. ScaledVersion
  30. {
  31. Material
  32. {
  33. specular = 0,0,0,1
  34. shininess = 1
  35. texture = RevampedStockSystem/Textures/Cim_Color
  36. normals = RevampedStockSystem/Textures/Cim_Normal
  37. }
  38. }
  39. PQS
  40. {
  41. Mods
  42. {
  43. VertexColorMap
  44. {
  45. map = RevampedStockSystem/Textures/Cim_Color.png
  46. order = 102
  47. }
  48. VertexHeightMap
  49. {
  50. map = RevampedStockSystem/PluginData/CimBlob.png
  51. deformity = 9000
  52. ignorelandscape = true
  53. }
  54. VoronoiCraters
  55. {
  56. name = 1
  57. deformation = 200
  58. voronoiSeed = 42
  59. voronoiDisplacement = 0.1
  60. voronoiFrequency = 6
  61. simplexSeed = 123123
  62. simplexOctaves = 9
  63. simplexPersistence = 0.5
  64. simplexFrequency = 120
  65. jitter = 0.1
  66. jitterHeight = 3
  67. rFactor = 0.5
  68. rOffset = 1
  69. colorOpacity = 0
  70. DebugColorMapping = false
  71. enabled = true
  72. order = 101
  73. }
  74. // This is one of the most powerful mods, it can generate a fully procedural Planet. I have no idea what some of the values do.
  75. VertexPlanet
  76. {
  77. seed = 42
  78. buildHeightColors = false
  79. colorDeformity = 6000
  80. ContinentalSimplex
  81. {
  82. deformity = 1
  83. frequency = 1
  84. octaves = 10
  85. persistance = 0.400000005960464
  86. seed = 33124
  87. }
  88. RuggednessSimplex
  89. {
  90. deformity = 1
  91. frequency = 0.5
  92. octaves = 4
  93. persistance = 0.5
  94. seed = 33125
  95. }
  96. SharpnessNoise
  97. {
  98. seed = 0
  99. deformity = 0.00100000004749745
  100. octaves = 4
  101. persistance = 0.5
  102. frequency = 0.5
  103. Noise
  104. {
  105. frequency = 0.5
  106. lacunarity = 0.5
  107. quality = High
  108. octaveCount = 4
  109. seed = 33127
  110. }
  111. }
  112. SharpnessSimplexMap
  113. {
  114. deformity = 50
  115. frequency = 1.5
  116. octaves = 4
  117. persistance = 0.550000011920929
  118. seed = 33128
  119. }
  120. deformity = 2305
  121.  
  122. // The LandClasses define the surface-color, so we change them
  123.  
  124. //oceanDepth = 0
  125. //oceanLevel = 0
  126. //oceanSnap = false
  127. //oceanStep = 0
  128. seed = 33123
  129. terrainRidgeBalance = 0.1
  130. terrainRidgesMax = 1
  131. terrainRidgesMin = 0.4
  132. terrainShapeStart = 2
  133. terrainShapeEnd = -2
  134. terrainSmoothing = 0.100000001490116
  135. TerrainTypeSimplex
  136. {
  137. deformity = 1
  138. frequency = 4
  139. octaves = 12
  140. persistance = 0.7
  141. seed = 33126
  142. }
  143. enabled = True
  144. order = 100
  145. }
  146. }
  147. }
  148. Orbit
  149. {
  150. referenceBody = Jool
  151. semiMajorAxis = 18136600
  152. inclination = 0.01
  153. eccentricity = 0.0
  154. longitudeOfAscendingNode = 78
  155. argumentOfPeriapsis = 38
  156. meanAnomalyAtEpoch = 0.899
  157. epoch = 0
  158. color = RGBA(77, 26, 26, 255)
  159. }
  160. }
  161. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement