Guest User

Duna.cfg

a guest
Jun 8th, 2016
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. // KittopiaTech - a Kopernicus Visual Editor
  2.  
  3. @Kopernicus:AFTER[KOPERNICUS]
  4. {
  5. @Body[Duna]
  6. {
  7. Debug
  8. {
  9. exportMesh = true
  10. update = true
  11. }
  12.  
  13. @Template
  14. {
  15. removeAllPQSMods = true
  16. //removePQSMods = VertexColorMapBlend,VertexSimplexNoiseColor,LandControl,VertexHeightNoiseVertHeightCurve2
  17. }
  18. cacheFile = SRW/Cache/Duna.bin
  19. @ScaledVersion
  20. {
  21. Material
  22. {
  23. texture = SRW/Textures/Duna/dunacolor.dds
  24. normals = SRW/Textures/Duna/Duna_Normal
  25. }
  26. }
  27.  
  28. @PQS
  29. {
  30. minLevel = 2
  31. maxLevel = 10
  32. fadeStart = 100000
  33. fadeEnd = 110000
  34.  
  35. Mods
  36. {
  37. VertexHeightMap
  38. {
  39. order = 99986
  40. map = SRW/PluginData/Duna/Duna_Height.png
  41. offset = 0
  42. deformity = 10000
  43. scaleDeformityByRadius = True
  44. }
  45. MapDecal
  46. {
  47. enabled = True
  48. order = 99985
  49. radius = 113000
  50. Position
  51. {
  52. latitude = 87
  53. longitude = -21
  54. altitude = 1908
  55. }
  56. angle = 90
  57. heightMap = SRW/PluginData/Duna/northicecap.dds
  58. heightMapDeformity = 512
  59. cullBlack = true
  60. useAlphaHeightSmoothing = true
  61. absolute = false
  62. absoluteOffset = 0
  63. colorMap = SRW/PluginData/Duna/northicecap.dds
  64. smoothHeight = 0.1
  65. smoothColor = 0.1
  66. removeScatter = True
  67. DEBUG_HighlightInclusion = False
  68. name = North_pole
  69. }
  70. VertexSimplexHeightAbsolute
  71. {
  72. deformity = 40
  73. frequency = 12
  74. octaves = 6
  75. persistence = 0.800000011920929
  76. seed = 23893455
  77. order = 12
  78. enabled = True
  79. name = _Height
  80. index = 0
  81. }
  82.  
  83. VertexColorMap
  84. {
  85. map = SRW/PluginData/Duna/dunacolor.dds
  86. order = 60
  87. enabled = True
  88. }
  89. LandControl
  90. {
  91. enabled = False
  92. }
  93.  
  94.  
  95. }
  96. }
  97. }
Add Comment
Please, Sign In to add comment