Advertisement
Space_Mart

Body

Mar 19th, 2015
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.01 KB | None | 0 0
  1. Body
  2. {
  3. name = Mart //change to the name of your planet
  4. flightGlobalsIndex = 8006
  5. Template
  6. {
  7. name = Laythe
  8. }
  9. Properties
  10. {
  11. description = Large Moon with a thick atmosphere
  12. radius = 400000
  13. geeASL = 0.3
  14. timewarpAltitudeLimits = 0 50000 50000 50000 900000 200000 400000 800000
  15.  
  16. ScienceValues
  17. {
  18. landedDataValue = 10
  19. flyingLowDataValue = 9
  20. flyingHighDataValue = 8.5
  21. inSpaceLowDataValue = 8
  22. inSpaceHighDataValue = 7.5
  23. recoveryValue = 8
  24. flyingAltitudeThreshold = 20000
  25. spaceAltitudeThreshold = 200000
  26. }
  27. biomeMap = Kopernicus/Mart/Mart_biome
  28.  
  29. Biomes
  30. {
  31.  
  32. Biome
  33. {
  34. name = Midlands
  35. value = 1.0
  36. Color = 1.0,1.0,0,1
  37. }
  38. Biome
  39. {
  40. name = Poles
  41. value = 1.0
  42. Color = 0,1.0,1.0,1
  43. }
  44. Biome
  45. {
  46. name = Craters
  47. value = 1.0
  48. Color = 1.0,0,0,1
  49. }
  50. Biome
  51. {
  52. name = Midland Craters
  53. value = 1.0
  54. Color = 0,1.0,0,1
  55. }
  56. Biome
  57. {
  58. name = Polar Craters
  59. value = 1.0
  60. Color = 0,0,1.0,1
  61. }
  62. }
  63.  
  64. }
  65. Orbit
  66. {
  67. referenceBody = Kraus
  68. color = 0.90,0.24,0.01,1.0
  69. inclination = 4
  70. eccentricity = 0.03
  71. semiMajorAxis = 16000000
  72. longitudeOfAscendingNode = 0
  73. argumentOfPeriapsis = 0
  74. meanAnomalyAtEpoch = 0
  75. epoch = 0
  76. }
  77. ScaledVersion
  78. {
  79. Material
  80. {
  81. texture = Kraus/Textures/Mart_map
  82. normals = Kraus/Textures/Mart_normal
  83.  
  84. Gradient
  85. {
  86. 0.0 = 0.90,0.24,0.01,1
  87. 0.6 = 0.56,0.015,0.06,1
  88. 1.0 = 0.25,0.01,0.01,1
  89. }
  90. rimPower = 2
  91. rimBlend = 0.3
  92. }
  93. }
  94. Atmosphere
  95. {
  96. ScaleHeight = 5
  97. ContainsOxygen = False
  98. maxAltitude = 50000
  99. Multiplier = 2
  100. lightColor = 0.60, 0.70, 0.90, 1.00
  101. ambientColor = 0.98, 0.38, 0.20, 1.00
  102. }
  103. }
  104. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement