Advertisement
Guest User

Untitled

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