Inactive [WGEN] PhoenixTerrainMod V0.8.2 - Now BOBs spawn from saplings[1060]

Discussion in 'Inactive/Unsupported Plugins' started by Matt, Jul 28, 2011.

  1. Offline

    Matt

    [​IMG]

    Phoenix Terrain Mod - world generator.

    Version: v0.8.2
    Download at dev.bukkit.org

    Phoenix Terrain Mod is a mod based off of Bucyruss's BiomeTerrainMod. It basically allows you to customize Minecrafts terrain generation to control ore spawns, terrain types, biome size, basically everything. It was continued by R-T-B however he has since discontinued.

    Khorn has decided to continue the mod as Phoenix Terrain Bukkit plugin. Most recently Khorn has partnered with Rebelj12a and Mine-RP.net to integrate the Phoenix Terrain Community better and provide better support for users of Phoenix Terrain.

    Sponsored by

    [​IMG]


    Example Images
    Show Spoiler

    [​IMG]
    [​IMG]
    [​IMG]
    [​IMG]
    [​IMG]
    [​IMG]
    [​IMG]



    What you can control with settings file:
    • Biome sizes.
    • Temperature and moisture limits.
    • Caves generation.
    • World water level.
    • Terrain generation.
    • Tree density.
    • Ores generation.
    • Block replacement.
    • Custom object spawn.
    • Multi world support, config per world.
    How to install:

    Video here



    Step 1: Drop PTMBukkit.jar into the plugin folder.

    Step 2: Modify bukkit.yml in the root folder and add the line

    Code:
    worlds:
        your_world_name:
            generator: PhoenixTerrainMod
    Step 3: change the "YOUR_WORLD_NAME" into the name of the world you want to work with.

    Step 4: Save the YML and boot your server.

    Step 5: Go into the newly generated Ini file and adjust accordingly (that is, in your plugins folder look for the new PhoenixTerrainMod folder with corresponding folder to your world and inside the BOB folder & ini file).

    Step 6: Your done!

    Optional Steps:
    These are to follow after Step 6. If you wish to add custom items like the BOB's which are custom style tree's, little island statues, etc, then drop the applicable ones into the Plugins/Phoenix.../"world"/BOB/ folder. World being the name of the world its generating. Once you reboot the server again, it will load those files accordingly and they will generate in your map.

    Additional/Multiverse Steps:
    After you've generated a world via Multiverse. Go into the multiverse folder and look for the worlds.yml. In there, you want to add the below code.
    Code:
    generator: PhoenixTerrainMod
    To the bottom of the worlds.yml mouthful. This is AFTER you've generated the world, just add it to the bottom line of the entire setup (with proper YML spacing like the rest of the config).

    Settings file:
    This is edited SteelCrow's guide to the PTM settings
    His main post here
    Show Spoiler

    This is my attempt to explain the settings ini file for the PTM (Pheonix Terrain Mod) which is the successor to Bucyruss' terrain mod.

    This guide is accurate as far as I can tell and within my understanding of the settings. I am quite likely in error regarding some things. Feel free to correct me and let me know to update. However, be prepared to be required to provide examples and/or verifications.

    That said, lets begin.

    A quick note about seeds. The seed you use still plays an important part in what your world is like. The settings affect how the seed gets implemented, they do not override or replace the seed. You should generate several worlds with different seeds before deciding whether a set of settings is whast you were trying for or not.

    -----------------------------------------------
    <All Biome Variables>

    These set the global environmental conditions. Currently they only affect the generation of the world and biomes therein, not the designation overlay that MC uses for weather etc.

    biomeSize:1.5
    Modifies the size of biomes. Larger values generate larger biomes.
    "This settings affects the average dimension of biomes on a linear scale, so every doubling of this value will quadruple the area of biomes."
    Think of it as sort of a radius multiplier. Setting it to 5 is a huge biome, it'll be a long ways before it changes. 2 to 3 is decent. 100 should be thousands of meters across, maybe tens of thousands.
    The initial 1.5 setting is the normal vanilla biome size setting. Remember that this is a multiplier of the variable sized vanilla biomes.

    minMoisture:0.0
    maxMoisture:1.0
    Sets the minimum and maximum moisture of the world
    Moisture is a percentage. 1.0 = 100%
    Setting both to the same number or small range will limit the range of biomes generated. (see biome chart) Used to generate only certain biomes types or to exclude biome types by setting the ranges appropriatly when used in conjunction with the tempurature settings

    minTemperature:0.0
    maxTemperature:1.0
    Sets the minimum and maximum temperature of the world.
    Again a percentage expressed as 1.0 = max temp.
    Used the same way as the moisture settings.

    The tempurture vs moisture biome diagram:
    http://i.imgur.com/RgidT.jpg

    snowThreshold:0.5
    iceThreshold:0.5
    Those are the default settings. Settings range is -1 to +1. smaller (and neg) numbers mean less chance of snow and ice, higher means greater chance.
    I don't know how accurate this is given that Notch played with the snow and ice regeneration part of the algorithm. Before 1.6.6 the ice wouldn't regenerate, now it will. This may now only set the INITIAL conditions and nothing more. I haven't had the chance to test it yet.
    There is also a sort of biome overlay in MC that PTM attempts to adapt. Untested at this time.

    -----------------------------------------------
    <Swamp Biome Variables>

    muddySwamps:false
    claySwamps:false
    swampSize:2
    Places a strip of mud or clay (size is dependent on the swampSize setting number) around the edge and below surface water. This will only occur in swampland biomes. The muddySwamp setting takes priority over the claySwamps setting.

    -----------------------------------------------
    <Desert Biome Variables>

    waterlessDeserts:false
    Will remove all water from desert and ice desert biomes.
    If you set your temperature and moisture settings to generate a desert world, making waterlessDeserts:true will result in the only surface water being in notch ponds. Setting notch ponds to false will result in the only water being in underground lakes and streams.

    removeSurfaceDirtFromDesert:false
    Will remove all dirt from the surface of deserts. This setting was introduced because changing some terrain generation settings will cause dirt to erroneously appear on the surface of desert biomes.

    desertDirt:false
    Will turn on the ability to let dirt appear on the surface. This setting occurs after removeSurfaceDirtFromDesert so turning both on will cause dirt to appear in your desert biomes.

    desertDirtFrequency:0
    Sets the frequency at which dirt will appear in the desert. The setting corresponds to the average number of chunks before a dirt block will appear. Example: setting desertDirtFrequency:100 means that, on average, you will encounter one dirt block every 100 chunks in the game.

    -----------------------------------------------
    <Cave Variables>

    caveRarity:7
    This controls the odds that a given chunk will host a single cave and/or the start of a cave system.

    caveFrequency:40
    The number of times the cave generation algorithm will attempt to create single caves and cave systems in the given chunk. This value is larger because the likelihood for the cave generation algorithm to bailout is fairly high and it is used in a randomizer that trends towards lower random numbers. With an input of 40 (default) the randomizer will result in an average random result of 5 to 6. This can be turned off by setting the "even cave distribution" setting (below) to true.

    evenCaveDistribution:false
    Setting this to true will turn off the randomizer for cave frequency (above). Do note that if you turn this on you will probably want to adjust the cave frequency down to avoid long load times at world creation.

    caveMinAltitude:8
    caveMaxAltitude:128
    Sets the minimum and maximum altitudes at which caves will be generated. These values are used in a randomizer that trends towards lower numbers so that caves become more frequent the closer you get to the bottom of the map. Setting even cave distribution (above) to true will turn off this randomizer and use a flat random number generator that will create an even density of caves at all altitudes.

    individualCaveRarity:25
    The odds that the cave generation algorithm will generate a single cavern without an accompanying cave system. Note that whenever the algorithm generates an individual cave it will also attempt to generate a pocket of cave systems in the vicinity (no guarantee of connection or that the cave system will actually be created).

    caveSystemFrequency:1
    The number of times the algorithm will attempt to start a cave system in a given chunk per cycle of the cave generation algorithm (see cave frequency setting above). Note that setting this value too high with an accompanying high cave frequency value can cause extremely long world generation time.

    caveSystemPocketChance:0
    This can be set to create an additional chance that a cave system pocket (a higher than normal density of cave systems) being started in a given chunk. Normally, a cave pocket will only be attempted if an individual cave is generated, but this will allow more cave pockets to be generated in addition to the individual cave trigger.

    caveSystemPocketMinSize:0
    caveSystemPocketMaxSize:4
    The minimum and maximum size that a cave system pocket can be. This modifies/overrides the cave system frequency setting (above) when triggered.

    -----------------------------------------------

    <Terrain Variables>
    waterLevel:64
    Sets the water level of the world. Also depends on there being water to lower. See the moisture settings.

    maxAverageHeight:0.0
    If this value is greater than 0, then it will affect how much, on average, the terrain will rise before leveling off when it begins to increase in elevation. If the value is less than 0, then it will cause the terrain to either increase to a lower height before leveling out or decrease in height if the value is a large enough negative.

    This is supposed to control height of the land. Has been 'broken' in the past. A high number will give you very sharp cliffs and high plateaus. It's easy to have the land end up at the max height level by accident. Experiment in small increments. Also it's dependant on the world seed used.

    maxAverageDepth:0.0
    If this value is greater than 0, then it will affect how much, on average, the terrain (usually at the ottom of the ocean) will fall before leveling off when it begins to decrease in elevation. If the value is less than 0, then it will cause the terrain to either fall to a lesser depth before leveling out or increase in height if the value is a large enough negative.

    May be 'broken'. Seems to control the underwater slope/roundness to the bottom of the oceans. A high number will result in sudden sharp plunges to max depth. (good for underwater worlds) High numbers will effectively remove all beaches and shoals.

    Be aware this can affect 'valleys' as well. It may in some circumstances raise land if negative.

    fractureHorizontal:0.0
    Can increase (values greater than 0) or decrease (values less than 0) how much the landscape is fractured horizontally.

    Think of this as how often a horizontal line is fractured. That's not accurate as far as what is happening but it does let you grasp the nature of what this does. The higher the number the more fractures. Think of it as continents being smashed into smaller bits. Increase for archipelagos decrease for continents. (not accurate, but allows you to grasp the general function)

    Negative fractureHorizontal should stretch out terrain features and make for smoother, flatter terrain.

    fractureVertical:0.0
    Can increase (values greater than 0) or decrease (values less than 0) how much the landscape is fractured vertically. Positive values will lead to large cliffs/overhangs, floating islands, and/or a cavern world depending on other settings.

    This controls how often the vertical 'line' fractures. As the vertical height limits the number of visible fractures this setting doesn't always seem to effect much change. This is the setting that will give you plateaus and floating islands and the overhangs, undercuts and arches. A setting about 5 should get you floating islands.

    Negative fractureVertical values should smooth out terrain features such as the sides of things like hills and cliffs.

    Can sometimes create lag when it generates a massive underground vault near bedrock. Especially with large cave complexes.

    Fracture is applied near the begining of the terrain generation and affects the basic shape and nature of the land.

    volatility1:0.0
    volatility2:0.0
    Hard to explain, but think of these as terrain chaos settings. The larger the values the more chaotic/volatile landscape generation becomes. Setting the values to negative will have the opposite effect and make landscape generation calmer/gentler.
    Another way to think of them is the amount of noise added to the general terrain shape.

    volatilityWeight1:0.5
    volatilityWeight2:0.45
    Adjust the weight of the corresponding volatility settings. This allows you to change how prevalent you want either of the volatility settings to be in the terrain. Values should be between 0 and 1 and sum to some number equal to or less than 1. An example would be to set volatility1 to something high and volatility2 to some negative number. Then adjust volatilityWeight1 to a small number (say 0.1) and volatilityWeight2 to a larger number (0.85). This should result is mostly calm/flat landscape with the occasional chunk of terrain floating or jutting into the air.

    Volatility is applied near the end of the terrain generation and essentially affects the roughness of the base terrain.

    If you want flat land with rare but violent cliffs, you would have low horizontal fracture, and one volatility at 0 and the other one high, like 5+ (or more!) with a low weight, like .05 or something. Remember the weights may add up to no more than 1. I assume the unused % of the weigh allows the seed to generate nuetrally with no application of either volatility..

    disableBedrock:false
    Removes the bedrock form the bottom of the map.
    flatBedrock:false
    Turns the bedrock layer into a single, flat layer one block thick.
    bedrockObsidian:false
    Turns all bedrock into Obsidian

    -----------------------------------------------

    <Replace Variables>
    removeSurfaceStone:false
    Attempts to replace all surface stone with its nearest non-stone neighbor block type (dirt, grass, sand, gravel, or clay). If it cannot find a suitable neighbor block to duplicate, then it will default to Sand in Desert biome types and Grass in all others.

    ReplacedBlocks:None
    Will replace blocks after any generation. Use block Ids to select blocks.
    Example:

    ReplacedBlocks:13=12
    Replace any gravel to sand.
    ReplacedBlocks :13=12,17=20
    Gravel to sand and wood to glass.

    -----------------------------------------------
    <Cactus&Tree Variables>
    customObjects:true
    Use Bob objects during world generation
    objectSpawnRatio:2
    Untested. Not sure myself.
    notchBiomeTrees:true
    determines whether vanilla trees spawn or not.
    globalTreeDensity:0
    Sets the global, starting tree density for all biomes. Increasing the value increases the density of trees in all biomes.
    rainforestTreeDensity:5
    swamplandTreeDensity:0
    seasonalforestTreeDensity:2
    forestTreeDensity:5
    savannaTreeDensity:0
    shrublandTreeDensity:0
    taigaTreeDensity:5
    desertTreeDensity:-20
    plainsTreeDensity:-20
    iceDesertTreeDensity:-20
    tundraTreeDensity:-20
    Sets the tree density in each biome individually. Large negative values are used to prevent trees from spawning at all.
    (untested that the variable range is between 1-8, with -20 guaranteeing no trees spawn.)
    (untested; tree density rates are bypassed by the bob object placement of bob trees)
    globalCactusDensity:0
    desertCactusDensity:10
    cactusDepositRarity:100
    cactusDepositMinAltitude:0
    cactusDepositMaxAltitude:128
    These settings adjust the creation variables for cacti.
    -----------------------------------------------

    <Lava Pool Variables>
    lavaLevelMin:0
    lavaLevelMax:10
    The levels at which any caves are filled with lava (initialy the bottom 10 layers near bedrock)

    -----------------------------------------------
    <Underground Lake Variables>
    undergroundLakes:false
    Enables underground lakes.
    undergroundLakesInAir:false
    Allows underground lakes to spawn in the air.
    undergroundLakeFrequency:2
    undergroundLakeRarity:5
    undergroundLakeMinSize:40
    undergroundLakeMaxSize:60
    undergroundLakeMinAltitude:0
    undergroundLakeMaxAltitude:50
    These settings adjust the creation variables for underground lakes.

    -----------------------------------------------
    < Above Ground Variables>
    flowerDepositRarity:100
    flowerDepositFrequency:2
    flowerDepositMinAltitude:0
    flowerDepositMaxAltitude:128
    roseDepositRarity:50
    roseDepositFrequency:1
    roseDepositMinAltitude:0
    roseDepositMaxAltitude:128
    brownMushroomDepositRarity:25
    brownMushroomDepositFrequency:1
    brownMushroomDepositMinAltitude:0
    brownMushroomDepositMaxAltitude:128
    redMushroomDepositRarity:13
    redMushroomDepositFrequency:1
    redMushroomDepositMinAltitude:0
    redMushroomDepositMaxAltitude:128
    reedDepositRarity:100
    reedDepositFrequency:10
    reedDepositMinAltitude:0
    reedDepositMaxAltitude:128
    pumpkinDepositRarity:3
    pumpkinDepositFrequency:1
    pumpkinDepositMinAltitude:0
    pumpkinDepositMaxAltitude:128
    Pretty self-explanitory.
    Frequency is the number of times, per chunk, that the game will try to make a placement.
    Rarity is the odds (out of 100) that the game will actually make each placement.
    The above settings mean that yellow flowers will occur twice per chunk. (2x100%)
    Roses will show up on average once per two chunks (1x50%)
    Brown mushrooms once per four chunks (1x25%)
    Red mushrooms about once every seven chunks (1x13%)
    Reeds, ten per chunk (10x100%)
    Pumpkins, once per thirty-three chunks. (1x3%)
    Remember that the spawn requirements must also be met. So if there's no dirt next to water the reeds will not spawn all 10, only what can.
    Pumpkin settings are for a pumpkin patch (So I believe, haven't tested).
    -----------------------------------------------
    <Above/Below Ground Variables>
    evenWaterSourceDistribution:false
    evenLavaSourceDistribution:false
    Changes the water source spawning algorithm to a flat distribution. Normally, water sources are distributed with a higher frequency toward the bottom of the map.
    waterSourceDepositRarity:100
    waterSourceDepositFrequency:50
    waterSourceDepositMinAltitude:8
    waterSourceDepositMaxAltitude:128
    lavaSourceDepositRarity:100
    lavaSourceDepositFrequency:20
    lavaSourceDepositMinAltitude:8
    lavaSourceDepositMaxAltitude:128
    Water and lava sources are the single source blocks that create waterfalls and lavafalls, both above and below ground.
    The numbers seem high to me, but I think there are spawn conditions that result in the majority of the placement attempts being aborted. I've never seen a single water source placed in a cave ceiling or be buried in a wall. I assume then that they need to have the placement location open on one side with a minimum volume of air to spawn. So while the above settings seem like waterfalls will happen fifty times per chunk (50x100%) they actually occur far less frequently.

    disableNotchPonds:false
    Setting it to true will remove those surface ponds of lava and water.
    -----------------------------------------------
    <Below Ground Variables>
    These 'ore' deposit settings are all alike and will be explained together. The initial settings are the vanilla MC settings.
    dirtDeposit1
    gravelDeposit1
    clayDepositRarity1
    coalDepositRarity1
    ironDepositRarity1
    goldDepositRarity1
    redstoneDepositRarity1
    diamondDepositRarity1
    lapislazuliDepositRarity1:100
    lapislazuliDepositFrequency1:1
    lapislazuliDepositSize1:7
    lapislazuliDepositMinAltitude1:0
    lapislazuliDepositMaxAltitude1:16
    "Frequency is the number of times, per chunk, that the game will try to make a deposit.
    Rarity is the odds (out of 100) that the game will actually make a deposit."
    Using the Lapis as an example; What it means is that the world generator is always going to try to place one deposit of lapis per chunk (DepositFrequency). Each try has 100% chance of happening (DepositRarity). And that placement will be from 1 to 7 blocks of Lapis (DepositSize).
    So in a single chunk these settings can spawn anywhere from 1 to 7 blocks of Lapis.
    If the Deposit Frequency was changed to 5, it could spawn anywhere from 5 to 35 blocks of Lapis. This is PER CHUNK. 35 Lapis in a single chunk is one lapis in every 5x5x5 block in the 16 layers available with these settings. And it will occur like that in each and every chunk in the world. There would be far more lapis around than you would ever be likely to use.
    I personally don't like simply increasing these settings as it makes the survival game far too easy. However coupled with the additional three sets of settings for each ore can make for interesting distribution patterns.
    lapislazuliDepositRarity1:100
    ...
    lapislazuliDepositRarity2:0
    ...
    lapislazuliDepositRarity3:0
    ...
    lapislazuliDepositRarity4:0
    ...
    There are four deposit setting per ore. What this allows [with a little creativity] is multiple variations in the sizes and locations of ores.
    ----
    For example;
    Code:
    ironDepositRarity1:100
    
    ironDepositFrequency1:20
    
    ironDepositSize1:8
    
    ironDepositMinAltitude1:0
    
    ironDepositMaxAltitude1:64
    
    ironDepositRarity2:1
    
    ironDepositFrequency2:1
    
    ironDepositSize2:30
    
    ironDepositMinAltitude2:10
    
    ironDepositMaxAltitude2:30
    These two settings will produce iron as normal, plus because of the use of the rarity2 (etc) settings, it will once per 100 chunks (on average) produce an additional iron deposit of between 1 to 30 blocks. A 'vein' of iron ore per se., deep down.
    ----
    Another example;
    Code:
    goldDepositRarity1:100
    
    goldDepositFrequency1:2
    
    goldDepositSize1:8
    
    goldDepositMinAltitude1:0
    
    goldDepositMaxAltitude1:32
    
    goldDepositRarity2:5
    
    goldDepositFrequency2:1
    
    goldDepositSize2:16
    
    goldDepositMinAltitude2:50
    
    goldDepositMaxAltitude2:60
    
    goldDepositRarity3:75
    
    goldDepositFrequency3:1
    
    goldDepositSize3:8
    
    goldDepositMinAltitude3:100
    
    goldDepositMaxAltitude3:110
    
    goldDepositRarity4:50
    
    goldDepositFrequency4:10
    
    goldDepositSize4:2
    
    goldDepositMinAltitude4:75
    
    goldDepositMaxAltitude4:76
    These will produce some unusual effects.
    Set one will produce the usual vanilla distribution of gold. There will always be two deposits of 1-8 gold per chunk.
    Set two will deposit a single grouping of 1-16 gold just below sea level, but only once in every 20 chunks. It's likely that some of it will be replaced with ocean so you'll often find these lying in the deeper areas of water, when you don't find them in caves or solid rock. Keep in mind that if you drop your sea level they can be exposed on the surface.
    Set three will usually, but not always manage to deposit a regular sized deposit of gold high up on mountains. There has to be a mountain high enough there for this to happen. But if there is this set will probably place one there.
    Set four will produce an 'gold ore rich' layer across the entire world (as each setting affects every chunk in the world) it'll place 1-2 gold in the two layers allowed about 5 times per chunk. a single 16x16 layer is 256 blocks in total. So it'll be 1-20 gold in that layer. But it'll be wherever there is stone crossing those layers.
    Because all four different settings were used all four will occur together. Keep that in mind as these four together will produce anywhere from 10-60 gold per chunk. In vanilla there is usually only 2-16. So using all four together can lead to excessive amounts of ores.
    A word of caution. When determining deposit sizes remember to leave room for everything else. Stone, dirt, sand, water, the other deposits, etc. It's easy to go overboard with random settings and overload the chunks. You can essentially overwork and freeze the program with too many deposits and a lot of large deposits as it'll try to fit it all into the single chunk.
    Making ten deposits of 200 blocks of ore per chunk can fill about 15 layers of each and every chunk with that ore.
    Also a lot of deposits attempts will most certainly slow down chunk generation. Expect a great deal of lag and crashes may occur if you set these excessively.
    -----------------------------------------------



    Commands:
    • /ptm - available commands
    • /ptm reload - reload configuration for your world.
    • /ptm biome - show what biome in your location.
    • /ptm list [page] - List bob plugins for this world
    • /ptm spawn BOBName - Spawn bob to specified place
    More screenshots from setting share thread:

    Show Spoiler

    [​IMG]

    [​IMG]

    [​IMG]

    [​IMG]

    [​IMG]

    [​IMG]


    Known bugs:
    • Above ground objects regen wrong some times. (Mainly trees)
    Changelog:
    [0.8.1]
    -fix: bo2 all biome
    -fix: bo2 half spawn
    - Added grow from sapling
    Code:
    customTreeMinTime:60
    customTreeMaxTime:600
    [0.8]
    - Added spawn command.
    - Added DefaultSettings.ini on start
    - Added Default BOBPlugins folder on start
    - Added BOB list command for world
    [0.7.1]
    - Fix custom objects biomes.
    [0.7]
    - Fix dungeon settings.
    - Add check command.
    - Add waterBlock settings - block id of sea water.
    - Add ceilingBedrock settings - bedrock on top layer.
    - Add disableNotchHeightControl - when enabled terrain generate on full map,
    without height factor.
    - Add CustomHeightControl - list of custom height factor, 17 double entries, each entire control of 7 blocks height from down. Positive entry - better chance of spawn blocks, negative - smaller.
    [0.6.7]
    - Forgot to add copying from old folders to new, sorry.
    [0.6.6]
    - Add reload and biome commands.
    [0.6.5]
    - Better replacement, some fix with plugin init.
    [0.6.4]
    - Fix underground lakes.
    [0.6.3]
    - Remove oldgen.
    [0.6.2]
    - Fix flowing bug.
    [0.6.1]
    - Fix replacement.
    [0.6]
    - Some code clean up.
    - Fix regen and may be wrong generation after restart.
    [0.5]
    - Convert older bukkit version to be a plugin.
    External links:
    Original authors: R-T-B, Bucyrus

    Bukkit version author: Khorn
     
  2. Offline

    SabbyKat

    YOU'RE FIRED!...

    ...Yes, fired... out of a cannon!

    ...Ok more seriously, I'm very glad to hear it'll be done tmrw (or a day later doesn't matter) - I feared you over estimated, and would be off by a week+ :p

    Quick question though: will we be able to modify the height of the world with the plugin? if not, will it 'work' with increased map heights, for terrain generation?

    Keep it up!

    Edit: Fail spelling >.<
     
    DaddyCool64 likes this.
  3. Offline

    Haekon

    Do what you've got to do, Khorn. Sounds like you've got the business end of it done, so :)

    I'm just hoping 1.9 and the absurdly named 1.10 aren't as rough on you.
     
  4. thanks
     
  5. Thanks for all your hard work!
    Cannot wait until it is updated :)

    I am hopeful that 1.9 will be a bit easier for you to update to.
    The major thing that they will be adding in it is snow biomes... again >.>

    Thanks again :)
    - Michael Mitchell
     
  6. Offline

    phondeux

    That requires client modification, too, so I doubt it. Read this thread;

    http://forums.bukkit.org/threads/map-height.36567/
     
  7. Offline

    SabbyKat

    Really? So Notch basically made it easier, but did a half-ass job as normal... ugh...

    I seriously can't wait for spout to fix his joke of a job on SMP. -.-

    Thank you for the info though. I still hope the generator will work above 128, when modded correctly though, or I'm going to fly to sweden and slap Notch around >.>
     
  8. Offline

    Akime

    Khorn, thanks for your hard work though. A world of mine is dependent upon this plugin and it's an awesome one, and a lot of people are hoping to see it soon. Hang in there man.
     
  9. Offline

    Haekon

    Guys...take it outside. Derp like this belongs on MCforums.
     
  10. Offline

    Akime

    Sorry bout that.
     
  11. Offline

    Khorn

    Yeap notch say it easier - mean he replace half hardcoded height to one variable in world class ..
    But it is not complete in 1.8 ... i see he make more in 1.9 pre..

    About PTM:
    80% done .. it is work and generate.
    Still not complete - strongholds,villages ( trying to find better code in 1.9 pre ), some biome futures.

    Also config file now incompatible with 0.8 version .. sorry
    Many settings moved to per-biome config file.
     
    Dope likes this.
  12. Offline

    Kierrow

    Khorn, PLEASE answer this.
    Will it be possible to create 1.7 maps with stuff like ravines and strongholds in it IN the new version of your plugin?
     
  13. Offline

    but2002

    @SabbyKat Sorry, but "Notch" joke of a job allows you to play Minecraft. It's an indie game, it's going to have issues. It's also Beta. Notch may be a slacker, but he's also not the kind of person to leave something unfinished. This will be expandable I'm sure, there are just technical issues to get around first.
     
    tommygoesha likes this.
  14. Offline

    SabbyKat

    ...Notch never leaving something unfinished... Te...tehehehehehe! I won't get into it :)

    But keep it up, Khorn! Glad to hear at least maybe in 5-6 patches from now, it'll work. Let's just hope it doesn't quadruple the lag if you just double the map, and he actually makes chunks work properly so they're less lag-inducing when being loaded. (didn't they do something on this recently? Can't recall... or was it Spout?)

    Edit: spelling failure -.-
     
  15. Offline

    Khorn

    Yeap ... i can not guarantee block to block coincidence but it will use old methods.
     
    Kierrow likes this.
  16. Offline

    SabbyKat

    Are you going to be able to make it today, or did you run into unexpected (but normal) issues that are going to delay it till tmrw or beyond?
     
  17. Offline

    sfxworks

    Should I...make the old biomes available in the bo2 converter since this isn't for 1.8 yet?
     
  18. Offline

    Kierrow

    Yes, please!
     
  19. Offline

    sfxworks

    Done. Install the update.
     
  20. Offline

    Khorn

    Ok this is beta 0.9.
    Link

    Many settings moved to per biome config file.
    Also added many new setting.
    Too tired today for more explain ..

    Some items is uncompleted : more control about Villages,Strongholds and etc.
    But all settings in config files work.(Say if not - it is bug)

    Duno about bugs... but i am not recommend use it on live server without backups.

    So you may post bugreports, question and requests here.

    Ah also it works only with craftbukkit > 1191

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 18, 2016
  21. Offline

    Haekon

    I do not envy the headache that you will have when you awake, but till then,sleep well and dream of large women.

    Gave it a shot, but my old config + bukkit 1191 + PTM 0.9 didn't feel like working. I guess it'll be a case of changing the config, or waiting for a fresher version. Either way...I'm just glad to see it's within reach.

    The config: (It's unaltered 'harbor' from the config share thread)
    Code:
    <Start Biome Variables :>
    
    <All Biome Variables>
    biomeSize:1.5
    minMoisture:0.0
    maxMoisture:1.0
    minTemperature:0.0
    maxTemperature:1.0
    snowThreshold:0.5
    iceThreshold:0.5
    
    <Swamp Biome Variables>
    muddySwamps:false
    claySwamps:false
    swampSize:2
    
    <Desert Biome Variables>
    waterlessDeserts:false
    removeSurfaceDirtFromDesert:false
    desertDirt:false
    desertDirtFrequency:0
    
    <Start Underground Variables :>
    
    <Cave Variables>
    caveRarity:7
    caveFrequency:40
    caveMinAltitude:8
    caveMaxAltitude:128
    individualCaveRarity:25
    caveSystemFrequency:1
    caveSystemPocketChance:0
    caveSystemPocketMinSize:0
    caveSystemPocketMaxSize:4
    evenCaveDistribution:false
    
    <Start Terrain Variables :>
    waterLevel:16
    waterBlock:9
    maxAverageHeight:0.0
    maxAverageDepth:0.0
    fractureHorizontal:-3.0
    fractureVertical:0.0
    volatility1:50.0
    volatility2:-4.0
    volatilityWeight1:1.0E-5
    volatilityWeight2:1.0E-5
    disableBedrock:false
    ceilingBedrock:false
    flatBedrock:false
    bedrockobsidian:false
    disableNotchHeightControl:false
    CustomHeightControl:0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
    
    <Replace Variables>
    removeSurfaceStone:false
    ReplacedBlocks:None
    
    <Start BOB Objects Variables :>
    customObjects:false
    objectSpawnRatio:2
    denyObjectsUnderFill:false
    
    <Start Cactus&Tree Variables :>
    notchBiomeTrees:true
    globalTreeDensity:0
    rainforestTreeDensity:5
    swamplandTreeDensity:0
    seasonalforestTreeDensity:2
    forestTreeDensity:5
    savannaTreeDensity:0
    shrublandTreeDensity:0
    taigaTreeDensity:5
    desertTreeDensity:-20
    plainsTreeDensity:-20
    iceDesertTreeDensity:-20
    tundraTreeDensity:-20
    globalCactusDensity:0
    desertCactusDensity:10
    cactusDepositRarity:100
    cactusDepositMinAltitude:0
    cactusDepositMaxAltitude:128
    
    <Lava Pool Variables>
    lavaLevelMin:0
    lavaLevelMax:10
    
    <Underground Lake Variables>
    undergroundLakes:false
    undergroundLakesInAir:false
    undergroundLakeFrequency:2
    undergroundLakeRarity:5
    undergroundLakeMinSize:40
    undergroundLakeMaxSize:60
    undergroundLakeMinAltitude:0
    undergroundLakeMaxAltitude:50
    
    <Start Deposit Variables :>
    
    <Above Ground Variables>
    flowerDepositRarity:100
    flowerDepositFrequency:2
    flowerDepositMinAltitude:0
    flowerDepositMaxAltitude:128
    roseDepositRarity:50
    roseDepositFrequency:1
    roseDepositMinAltitude:0
    roseDepositMaxAltitude:128
    brownMushroomDepositRarity:25
    brownMushroomDepositFrequency:1
    brownMushroomDepositMinAltitude:0
    brownMushroomDepositMaxAltitude:128
    redMushroomDepositRarity:13
    redMushroomDepositFrequency:1
    redMushroomDepositMinAltitude:0
    redMushroomDepositMaxAltitude:128
    reedDepositRarity:100
    reedDepositFrequency:10
    reedDepositMinAltitude:0
    reedDepositMaxAltitude:128
    pumpkinDepositRarity:3
    pumpkinDepositFrequency:1
    pumpkinDepositMinAltitude:0
    pumpkinDepositMaxAltitude:128
    
    <Above/Below Ground Variables>
    evenWaterSourceDistribution:false
    waterSourceDepositRarity:100
    waterSourceDepositFrequency:50
    waterSourceDepositMinAltitude:8
    waterSourceDepositMaxAltitude:128
    evenLavaSourceDistribution:false
    lavaSourceDepositRarity:100
    lavaSourceDepositFrequency:20
    lavaSourceDepositMinAltitude:8
    lavaSourceDepositMaxAltitude:128
    disableNotchPonds:false
    
    <Below Ground Variables>
    dungeonRarity:100
    dungeonFrequency:8
    dungeonMinAltitude:0
    dungeonMaxAltitude:128
    dirtDepositRarity1:100
    dirtDepositFrequency1:20
    dirtDepositSize1:32
    dirtDepositMinAltitude1:0
    dirtDepositMaxAltitude1:128
    dirtDepositRarity2:0
    dirtDepositFrequency2:0
    dirtDepositSize2:0
    dirtDepositMinAltitude2:0
    dirtDepositMaxAltitude2:1
    dirtDepositRarity3:0
    dirtDepositFrequency3:0
    dirtDepositSize3:0
    dirtDepositMinAltitude3:0
    dirtDepositMaxAltitude3:1
    dirtDepositRarity4:0
    dirtDepositFrequency4:0
    dirtDepositSize4:0
    dirtDepositMinAltitude4:0
    dirtDepositMaxAltitude4:1
    gravelDepositRarity1:100
    gravelDepositFrequency1:10
    gravelDepositSize1:32
    gravelDepositMinAltitude1:0
    gravelDepositMaxAltitude1:128
    gravelDepositRarity2:0
    gravelDepositFrequency2:0
    gravelDepositSize2:0
    gravelDepositMinAltitude2:0
    gravelDepositMaxAltitude2:1
    gravelDepositRarity3:0
    gravelDepositFrequency3:0
    gravelDepositSize3:0
    gravelDepositMinAltitude3:0
    gravelDepositMaxAltitude3:1
    gravelDepositRarity4:0
    gravelDepositFrequency4:0
    gravelDepositSize4:0
    gravelDepositMinAltitude4:0
    gravelDepositMaxAltitude4:1
    clayDepositRarity1:100
    clayDepositFrequency1:10
    clayDepositSize1:32
    clayDepositMinAltitude1:0
    clayDepositMaxAltitude1:128
    clayDepositRarity2:0
    clayDepositFrequency2:0
    clayDepositSize2:0
    clayDepositMinAltitude2:0
    clayDepositMaxAltitude2:1
    clayDepositRarity3:0
    clayDepositFrequency3:0
    clayDepositSize3:0
    clayDepositMinAltitude3:0
    clayDepositMaxAltitude3:1
    clayDepositRarity4:0
    clayDepositFrequency4:0
    clayDepositSize4:0
    clayDepositMinAltitude4:0
    clayDepositMaxAltitude4:1
    coalDepositRarity1:100
    coalDepositFrequency1:20
    coalDepositSize1:16
    coalDepositMinAltitude1:0
    coalDepositMaxAltitude1:128
    coalDepositRarity2:0
    coalDepositFrequency2:0
    coalDepositSize2:0
    coalDepositMinAltitude2:0
    coalDepositMaxAltitude2:1
    coalDepositRarity3:0
    coalDepositFrequency3:0
    coalDepositSize3:0
    coalDepositMinAltitude3:0
    coalDepositMaxAltitude3:1
    coalDepositRarity4:0
    coalDepositFrequency4:0
    coalDepositSize4:0
    coalDepositMinAltitude4:0
    coalDepositMaxAltitude4:1
    ironDepositRarity1:100
    ironDepositFrequency1:20
    ironDepositSize1:8
    ironDepositMinAltitude1:0
    ironDepositMaxAltitude1:64
    ironDepositRarity2:0
    ironDepositFrequency2:0
    ironDepositSize2:0
    ironDepositMinAltitude2:0
    ironDepositMaxAltitude2:1
    ironDepositRarity3:0
    ironDepositFrequency3:0
    ironDepositSize3:0
    ironDepositMinAltitude3:0
    ironDepositMaxAltitude3:1
    ironDepositRarity4:0
    ironDepositFrequency4:0
    ironDepositSize4:0
    ironDepositMinAltitude4:0
    ironDepositMaxAltitude4:1
    goldDepositRarity1:100
    goldDepositFrequency1:2
    goldDepositSize1:8
    goldDepositMinAltitude1:0
    goldDepositMaxAltitude1:32
    goldDepositRarity2:0
    goldDepositFrequency2:0
    goldDepositSize2:0
    goldDepositMinAltitude2:0
    goldDepositMaxAltitude2:1
    goldDepositRarity3:0
    goldDepositFrequency3:0
    goldDepositSize3:0
    goldDepositMinAltitude3:0
    goldDepositMaxAltitude3:1
    goldDepositRarity4:0
    goldDepositFrequency4:0
    goldDepositSize4:0
    goldDepositMinAltitude4:0
    goldDepositMaxAltitude4:1
    redstoneDepositRarity1:100
    redstoneDepositFrequency1:8
    redstoneDepositSize1:7
    redstoneDepositMinAltitude1:0
    redstoneDepositMaxAltitude1:16
    redstoneDepositRarity2:0
    redstoneDepositFrequency2:0
    redstoneDepositSize2:0
    redstoneDepositMinAltitude2:0
    redstoneDepositMaxAltitude2:1
    redstoneDepositRarity3:0
    redstoneDepositFrequency3:0
    redstoneDepositSize3:0
    redstoneDepositMinAltitude3:0
    redstoneDepositMaxAltitude3:1
    redstoneDepositRarity4:0
    redstoneDepositFrequency4:0
    redstoneDepositSize4:0
    redstoneDepositMinAltitude4:0
    redstoneDepositMaxAltitude4:1
    diamondDepositRarity1:100
    diamondDepositFrequency1:1
    diamondDepositSize1:7
    diamondDepositMinAltitude1:0
    diamondDepositMaxAltitude1:16
    diamondDepositRarity2:0
    diamondDepositFrequency2:0
    diamondDepositSize2:0
    diamondDepositMinAltitude2:0
    diamondDepositMaxAltitude2:1
    diamondDepositRarity3:0
    diamondDepositFrequency3:0
    diamondDepositSize3:0
    diamondDepositMinAltitude3:0
    diamondDepositMaxAltitude3:1
    diamondDepositRarity4:0
    diamondDepositFrequency4:0
    diamondDepositSize4:0
    diamondDepositMinAltitude4:0
    diamondDepositMaxAltitude4:1
    lapislazuliDepositRarity1:100
    lapislazuliDepositFrequency1:1
    lapislazuliDepositSize1:7
    lapislazuliDepositMinAltitude1:0
    lapislazuliDepositMaxAltitude1:16
    lapislazuliDepositRarity2:0
    lapislazuliDepositFrequency2:0
    lapislazuliDepositSize2:0
    lapislazuliDepositMinAltitude2:0
    lapislazuliDepositMaxAltitude2:1
    lapislazuliDepositRarity3:0
    lapislazuliDepositFrequency3:0
    lapislazuliDepositSize3:0
    lapislazuliDepositMinAltitude3:0
    lapislazuliDepositMaxAltitude3:1
    lapislazuliDepositRarity4:0
    lapislazuliDepositFrequency4:0
    lapislazuliDepositSize4:0
    lapislazuliDepositMinAltitude4:0
    lapislazuliDepositMaxAltitude4:1
    
    and the log:

    Code:
    2011-09-28 10:24:18 [INFO] Starting minecraft server version Beta 1.8.1
    2011-09-28 10:24:18 [INFO] Loading properties
    2011-09-28 10:24:18 [INFO] Starting Minecraft server on *:25565
    2011-09-28 10:24:18 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-1072-g3274e1c-b1191jnks (MC: 1.8.1)
    2011-09-28 10:24:19 [INFO] PhoenixTerrainMod v0.9 is now enabled
    2011-09-28 10:24:19 [INFO] Preparing level "Volatile"
    2011-09-28 10:24:19 [INFO] Default game type: 1
    2011-09-28 10:24:19 [INFO] PhoenixTerrainMod: settings for 'Volatile' loaded
    2011-09-28 10:24:19 [INFO] PhoenixTerrainMod: enabled for 'Volatile'
    2011-09-28 10:24:19 [INFO] New max size: 400
    2011-09-28 10:24:19 [INFO] New max size: 784
    2011-09-28 10:24:19 [INFO] New max size: 1764
    2011-09-28 10:24:19 [INFO] New max size: 5476
    2011-09-28 10:24:19 [INFO] New max size: 18496
    2011-09-28 10:24:19 [INFO] New max size: 19044
    2011-09-28 10:24:19 [INFO] PhoenixTerrainMod: world seed is 1551823553
    2011-09-28 10:24:19 [INFO] Placed stronghold in INVALID biome at (48, 26)
    2011-09-28 10:24:20 [INFO] Preparing start region for level 0 (Seed: 1551823553)
    2011-09-28 10:24:21 [INFO] Preparing spawn area: 0%
    2011-09-28 10:24:22 [INFO] Preparing spawn area: 8%
    2011-09-28 10:24:23 [INFO] Preparing spawn area: 12%
    2011-09-28 10:24:24 [INFO] Preparing spawn area: 16%
    2011-09-28 10:24:25 [INFO] Preparing spawn area: 20%
    2011-09-28 10:24:26 [INFO] Preparing spawn area: 24%
    2011-09-28 10:24:27 [INFO] Preparing spawn area: 32%
    2011-09-28 10:24:28 [INFO] Preparing spawn area: 36%
    2011-09-28 10:24:29 [INFO] Preparing spawn area: 40%
    2011-09-28 10:24:30 [INFO] Preparing spawn area: 52%
    2011-09-28 10:24:31 [INFO] Preparing spawn area: 57%
    2011-09-28 10:24:32 [INFO] Preparing spawn area: 65%
    2011-09-28 10:24:33 [INFO] Preparing spawn area: 73%
    2011-09-28 10:24:35 [INFO] Preparing spawn area: 81%
    2011-09-28 10:24:36 [INFO] Preparing spawn area: 89%
    2011-09-28 10:24:37 [INFO] Preparing spawn area: 97%
    2011-09-28 10:24:37 [INFO] MCMACOMPAT r15A
    2011-09-28 10:24:37 [INFO] McMyAdmin Compatibility Plugin version r15A started.
    2011-09-28 10:24:37 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-09-28 10:24:37 [INFO] Done (1.826s)! For help, type "help" or "?"
    2011-09-28 10:24:44 [INFO] Haekon [/24.243.97.65:63959] logged in with entity id 1190 at ([Volatile] 87.5, 66.62000000476837, 238.5)
    2011-09-28 10:26:59 [INFO] PhoenixTerrainMod: settings for 'Volatile' loaded
    2011-09-28 10:27:13 [WARNING] Failed to handle packet: java.lang.NullPointerException
    java.lang.NullPointerException
        at com.Khorn.PTMBukkit.Generator.ObjectSpawner.populate(ObjectSpawner.java:167)
        at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:178)
        at net.minecraft.server.Chunk.a(Chunk.java:829)
        at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:96)
        at net.minecraft.server.PlayerInstance.<init>(PlayerInstance.java:31)
        at net.minecraft.server.PlayerManager.a(PlayerManager.java:45)
        at net.minecraft.server.PlayerManager.movePlayer(PlayerManager.java:141)
        at net.minecraft.server.ServerConfigurationManager.d(ServerConfigurationManager.java:146)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:374)
        at net.minecraft.server.Packet10Flying.a(SourceFile:126)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:471)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-09-28 10:27:13 [INFO] Haekon lost connection: user was kicked.
    2011-09-28 10:27:36 [INFO] Haekon [/24.243.97.65:64480] logged in with entity id 4967 at ([Volatile] 128.24366438413904, 97.00672773251728, 457.30987257539704)
    2011-09-28 10:27:37 [INFO] Disconnecting Haekon [/24.243.97.65:64480]: Internal server error
    2011-09-28 10:27:37 [WARNING] Failed to handle packet: java.lang.NullPointerException
    java.lang.NullPointerException
        at com.Khorn.PTMBukkit.Generator.ObjectSpawner.populate(ObjectSpawner.java:167)
        at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:178)
        at net.minecraft.server.Chunk.a(Chunk.java:829)
        at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:96)
        at net.minecraft.server.PlayerInstance.<init>(PlayerInstance.java:31)
        at net.minecraft.server.PlayerManager.a(PlayerManager.java:45)
        at net.minecraft.server.PlayerManager.addPlayer(PlayerManager.java:84)
        at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:136)
        at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:116)
        at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:34)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:94)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:471)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 18, 2016
  22. Offline

    Khorn

    You make "ptm reload" after log in ?
    Also show settings after PTM correct them ( only PhoenixTerrainModSettings.ini, biomes config not needed i think)
     
  23. Offline

    Haekon

    Hrm...didn't know about that option. Anway, here's what it changed things to. It reset a lot of variables, so I'll go in later and try and rewrite the config in the new style, then post back with how it went.

    Code:
    <Possible modes : Normal, TerrainTest, NotGenerate>
    Mode:Normal
    
    <Start Biome Variables :>
    
    <Old biome generator works only with old terrain generator!>
    oldBiomeGenerator:false
    oldBiomeSize:1.5
    biomeSize:4
    landSize:5
    riversEnabled:true
    minMoisture:0.0
    maxMoisture:1.0
    minTemperature:0.0
    maxTemperature:1.0
    snowThreshold:0.5
    iceThreshold:0.5
    
    <Swamp Biome Variables>
    muddySwamps:false
    claySwamps:false
    swampSize:2
    
    <Desert Biome Variables>
    waterlessDeserts:false
    desertDirt:false
    desertDirtFrequency:0
    
    <Start Terrain Variables :>
    oldTerrainGenerator:false
    waterLevel:64
    waterBlock:9
    maxAverageHeight:0.0
    maxAverageDepth:0.0
    fractureHorizontal:0.0
    fractureVertical:0.0
    volatility1:0.0
    volatility2:0.0
    volatilityWeight1:0.5
    volatilityWeight2:0.45
    disableBedrock:false
    ceilingBedrock:false
    flatBedrock:false
    bedrockobsidian:false
    disableNotchHeightControl:false
    CustomHeightControl:0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0
    
    <Map objects (Strongholds, Villages, Mineshafts:>
    ObjectsEnabled:true
    
    <Replace Variables>
    removeSurfaceStone:false
    ReplacedBlocks:None
    
    <Start BOB Objects Variables :>
    customObjects:true
    objectSpawnRatio:2
    denyObjectsUnderFill:false
    customTreeMinTime:60
    customTreeMaxTime:600
    
    <Underground Lake Variables>
    undergroundLakes:true
    undergroundLakesInAir:true
    undergroundLakeFrequency:2
    undergroundLakeRarity:5
    undergroundLakeMinSize:40
    undergroundLakeMaxSize:60
    undergroundLakeMinAltitude:0
    undergroundLakeMaxAltitude:50
    
    <Cave Variables>
    caveRarity:7
    caveFrequency:40
    caveMinAltitude:8
    caveMaxAltitude:128
    individualCaveRarity:25
    caveSystemFrequency:1
    caveSystemPocketChance:0
    caveSystemPocketMinSize:0
    caveSystemPocketMaxSize:4
    evenCaveDistribution:false
    
     
  24. Offline

    sorklin

    Bigtime errors:
    Code:
    2011-09-28 09:55:52 [SEVERE] java.lang.NullPointerException
    2011-09-28 09:55:52 [SEVERE]     at net.minecraft.server.WorldChunkManager.a(SourceFile:94)
    2011-09-28 09:55:52 [SEVERE]     at net.minecraft.server.BiomeCacheBlock.<init>(SourceFile:27)
    2011-09-28 09:55:52 [SEVERE]     at net.minecraft.server.BiomeCache.c(SourceFile:58)
    2011-09-28 09:55:52 [SEVERE]     at net.minecraft.server.BiomeCache.a(SourceFile:67)
    2011-09-28 09:55:52 [SEVERE]     at com.Khorn.PTMBukkit.Generator.BiomeManagerOld.getBiome(BiomeManagerOld.java:42)
    2011-09-28 09:55:52 [SEVERE]     at net.minecraft.server.WorldChunkManager.a(SourceFile:47)
    2011-09-28 09:55:52 [SEVERE]     at net.minecraft.server.SpawnerCreature.spawnEntities(SpawnerCreature.java:69)
    2011-09-28 09:55:52 [SEVERE]     at net.minecraft.server.World.doTick(World.java:1620)
    2011-09-28 09:55:52 [SEVERE]     at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
    2011-09-28 09:55:52 [SEVERE]     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
    2011-09-28 09:55:52 [SEVERE]     at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-09-28 09:55:52 [SEVERE] Unexpected exception
    java.lang.NullPointerException
        at net.minecraft.server.WorldChunkManager.a(SourceFile:94)
        at net.minecraft.server.BiomeCacheBlock.<init>(SourceFile:27)
        at net.minecraft.server.BiomeCache.c(SourceFile:58)
        at net.minecraft.server.BiomeCache.a(SourceFile:67)
        at com.Khorn.PTMBukkit.Generator.BiomeManagerOld.getBiome(BiomeManagerOld.java:42)
        at net.minecraft.server.WorldChunkManager.a(SourceFile:47)
        at net.minecraft.server.SpawnerCreature.spawnEntities(SpawnerCreature.java:69)
        at net.minecraft.server.World.doTick(World.java:1620)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:454)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    http://pastebin.com/26BiHwjf for the ini I customized. I tried to put in the code I had been using in 1.7, turning old generators on.
     
  25. Hello!
    Sorry to pester you, but when I run PTM
    I am getting this massive wall of Errors! :(


    Code:
    2011-09-28 07:00:03 [INFO] PhoenixTerrainMod v0.9 is now enabled
    2011-09-28 07:00:03 [INFO] Preparing level "MitchellCraft"
    2011-09-28 07:00:03 [INFO] Default game type: 0
    2011-09-28 07:00:03 [INFO] PhoenixTerrainMod: config files copied from defaults
    2011-09-28 07:00:03 [INFO] PhoenixTerrainMod: settings for 'MitchellCraft' loaded
    2011-09-28 07:00:03 [INFO] PhoenixTerrainMod: enabled for 'MitchellCraft'
    2011-09-28 07:00:03 [INFO] New max size: 400
    2011-09-28 07:00:03 [INFO] New max size: 784
    2011-09-28 07:00:03 [INFO] New max size: 1764
    2011-09-28 07:00:03 [INFO] New max size: 5476
    2011-09-28 07:00:03 [INFO] New max size: 18496
    2011-09-28 07:00:03 [INFO] New max size: 19044
    2011-09-28 07:00:04 [INFO] PhoenixTerrainMod: world seed is -4887762261612706892
    2011-09-28 07:00:04 [SEVERE] java.lang.NoSuchMethodError: net.minecraft.server.WorldChunkManager.getBiomes([Lnet/minecraft/server/BiomeBase;IIII)[Lnet/minecraft/server/BiomeBase;
    2011-09-28 07:00:04 [SEVERE] at com.Khorn.PTMBukkit.Generator.ChunkProviderPTM.generateTerrain(ChunkProviderPTM.java:120)
    2011-09-28 07:00:04 [SEVERE] at com.Khorn.PTMBukkit.Generator.ChunkProviderPTM.generate(ChunkProviderPTM.java:484)
    2011-09-28 07:00:04 [SEVERE] at org.bukkit.craftbukkit.generator.CustomChunkGenerator.getOrCreateChunk(CustomChunkGenerator.java:31)
    2011-09-28 07:00:04 [SEVERE] at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:72)
    2011-09-28 07:00:04 [SEVERE] at net.minecraft.server.ChunkProviderServer.getOrCreateChunk(ChunkProviderServer.java:106)
    2011-09-28 07:00:04 [SEVERE] at net.minecraft.server.World.getChunkAt(World.java:300)
    2011-09-28 07:00:04 [SEVERE] at net.minecraft.server.World.getTypeId(World.java:247)
    2011-09-28 07:00:04 [SEVERE] at net.minecraft.server.World.isEmpty(World.java:251)
    2011-09-28 07:00:04 [SEVERE] at net.minecraft.server.World.a(World.java:218)
    2011-09-28 07:00:04 [SEVERE] at com.Khorn.PTMBukkit.Generator.ChunkProviderPTM.canSpawn(ChunkProviderPTM.java:514)
    2011-09-28 07:00:04 [SEVERE] at net.minecraft.server.World.canSpawn(World.java:102)
    2011-09-28 07:00:04 [SEVERE] at net.minecraft.server.World.c(World.java:202)
    2011-09-28 07:00:04 [SEVERE] at net.minecraft.server.World.<init>(World.java:150)
    2011-09-28 07:00:04 [SEVERE] at net.minecraft.server.WorldServer.<init>(WorldServer.java:27)
    2011-09-28 07:00:04 [SEVERE] at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
    2011-09-28 07:00:04 [SEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
    2011-09-28 07:00:04 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    2011-09-28 07:00:04 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-09-28 07:00:04 [SEVERE] Unexpected exception
    java.lang.NoSuchMethodError: net.minecraft.server.WorldChunkManager.getBiomes([Lnet/minecraft/server/BiomeBase;IIII)[Lnet/minecraft/server/BiomeBase;
    at com.Khorn.PTMBukkit.Generator.ChunkProviderPTM.generateTerrain(ChunkProviderPTM.java:120)
    at com.Khorn.PTMBukkit.Generator.ChunkProviderPTM.generate(ChunkProviderPTM.java:484)
    at org.bukkit.craftbukkit.generator.CustomChunkGenerator.getOrCreateChunk(CustomChunkGenerator.java:31)
    at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:72)
    at net.minecraft.server.ChunkProviderServer.getOrCreateChunk(ChunkProviderServer.java:106)
    at net.minecraft.server.World.getChunkAt(World.java:300)
    at net.minecraft.server.World.getTypeId(World.java:247)
    at net.minecraft.server.World.isEmpty(World.java:251)
    at net.minecraft.server.World.a(World.java:218)
    at com.Khorn.PTMBukkit.Generator.ChunkProviderPTM.canSpawn(ChunkProviderPTM.java:514)
    at net.minecraft.server.World.canSpawn(World.java:102)
    at net.minecraft.server.World.c(World.java:202)
    at net.minecraft.server.World.<init>(World.java:150)
    at net.minecraft.server.WorldServer.<init>(WorldServer.java:27)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:191)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
     
  26. Offline

    sorklin

    Running Bukkit RB (1185), MV2-b249, and your latest PTM 0.9
    I tried to create a new world with PTM in MV2:
    /mv create ptmtest NORMAL -g PhoenixTerrainMod

    Got the following result:
    Code:
    2011-09-28 10:10:18 [INFO] PhoenixTerrainMod: world seed is 4765447605984705619
    2011-09-28 10:10:19 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'mv' in plugin Multiverse-Core v2.0-b249
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:41)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:163)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:353)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:756)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:721)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:714)
        at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:92)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:464)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    Caused by: java.lang.NoSuchMethodError: net.minecraft.server.WorldChunkManager.getBiomes([Lnet/minecraft/server/BiomeBase;IIII)[Lnet/minecraft/server/BiomeBase;
        at com.Khorn.PTMBukkit.Generator.ChunkProviderPTM.generateTerrain(ChunkProviderPTM.java:120)
        at com.Khorn.PTMBukkit.Generator.ChunkProviderPTM.generate(ChunkProviderPTM.java:484)
        at org.bukkit.craftbukkit.generator.CustomChunkGenerator.getOrCreateChunk(CustomChunkGenerator.java:31)
        at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:72)
        at net.minecraft.server.ChunkProviderServer.getOrCreateChunk(ChunkProviderServer.java:106)
        at net.minecraft.server.World.getChunkAt(World.java:300)
        at net.minecraft.server.World.getTypeId(World.java:247)
        at net.minecraft.server.World.isEmpty(World.java:251)
        at net.minecraft.server.World.a(World.java:218)
        at com.Khorn.PTMBukkit.Generator.ChunkProviderPTM.canSpawn(ChunkProviderPTM.java:514)
        at net.minecraft.server.World.canSpawn(World.java:102)
        at net.minecraft.server.World.c(World.java:202)
        at net.minecraft.server.World.<init>(World.java:150)
        at net.minecraft.server.WorldServer.<init>(WorldServer.java:27)
        at org.bukkit.craftbukkit.CraftServer.createWorld(CraftServer.java:499)
        at org.bukkit.craftbukkit.CraftServer.createWorld(CraftServer.java:473)
        at com.onarandombox.utils.WorldManager.addWorld(WorldManager.java:85)
        at com.onarandombox.MultiverseCore.commands.CreateCommand.runCommand(CreateCommand.java:59)
        at com.pneumaticraft.commandhandler.CommandHandler.checkAndRunCommand(CommandHandler.java:240)
        at com.pneumaticraft.commandhandler.CommandHandler.processFoundCommands(CommandHandler.java:110)
        at com.pneumaticraft.commandhandler.CommandHandler.locateAndRunCommand(CommandHandler.java:65)
        at com.onarandombox.MultiverseCore.MultiverseCore.onCommand(MultiverseCore.java:364)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:39)
        ... 12 more
    
     
  27. Offline

    Haekon

    @sorklin
    You need to run it on CB 1191.
     
  28. Offline

    Khorn

    All deposit options are moved to per biome configs .. so you can copy paste from old to new ..
    Also biome settings by default = notch settings.

    Use Craftbukkit version more than 1191 - they do methods rename in this version and PTM work with this names.
     
  29. Offline

    sorklin

    Okay, didn't see that. Thanks for the replies.
     
  30. Offline

    mdraw

    Not entirely sure if this is a bug or what, but maps are not really generating sand around coastlines. Sand isn't nonexistent, but generally about 50% of what should be sand appears to have been replaced with dirt or - and this creates a very ugly coastline - pockets of gravel. Admittedly, I am inexperienced with PTM and so am unsure if this is merely the result of my own failure to comprehend the config file. To get an idea of the way this looks, imagine a sandy beach; now imagine replacing random blocks of sand with gravel or dirt. It looks extremely unnatural and does not blend well.

    I'm also suffering some performance hits.

    Edit: example image of beach-fail phenomenon.

    [​IMG]
     
  31. Offline

    Khorn

    Thanks for replay ..
    Did you use default config ?
     

Share This Page