Guest User

cfg file

a guest
Apr 22nd, 2022
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.14 KB | None | 0 0
  1. @Kopernicus:AFTER[KOPERNICUS]
  2. {
  3. Body
  4. {
  5. name = Chirpo
  6. Template
  7. {
  8. name = Moho
  9. cacheFile = Iris/Cache/ChirpoCache.bin
  10. removeAllPQSMods = true
  11.  
  12. }
  13. Properties
  14. {
  15. description = oogabooga
  16. radius = 300000
  17. geeASL = 0.76
  18. isHomeWorld = false
  19. tidallyLocked = false
  20. rotationPeriod = 230400
  21. rotates = true
  22. initialRotation = 0
  23. timewarpAltitudeLimits = 0 2500 5000 7500 25000 50000 150000 200000
  24. ScienceValues
  25. {
  26. landedDataValue = 20
  27. splashedDataValue = 20
  28. flyingLowDataValue = 15
  29. flyingHighDataValue = 15
  30. inSpaceLowDataValue = 10
  31. inSpaceHighDataValue = 10
  32. recoveryValue = 15
  33. flyingAltitudeThreshold =17500
  34. spaceAltitudeThreshold = 250000
  35. }
  36. biomeMap = Iris/PluginData/Chirpo_biome.dds
  37. Biomes
  38. {
  39. Biome
  40. {
  41. name = Fleshlands
  42. value = 2
  43. color = 0,0,255,1
  44. }
  45. Biome
  46. {
  47. name = Polarmeat
  48. value = 5
  49. color = 0,255,0,1
  50. }
  51. Biome
  52. {
  53. name = Putridlands
  54. value = 3
  55. color = 255,255,0,1
  56. }
  57. Biome
  58. {
  59. name = Lens
  60. value = 10
  61. color = 255,255,255,1
  62. }
  63. Biome
  64. {
  65. name = Help
  66. value = 1
  67. color = 255,0,0,1
  68. }
  69. }
  70.  
  71. }
  72. Orbit
  73. {
  74. referenceBody = Kerbin
  75. color = 200.0,50.0,50.0,1.0
  76. inclination = 0.2
  77. eccentricity = 0.01
  78. semiMajorAxis = 7000000
  79. longitudeOfAscendingNode = 8
  80. argumentOfPeriapsis = 4
  81. meanAnomalyAtEpoch = 15
  82. epoch = 0
  83.  
  84. }
  85. ScaledVersion
  86. {
  87. type = Vacuum
  88. Material
  89. {
  90. texture = Iris/PluginData/Chirpo_texture.dds
  91. normals = Iris/PluginData/Chirpo_normal.dds
  92. rimPower = 3
  93. rimBlend = 0.2
  94. Gradient
  95. {
  96. 0.0 = 0.6,0.1,0.1,1.0
  97. 0.5 = 0.7,0.2,0.6,1.0
  98. 1.0 = 0.0196,0.0196,0.196,1.0
  99. }
  100.  
  101. }
  102.  
  103. }
  104. PQS
  105. {
  106. Mods
  107. {
  108. VertexHeightMap
  109. {
  110. map = Iris/PluginData/Chirpo_height.dds
  111. deformity = 400
  112. offset = -200
  113. scaleDeformityByRadius = false
  114. order = 20
  115. enabled = true
  116. }
  117. VertexHeightNoiseVertHeightCurve2
  118. {
  119. deformity = 100
  120. ridgedAddSeed = 123456
  121. ridgedAddFrequency = 12
  122. ridgedAddLacunarity = 2
  123. ridgedAddOctaves = 4
  124. ridgedSubSeed = 654321
  125. ridgedSubFrequency = 12
  126. ridgedSubLacunarity = 2
  127. ridgedSubOctaves = 4
  128. simplexCurve
  129. {
  130. key = 0 0 0.1466263 0.1466263
  131. key = 0.7922793 0.2448772 0.6761706 1.497418
  132. key = 1 1 6.106985 6.106985
  133. }
  134. simplexHeightStart = 0
  135. simplexHeightEnd = 6500
  136. simplexSeed = 123456
  137. simplexOctaves = 4
  138. simplexPersistence = 0.6
  139. simplexFrequency = 12
  140. enabled = true
  141. order = 200
  142. }
  143. HeightColorMap
  144. {
  145. blend = 1
  146. order = 500
  147. enabled = true
  148. LandClasses
  149. {
  150. Class
  151. {
  152. name = Bottom
  153. altitudeStart = 0
  154. altitudeEnd = 0.7
  155. color = 0.1,0.1,0.1,1.0
  156. lerpToNext = true
  157. }
  158. Class
  159. {
  160. name = Base
  161. altitudeStart = 0.7
  162. altitudeEnd = 0.75
  163. color = 0.7,0.55,0.2,1.0
  164. lerpToNext = true
  165. }
  166. Class
  167. {
  168. name = Low
  169. altitudeStart = 0.75
  170. altitudeEnd = 0.85
  171. color = 0.7,0.6,0.4,1.0
  172. lerpToNext = true
  173. }
  174. Class
  175. {
  176. name = Grad
  177. altitudeStart = 0.85
  178. altitudeEnd = 0.95
  179. color = 1.0,0.9,0.7,1.0
  180. lerpToNext = true
  181. }
  182. Class
  183. {
  184. name = High
  185. altitudeStart = 0.95
  186. altitudeEnd = 2
  187. color = 0.95,0.95,0.9,1.0
  188. lerpToNext = false
  189. }
  190. }
  191. }
  192.  
  193. }
  194. }
  195.  
  196. }
  197.  
  198. }
Advertisement
Add Comment
Please, Sign In to add comment