Guest User

file

a guest
May 3rd, 2016
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. @Kopernicus:AFTER[KOPERNICUS]
  2. {
  3. Body
  4. {
  5. name = Casio
  6. cacheFile = Kopernicus/Cache/Casio.bin
  7. flightGlobalsIndex = 531
  8. }
  9.  
  10. Template
  11. {
  12. name = Minmus
  13. removeAllPQSMods = true
  14. }
  15.  
  16. Properties
  17. {
  18. description = Test Planet.
  19. radius = 100000
  20. geeASL = 0.5
  21. rotationPeriod = 22000
  22. rotates = true
  23. tidallyLocked = false
  24. initialRotation = 0
  25. isHomeWorld = false
  26. timewarpAltitudeLimits = 0 10000 20000 50000 100000 200000 400000 500000
  27. ScienceValues
  28. {
  29. landedDataValue = 2
  30. splashedDataValue = 2
  31. flyingLowDataValue = 11
  32. flyingHighDataValue = 8
  33. inSpaceLowDataValue = 7
  34. inSpaceHighDataValue = 6
  35. recoveryValue = 7
  36. flyingAltitudeThreshold = 15000
  37. spaceAltitudeThreshold = 200000
  38. }
  39. }
  40.  
  41. Orbit
  42. {
  43. referenceBody = Sun
  44. color = 0.5,0.2,0.3,1
  45. inclination = 0
  46. eccentricity = 0
  47. semiMajorAxis = 9000000000
  48. longitudeOfAscendingNode = 0
  49. argumentOfPeriapsis = 0
  50. meanAnomalyAtEpoch = 0
  51. epoch = 0
  52. }
  53.  
  54. PQS
  55. {
  56. Mods
  57. {
  58. VertexSimplexHeightAbsolute
  59. {
  60. name = heightmod1
  61. seed = 123
  62. deformity = 100
  63. octaves = 3
  64. persistence = 0.5
  65. frequency = 1
  66. enabled = true
  67. order = 2
  68. }
  69. VertexSimplexHeightAbsolute
  70. {
  71. name = heightmod2
  72. seed = 456
  73. deformity = 2500
  74. octaves = 3
  75. persistence = 0.5
  76. frequency = 1
  77. enabled = true
  78. order = 3
  79. }
  80. HeightColorMap
  81. {
  82. blend = 0.5
  83. enabled = true
  84. order = 10
  85. LandClasses
  86. {
  87. Class
  88. {
  89. name = Base
  90. altitudeStart = 0
  91. altitudeEnd = 0.1
  92. color = 0.1,0.1,0.1,1.0
  93. lerpToNext = true
  94. }
  95. Class
  96. {
  97. name = Low
  98. altitudeStart = 0.1
  99. altitudeEnd = 0.6
  100. color = 0.1,0.1,0.6,1.0
  101. lerpToNext = true
  102. }
  103. Class
  104. {
  105. name = Mid
  106. altitudeStart = 0.6
  107. altitudeEnd = 0.8
  108. color = 0.2,0.2,0.8,1.0
  109. lerpToNext = true
  110. }
  111. Class
  112. {
  113. name = High
  114. altitudeStart = 0.8
  115. altitudeEnd = 2
  116. color = 1.0,1.0,1.0,0.8
  117. lerpToNext = false
  118. }
  119. }
  120. }
  121. }
  122. }
  123. }
Advertisement
Add Comment
Please, Sign In to add comment