GregroxMun

Duna.cfg

Oct 4th, 2015
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. @Kopernicus:FOR[AlternisKerbol]
  2. {
  3. // We want to make Duna orbit Tylo
  4. @Body[Duna]
  5. {
  6.  
  7. @Properties
  8. {
  9. tidallyLocked = true
  10. description = Also known as The Butterscotch Dot Next To Tylo, Duna has been a wonder to Kerbalkind for quite some time after its discovery. It was the first secondary planet to be discovered around a primary planet other than Jool. If it does have life on it, it is probably butterscotch flavoured.
  11. }
  12. Debug
  13. {
  14. exportBin = false
  15. }
  16. @Template
  17. {
  18. removePQSMods = VertexColorMapBlend,PQSLandControl
  19. }
  20. @ScaledVersion
  21. {
  22. Material
  23. {
  24. texture = AlternisKerbol/Duna/Textures/Duna_Color
  25. normals = AlternisKerbol/Duna/Textures/Duna_Normal
  26. }
  27. }
  28.  
  29. @PQS
  30. {
  31. Mods
  32. {
  33. VertexColorSolid
  34. {
  35. //Thanks Probus.
  36. blend = 0.0
  37. //color = 0.01, 0.01, 0.01, 1.0
  38. color = 0.1, 0.01, 0.01, 0.0
  39. order = 19
  40. }
  41. VertexSimplexNoiseColor
  42. {
  43. seed = 45
  44. blend = 0.5
  45. colorStart = 0,0,0,0
  46. //colorEnd = 1,1,1,1
  47. colorEnd = 0,0,0,0
  48. octaves = 12.0
  49. persistence = 0.7
  50. frequency = 2.0
  51. enabled = true
  52. order = 9999994
  53. }
  54. VertexColorMap
  55. {
  56. map = AlternisKerbol/Duna/Textures/Duna_Color.png
  57. enabled = true
  58. }
  59. VertexHeightMap
  60. {
  61. map = AlternisKerbol/Duna/PluginData/Duna_Height.png
  62. deformity = 11000
  63. enabled = true
  64. }
  65. }
  66. }
  67. @Orbit
  68. {
  69. @referenceBody = Tylo
  70.  
  71. semiMajorAxis = 34598850
  72. inclination = 0.7
  73. eccentricity = 0.05
  74. longitudeOfAscendingNode = 135.5
  75. argumentOfPeriapsis = 0
  76. meanAnomalyAtEpoch = 3.14
  77. epoch = 0
  78. color = RGBA(255, 185, 123, 255)
  79. }
  80. }
  81. }
  82.  
  83. @Kopernicus:FOR[AlternisKerbol]:NEEDS[GalacticNeighborhood]
  84. {
  85. @Body[Duna]
  86. {
  87. @Properties
  88. {
  89. %description = Egar is a medium-sized moon orbiting Stumbos. It is colored a nice butterscotch color. It may very well hold life on its surface somewhere, because there's definitely some canalis. Maybe. It looks decently canal-like for sure. Hard to tell at this distance.
  90. }
  91. }
  92. }
Advertisement
Add Comment
Please, Sign In to add comment