Guest User

Untitled

a guest
Oct 24th, 2017
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.16 KB | None | 0 0
  1. # Configuration file
  2.  
  3. ##########################################################################################################
  4. # cities_wwzcraft
  5. #--------------------------------------------------------------------------------------------------------#
  6. # Settings related to city generation for the wwzcraft profile
  7. ##########################################################################################################
  8.  
  9. cities_wwzcraft {
  10. # List of biomes that are allowed in the world. Empty list is default all biomes. The factor controls how much that biome is favored over the others (higher means less favored!) [default: [desert=1], [desert_hills=1], [stone_beach=1], [dead_forest=1], [gravel_beach=1], [outback=1], [volcanic_island=1], [wasteland=.3]]
  11. S:allowedBiomeFactors <
  12. desert=1
  13. desert_hills=1
  14. stone_beach=1
  15. dead_forest=1
  16. gravel_beach=1
  17. outback=1
  18. volcanic_island=1
  19. wasteland=.3
  20. >
  21.  
  22. # The default biome factor which is used if your biome is not specified in 'cityBiomeFactors' [range: 0.0 ~ 1.0, default: 1.0]
  23. S:cityBiomeFactorDefault=1.0
  24.  
  25. # List of biomes with a factor to affect the city factor in that biome. Using the value 0 you can disable city generation in biomes [default: [river=0], [frozen_river=0], [ocean=.7], [frozen_ocean=.7], [deep_ocean=.4]]
  26. S:cityBiomeFactors <
  27. river=0
  28. frozen_river=0
  29. ocean=.7
  30. frozen_ocean=.7
  31. deep_ocean=.4
  32. >
  33.  
  34. # The chance this chunk will be the center of a city [range: 0.0 ~ 1.0, default: 0.02]
  35. S:cityChance=0.2
  36.  
  37. # Below this chunk height cities will be level 0 [range: 1 ~ 255, default: 75]
  38. I:cityLevel0Height=75
  39.  
  40. # Below this chunk height cities will be level 1 [range: 1 ~ 255, default: 83]
  41. I:cityLevel1Height=83
  42.  
  43. # Below this chunk height cities will be level 2 [range: 1 ~ 255, default: 91]
  44. I:cityLevel2Height=91
  45.  
  46. # Below this chunk height cities will be level 3 [range: 1 ~ 255, default: 99]
  47. I:cityLevel3Height=99
  48.  
  49. # The maximum radius of a city [range: 1 ~ 10000, default: 128]
  50. I:cityMaxRadius=128
  51.  
  52. # The minimum radius of a city [range: 1 ~ 10000, default: 50]
  53. I:cityMinRadius=50
  54.  
  55. # The center and radius of a city define a sphere. This thresshold indicates from which point a city is considered a city. This is important for calculating where cities are based on overlapping city circles (where the city thressholds are added) [range: 0.0 ~ 1.0, default: 0.2]
  56. S:cityThresshold=0.2
  57.  
  58. # A json with generator options for the chunk generator [default: ]
  59. S:generatorOptions=
  60.  
  61. }
  62.  
  63.  
  64. ##########################################################################################################
  65. # explosions_wwzcraft
  66. #--------------------------------------------------------------------------------------------------------#
  67. # Settings related to explosions and damage for the wwzcraft profile
  68. ##########################################################################################################
  69.  
  70. explosions_wwzcraft {
  71. # A factor that determines how much debris will overflow from nearby damaged chunks. Bigger numbers mean less debris [range: 1 ~ 10000, default: 200]
  72. I:debrisToNearbyChunkFactor=200
  73.  
  74. # When a section of blocks in in an explosion the generator will count the number of blocks that are connected. The number of connections divided by the total number of blocks in a connected section is compared with this number. If it is smaller then the section of blocks is destroyed or moved down with gravity [range: 0.0 ~ 1.0, default: 0.05]
  75. S:destroyLoneBlocksFactor=0.05
  76.  
  77. # When a section of blocks is to be moved or destroyed this chance gives the chance of removal (as opposed to moving with gravity) [range: 0.0 ~ 1.0, default: 0.4]
  78. S:destroyOrMoveChance=0.4
  79.  
  80. # A section of blocks that is about to be moved or destroyed is always destroyed if it is smaller then this size [range: 1 ~ 5000, default: 50]
  81. I:destroySmallSectionsSize=50
  82.  
  83. # The chance that a chunk will contain an explosion [range: 0.0 ~ 1.0, default: 0.002]
  84. S:explosionChance=0.002
  85.  
  86. # The maximum height of an explosion [range: 1 ~ 256, default: 90]
  87. I:explosionMaxHeight=90
  88.  
  89. # The maximum radius of an explosion [range: 1 ~ 3000, default: 35]
  90. I:explosionMaxRadius=35
  91.  
  92. # The minimum height of an explosion [range: 1 ~ 256, default: 75]
  93. I:explosionMinHeight=75
  94.  
  95. # The minimum radius of an explosion [range: 1 ~ 1000, default: 15]
  96. I:explosionMinRadius=15
  97.  
  98. # If this is true the center of an explosion can only be in a city (the blast can still affect non-city chunks) [default: true]
  99. B:explosionsInCitiesOnly=true
  100.  
  101. # The chance that a chunk will contain a mini explosion [range: 0.0 ~ 1.0, default: 0.03]
  102. S:miniExplosionChance=0.03
  103.  
  104. # The maximum height of a mini explosion [range: 1 ~ 256, default: 100]
  105. I:miniExplosionMaxHeight=100
  106.  
  107. # The maximum radius of a mini explosion [range: 1 ~ 3000, default: 12]
  108. I:miniExplosionMaxRadius=12
  109.  
  110. # The minimum height of a mini explosion [range: 1 ~ 256, default: 60]
  111. I:miniExplosionMinHeight=60
  112.  
  113. # The minimum radius of a mini explosion [range: 1 ~ 1000, default: 5]
  114. I:miniExplosionMinRadius=5
  115. }
  116.  
  117.  
  118. ##########################################################################################################
  119. # lostcity_wwzcraft
  120. #--------------------------------------------------------------------------------------------------------#
  121. # Settings related to the Lost City for the wwzcraft profile
  122. ##########################################################################################################
  123.  
  124. lostcity_wwzcraft {
  125. # If this is true then parks will have no generated foliage (trees currently) [default: true]
  126. B:avoidFoliage=true
  127.  
  128. # The height of the bedrock layer that is generated at the bottom of some world types. Set to 0 to disable this and get default bedrock generation [range: 0 ~ 10, default: 1]
  129. I:bedrockLayer=1
  130.  
  131. # The chance that a chunk can possibly contain a bridge. There actually being a bridge also depends on the presence of adjacent bridges and other conditions [range: 0.0 ~ 1.0, default: 0.7]
  132. S:bridgeChance=0.7
  133.  
  134. # The chance that a chunk can possibly be the top-left chunk of 2x2 building. There actually being a 2x2 building also depends on the condition of those other chunks [range: 0.0 ~ 1.0, default: 0.03]
  135. S:building2x2Chance=0.03
  136.  
  137. # The chance that a chunk in a city will have a building. Otherwise it will be a street [range: 0.0 ~ 1.0, default: 0.3]
  138. S:buildingChance=0.3
  139.  
  140. # The chance that a doorway will be generated at a side of a building (on any level). Only when possible [range: 0.0 ~ 1.0, default: 0.6]
  141. S:buildingDoorwayChance=0.6
  142.  
  143. # The chance that a building will have a 'front' part if this is possible (i.e. adjacent street) [range: 0.0 ~ 1.0, default: 0.2]
  144. S:buildingFrontChance=0.2
  145.  
  146. # The maximum number of cellars (below ground). 0 means no cellar [range: 0 ~ 7, default: 4]
  147. I:buildingMaxCellars=4
  148.  
  149. # A cap for the amount of floors a city can have (above ground) [range: 0 ~ 30, default: 9]
  150. I:buildingMaxFloors=9
  151.  
  152. # The amount of floors of a building is equal to: MINFLOORS + random(MINFLOORS_CHANCE + (cityFactor + .1f) * (MAXFLOORS_CHANCE - MINFLOORS_CHANCE)) [range: 1 ~ 30, default: 6]
  153. I:buildingMaxFloorsChance=6
  154.  
  155. # The minimum number of cellars (below ground). 0 means no cellar [range: 0 ~ 7, default: 0]
  156. I:buildingMinCellars=0
  157.  
  158. # The minimum number of floors (above ground) for a building (0 means the first floor only) [range: 0 ~ 30, default: 0]
  159. I:buildingMinFloors=0
  160.  
  161. # The amount of floors of a building is equal to: MINFLOORS + random(MINFLOORS_CHANCE + (cityFactor + .1f) * (MAXFLOORS_CHANCE - MINFLOORS_CHANCE)) [range: 1 ~ 30, default: 4]
  162. I:buildingMinFloorsChance=4
  163.  
  164. # The chance that a building will have no loot and no spawners [range: 0.0 ~ 1.0, default: 0.2]
  165. S:buildingWithoutLootChance=0.2
  166.  
  167. # The chance that a chest will have no loot [range: 0.0 ~ 1.0, default: 0.2]
  168. S:chestWithoutLootChance=0.2
  169.  
  170. # The chance that a chunk can possibly contain a corridor. There actually being a corridor also depends on the presence of adjacent corridors [range: 0.0 ~ 1.0, default: 0.7]
  171. S:corridorChance=0.7
  172.  
  173. # The chance that a 2x2 building will be a data center [range: 0.0 ~ 1.0, default: 0.1]
  174. S:dataCenterChance=0.1
  175.  
  176. # The description of this profile
  177. S:description=Custom World War Zcraft City Configuration
  178.  
  179. # The chance that a street section contains a fountain [range: 0.0 ~ 1.0, default: 0.05]
  180. S:fountainChance=0.05
  181.  
  182. # If true then there will be minimal lighting in the buildings [default: false]
  183. B:generateLigthing=false
  184.  
  185. # If true the chests in the buildings will contain loot [default: true]
  186. B:generateLoot=true
  187.  
  188. # If true then the buildings will be full of spawners [default: true]
  189. B:generateSpawners=true
  190.  
  191. # Ground level [range: 2 ~ 256, default: 71]
  192. I:groundLevel=71
  193.  
  194. # 0 (take height from top-left city), 1 (take minimum height from both cities), 2 (take maximum height from both cities), 3 (take average height) [range: 0 ~ 3, default: 0]
  195. I:highwayLevelFromCities=0
  196.  
  197. # For highways on a certain axis, this value is used to scale the perlin noise generator on the main axis. Increasing this value will increase the frequency of highways but make them smaller [range: 1.0 ~ 1000.0, default: 50.0]
  198. S:highwayMainPerlinScale=50.0
  199.  
  200. # The highway perlin noise is compared to this value. Setting this to 0 would give 50% chance of a highway being at a spot. Note that highways only generate on chunks a multiple of 8. Setting this very high will prevent highways from generating [range: -100.0 ~ 100.0, default: 2.0]
  201. S:highwayPerlinFactor=2.0
  202.  
  203. # If true then a highway will only generate if both sides have a valid city. If false then one city is sufficient [default: true]
  204. B:highwayRequiresTwoCities=true
  205.  
  206. # For highways on a certain axis, this value is used to scale the perlin noise generator on the secondary axis. Increasing this value will increase the variation of nearby highways [range: 1.0 ~ 1000.0, default: 10.0]
  207. S:highwaySecondaryPerlinScale=10.0
  208.  
  209. # The chance that a 2x2 building will be a library [range: 0.0 ~ 1.0, default: 0.1]
  210. S:libraryChance=0.1
  211.  
  212. # The chance that a chunk next to a railway will have a railway dungeon [range: 0.0 ~ 1.0, default: 0.01]
  213. S:railwayDungeonChance=0.01
  214.  
  215. # If true the a place where a station would have been if there was a city above will have an 'ending' rail part if one side of the 'station' has no connections. Useful in case cities are rare [default: false]
  216. B:railwaysCanEnd=false
  217.  
  218. # Chance that leafblocks will be generated at the border of a building and a street [range: 0.0 ~ 1.0, default: 0.01]
  219. S:randomLeafBlockChance=0.01
  220.  
  221. # Frequency of leafblocks as seen from the sides of buildings [range: 1 ~ 8, default: 2]
  222. I:randomLeafBlockThickness=2
  223.  
  224. # The scale of the dirt layer. Smaller values make the layer larger. Use 0 to disable [range: 0.0 ~ 100.0, default: 2.0]
  225. S:rubbleDirtScale=2.0
  226.  
  227. # If this is true an alternative way to generate dirt/stone/sand + leave blocks is used that makes the city appear more overgrown [default: true]
  228. B:rubbleLayer=true
  229.  
  230. # The scale of the leave layer. Smaller values make the layer larger. Use 0 to disable [range: 0.0 ~ 100.0, default: 0.0]
  231. S:rubbleLeaveScale=0.0
  232.  
  233. # If ruines are enabled this gives the chance that a building is ruined [range: 0.0 ~ 1.0, default: 0.5]
  234. S:ruinChance=0.5
  235.  
  236. # If a building is ruined this indicates the maximum start height for the ruin destruction layer [range: 0.0 ~ 1.0, default: 0.9]
  237. S:ruinMaxlevelPercent=0.9
  238.  
  239. # If a building is ruined this indicates the minimum start height for the ruin destruction layer [range: 0.0 ~ 1.0, default: 0.5]
  240. S:ruinMinlevelPercent=0.5
  241.  
  242. # If true there is a chance a building is ruined from the top (not caused by explosion damage) [default: true]
  243. B:ruins=true
  244.  
  245. # The chance that a block on the outside of a building will be covered with a vine [range: 0.0 ~ 1.0, default: 0.003]
  246. S:vineChance=0.003
  247.  
  248. # How much lower the water level is compared to the ground level (63) [range: -100 ~ 100, default: 70]
  249. I:waterLevelOffset=70
  250.  
  251. # The worldstyle used by this profile (defined in the assets) [default: standard]
  252. S:worldStyle=wwzcraft
  253. }
  254.  
  255.  
  256. maxcaveheight {
  257. # Maximum height at which vanilla caves can generate. Default is 128. Lower this if you don't want the caves to damage buildings [range: 20 ~ 240, default: 128]
  258. I:structures_wwzcraft=128
  259. }
  260.  
  261.  
  262. ##########################################################################################################
  263. # structures_wwzcraft
  264. #--------------------------------------------------------------------------------------------------------#
  265. # Settings related to structure generation for the wwzcraft profile
  266. ##########################################################################################################
  267.  
  268. structures_wwzcraft {
  269. # Generate caves
  270. B:generateCaves=true
  271.  
  272. # Generate dungeons
  273. B:generateDungeons=true
  274.  
  275. # Generate lakes (lava/water)
  276. B:generateLakes=false
  277.  
  278. # Generate mansions
  279. B:generateMansions=false
  280.  
  281. # Generate mineshafts
  282. B:generateMineshafts=true
  283.  
  284. # Generate ocean monuments
  285. B:generateOceanMonuments=false
  286.  
  287. # Generate ravines
  288. B:generateRavines=true
  289.  
  290. # Generate scattered features (swamphunts, desert temples, ...)
  291. B:generateScattered=true
  292.  
  293. # Generate strongholds
  294. B:generateStrongholds=true
  295.  
  296. # Generate villages
  297. B:generateVillages=false
  298.  
  299. # If true then no lakes and ravines will be generated in cities
  300. B:preventLakesRavinesInCities=false
  301.  
  302. # If true then an attempt will be made to prevent villages in cities. Note that enabling this option will likely require a low city density in order to actually get a reasonable chance for villages.
  303. B:preventVillagesInCities=true
  304. }
Add Comment
Please, Sign In to add comment