Advertisement
CaptainLepidus

ATG Config

Nov 8th, 2014
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.50 KB | None | 0 0
  1. # Configuration file
  2.  
  3. biomeids {
  4. # World ID for ATG. Don't change this unless you are having problems.
  5. I:ATGWorldID=9
  6.  
  7. # Set to 0 to disable a biome entirely. Do NOT disable biomes on a generated world!
  8. I:GravelBeach=141
  9. I:Shrubland=142
  10. I:SnowyBeach=143
  11. I:Steppe=144
  12. I:TropicalShrubland=145
  13. I:Tundra=146
  14. I:Volcano=147
  15. I:Woodland=148
  16. }
  17.  
  18.  
  19. climate {
  20. # Set to true to make sure 0,0 lies in a temperate zone.
  21. B:ClimateCentre=true
  22.  
  23. # Maximum BASE (before height) temperature for the climate gradient, found at the equator. Default: 0.9.
  24. D:ClimateMaxTemp=1.1
  25.  
  26. # Minimum BASE (before height) temperature for the climate gradient, found at the poles. Default: 0.4.
  27. D:ClimateMinTemp=0.2
  28.  
  29. # Distance in blocks from pole to pole. Temperature gradient repeats beyond this. Default: 10000.
  30. I:ClimatePeriod=10000
  31.  
  32. # Climate type - 0: Looping. 1: Cold-hot-cold, cold continues to north and south. 2: Cold-hot, cold continues north, hot continues south.
  33. I:ClimateType=1
  34.  
  35. # Use alternating bands of hot and cold to simulate the poles and equator. Overrides generator settings for temperature.
  36. B:UseClimate=true
  37. }
  38.  
  39.  
  40. features {
  41. # Generates boulders and rocks to add interest. A major feature of volcanoes.
  42. B:Boulders=true
  43.  
  44. # Adds coal, iron, gold and emeralds to mountain peaks. Disable if you want to use a different mod to manage ore generation.
  45. B:HighAltitudeOres=true
  46.  
  47. # Generate flowing rivers which follow the terrain. Can sometimes be messy.
  48. B:Rivers=true
  49.  
  50. # Set to false to replace the magma in volcanoes with cobble. Does not disable the volcano biome.
  51. B:VolcanoMagmaShafts=true
  52. }
  53.  
  54.  
  55. generator {
  56. # Scale value for biome sub-blobs. Controls the size of biomes *within* biome groups, NOT the biome groups themselves. This has essentially no effect without additional biome mods, but with them it controls the area of terrain that might be one type of forest instead of another type, within a forested zone. Adding one doubles the biome size, subtracting 1 halves it. Minimum: 1, Default: 4.
  57. I:BiomeBlobScale=3
  58.  
  59. # Multiplier for height generation. The base height generated is multiplied by this - lower means lower peaks and smoother slopes, higher means more tall mountains, and more chance of volcanoes. 0.0 = all bedrock. Best used to counter negative offsets. Default: 1.0.
  60. D:HeightMultiplier=1.0
  61.  
  62. # Scale modifier for the terrain height noise field. Controls the x/z scale of the terrain. Increase to spread out the land, meaning smoother slopes with no net height change, reduce to make things steeper. Default: 1.0.
  63. D:HeightNoiseScale=1.0
  64.  
  65. # Flat modifier to height generation, added to the height of the world, in blocks. 1.0 = 255 blocks. Try values like +/-0.03. Default: 0.0.
  66. D:HeightOffset=0.0
  67.  
  68. # Multiplier for moisture generation. Increase for more variation in the moisture of biomes, reduce to make them more even. 0.0 = all dry. Default: 1.0.
  69. D:MoistureMultiplier=2.0
  70.  
  71. # Scale modifier for the moisture noise field. Like the temerature scale, but for the moisture map. Reducing this makes moisture patches smaller. Default: 1.0.
  72. D:MoistureNoiseScale=1.0
  73.  
  74. # Flat modifier to moisture, added to global noisture. Positive means wetter, negetive means dryer. 1.0 = jungle/swamp. Try values like +/-0.1. Default: 0.0.
  75. D:MoistureOffset=0.0
  76.  
  77. # Sea level, in blocks. Default: 63 (same as vanilla)
  78. I:SeaLevel=63
  79.  
  80. # Multiplier for temperature generation. Increase this for more drastic temperature differences, reduce to make the world temperature more even. 0.0 = all ice. Not valid for climate mode. Default: 1.0.
  81. D:TemperatureMultiplier=1.0
  82.  
  83. # Scale modifier for the temperature noise field. Increasing this makes the temperature gradient bigger, meaning you have to travel further to see a change in temperature. Default: 1.0.
  84. D:TemperatureNoiseScale=2.0
  85.  
  86. # Flat modifier to temperature, added to the global temperature map. Positive is hotter, negetive is colder. 1.0 = desert. Try values like +/-0.1. Not valid for climate mode. Default: 0.0.
  87. D:TemperatureOffset=0.9
  88. }
  89.  
  90.  
  91. imagemap {
  92. # Height multiplier for the processed image map. Default: 1.0.
  93. D:HeightMultiplier=1.0
  94.  
  95. # Height offset for the processed image map. Ranges 0-1. Default: 0.0.
  96. D:HeightOffset=0.0
  97.  
  98. # Number of blocks to fade from the edge of the image to normal generation. Ignored if looping is enabled. Default: 160.
  99. I:MapEdgeFade=160
  100.  
  101. # Name of a png file in the maps config subfolder. Red, green and blue channels represent height, temperature and moisture maps respectively.
  102. S:MapFile=
  103.  
  104. # Set to true to have the image map repeat instead of fading back to normal terrain.
  105. B:MapLooping=false
  106.  
  107. # Number of blocks represented by each pixel of the map image.
  108. D:MapScale=32.0
  109.  
  110. # Moisture multiplier for the processed image map. Default: 1.0.
  111. D:MoistureMultiplier=1.0
  112.  
  113. # Moisture offset for the processed image map. Ranges 0-1. Default: 0.0.
  114. D:MoistureOffset=0.0
  115.  
  116. # Temperature multiplier for the processed image map. Default: 1.0.
  117. D:TemperatureMultiplier=1.0
  118.  
  119. # Temperature offset for the processed image map. Ranges 0-1. Default: 0.0.
  120. D:TemperatureOffset=0.0
  121.  
  122. # EXPERIMENTAL AND INCOMPLETE - USE AT YOUR OWN RISK! Use a source image to generate a map. Other settings will take effect outside unless looping is enabled.
  123. B:UseImageMap=false
  124. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement