Modding Help New biome - Ship never exits FTL [SOLVED]

Discussion in 'Starbound Modding' started by GOKOP, Dec 14, 2013.

  1. GOKOP

    GOKOP Big Damn Hero

    Hello.
    I have a problem... I tried to add a new biome, but my ship never exits FTL when I'm trying to get to this biome.
    In log I found this:
    Code:
    Error: UniverseServer exception caught: BiomeException: Failed to parse surface biome: 'meat'
    caused by: VariantException: Variant type not map for get("parameters"), is of type null
    007C2DCC
    007416E0
    007434E6
    006166A8
    0061A173
    0054F16F
    005552C5
    004F31C5
    004F3BF8
    004F4801
    004F8DB3
    009447CC
    767533AA
    77629EF2
    77629EC5
    
    but I don't know, what it can mean...
    Here is my .surfacebiome file:

    Code:
    {
      "name" : "meat",
    
      "hueShiftOptions" : [-56, -45, -16, -26, 0],
      "skyOptions" : [
    
        {
          "mainColor" : [255, 210, 210],
    
          "morningColors" : [ [255, 224, 129], [252, 230, 164] ],
          "dayColors" : [ [255, 152, 107], [255, 183, 152] ],
          "eveningColors" : [ [254, 121, 69], [254, 165, 129] ],
          "nightColors" : [ [60, 0, 60], [20, 0, 20] ],
    
          "morningLightColor" : [202, 177, 100],
          "dayLightColor" : [202, 138, 100],
          "eveningLightColor" : [202, 100, 100],
          "nightLightColor" : [40, 17, 17]
        },
        {
          "mainColor" : [255, 210, 210],
    
          "morningColors" : [ [255, 151, 153], [255, 196, 197] ],
          "dayColors" : [ [233, 179, 255], [245, 221, 225] ],
          "eveningColors" : [ [195, 151, 255], [233, 217, 255] ],
          "nightColors" : [ [60, 0, 60], [20, 0, 20] ],
    
    
          "morningLightColor" : [176, 81, 83],
          "dayLightColor" : [182, 137, 200],
          "eveningLightColor" : [150, 115, 199],
          "nightLightColor" : [56, 17, 17]
        },
        {
          "mainColor" : [255, 210, 210],
    
          "morningColors" : [ [203, 167, 56], [203, 108, 56] ],
          "dayColors" : [ [179, 255, 188], [215, 255, 220] ],
          "eveningColors" : [ [59, 129, 201], [14, 97, 181] ],
          "nightColors" : [ [40, 0, 60], [10, 0, 20] ],
    
          "morningLightColor" : [158, 121, 42],
          "dayLightColor" : [151, 207, 191],
          "eveningLightColor" : [71, 159, 172],
          "nightLightColor" : [17, 19, 56]
        },
        {
          "mainColor" : [255, 210, 210],
    
          "morningColors" : [ [203, 167, 56], [203, 108, 56] ],
          "dayColors" : [ [179, 223, 251], [190, 190, 210] ],
          "eveningColors" : [ [201, 169, 59], [195, 47, 44] ],
          "nightColors" : [ [40, 0, 60], [10, 0, 20] ],
    
          "morningLightColor" : [158, 121, 42],
          "dayLightColor" : [190, 190, 210],
          "eveningLightColor" : [124, 50, 38],
          "nightLightColor" : [17, 19, 56]
        },
        {
          "mainColor" : [255, 210, 210],
    
          "morningColors" : [ [140, 140, 180], [120, 120, 180] ],
          "dayColors" : [ [190, 190, 210], [170, 170, 210] ],
          "eveningColors" : [ [160, 120, 180], [140, 100, 180] ],
          "nightColors" : [ [40, 0, 60], [10, 0, 20] ],
    
          "morningLightColor" : [140, 140, 180],
          "dayLightColor" : [190, 190, 210],
          "eveningLightColor" : [160, 120, 180],
          "nightLightColor" : [26, 26, 31]
        },
        {
          "mainColor" : [255, 210, 210],
    
          "morningColors" : [ [227, 209, 123], [244, 196, 66] ],
          "dayColors" : [ [197, 236, 246], [133, 185, 235] ],
          "eveningColors" : [ [246, 220, 186], [246, 177, 88] ],
          "nightColors" : [ [40, 0, 60], [10, 0, 20] ],
    
          "morningLightColor" : [192, 174, 126],
          "dayLightColor" : [190, 202, 204],
          "eveningLightColor" : [192, 125, 80],
          "nightLightColor" : [26, 26, 31]
        },
        {
          "mainColor" : [255, 210, 210],
    
          "morningColors" : [ [219, 119, 184], [246, 153, 177] ],
          "dayColors" : [ [197, 236, 246], [133, 185, 235] ],
          "eveningColors" : [ [189, 143, 172], [255, 194, 192] ],
          "nightColors" : [ [40, 0, 60], [10, 0, 20] ],
    
          "morningLightColor" : [200, 158, 169],
          "dayLightColor" : [190, 202, 204],
          "eveningLightColor" : [163, 134, 134],
          "nightLightColor" : [29, 26, 31]
        },
        {
          "mainColor" : [255, 210, 210],
    
          "morningColors" : [ [255, 167, 152], [255, 163, 208] ],
          "dayColors" : [ [228, 152, 169], [243, 205, 193] ],
          "eveningColors" : [ [221, 186, 235], [247, 73, 121] ],
          "nightColors" : [ [40, 0, 60], [10, 0, 20] ],
    
          "morningLightColor" : [195, 156, 149],
          "dayLightColor" : [197, 184, 182],
          "eveningLightColor" : [197, 98, 126],
          "nightLightColor" : [28, 14, 14]
        },
        {
          "mainColor" : [255, 210, 210],
    
          "morningColors" : [ [167, 255, 152], [163, 255, 208] ],
          "dayColors" : [ [152, 228, 169], [205, 243, 193] ],
          "eveningColors" : [ [186, 221, 235], [73, 247, 121] ],
          "nightColors" : [ [0, 40, 60], [0, 10, 20] ],
    
          "morningLightColor" : [156, 195, 149],
          "dayLightColor" : [184, 197, 182],
          "eveningLightColor" : [126, 166, 138],
          "nightLightColor" : [24, 28, 24]
        }
    
      ],
    
      "surfaceParameters" : {
        "mainBlock" : "fleshblock",
        "subBlocks" : [ "bonematerial" ],
        "ores" : "surfaceOres",
    
        "statusParameters" : {
          "temperatureBounds" : [3, 10],
          "dayNightTemperatureVariability" : -1,
          "temperatureVariability" : 3
        },
    
        "parallax" : "meat.parallax",
        "undergroundParallax" : "meat.undergroundparallax",
    
        "ambientNoises" : {
          "day" : {
            "tracks" : [ "/sfx/environmental/moon_surface.ogg" ]
          },
          "night" : {
            "tracks" : [ "/sfx/environmental/moon_surface.ogg" ]
          }
        },
    
        "undergroundAmbientNoises" : {
          "day" : {
            "tracks" : [ "/sfx/environmental/moon_underground.ogg" ]
          },
          "night" : {
            "tracks" : [ "/sfx/environmental/moon_underground.ogg" ]
          }
        },
    
        "musicTrack" : {
          "day" : {
            "tracks" : [  ]
          },
          "night" : {
            "tracks" : [  ]
          }
        },
    
        "undergroundMusicTrack" : {
          "day" : {
            "tracks" : [  ]
          },
          "night" : {
            "tracks" : [  ]
          }
        },
    
        "surfacePlaceables" : {
          "grassMod" : [ "fleshgrass" ],
          "grassModDensity" : 1.0,
    
          "items" : [
            {
              "mode" : "floor",
              "priority" : 1.0,
              "variants" : 1,
              "distribution" : "/biomes/distributions.config:potsRare",
    
              "type" : "object",
              "objectSets" : [
                {
                  "pool" : [ [0.35, "capsulesmall" ], [0.35, "capsulemed" ], [0.35, "capsulebig" ] ],
                  "parameters" : { }
                }
              ]
            },
            {
              "mode" : "floor",
              "priority" : 1.0,
              "variants" : 1,
              "distribution" : "/biomes/distributions.config:potsRare",
    
              "type" : "object",
              "objectSets" : [
               
              ]
            },
            {
              "mode" : "floor",
              "priority" : 0.0,
              "variants" : 1,
              "distribution" : "/biomes/distributions.config:overgroundChests",
    
              "type" : "treasureBox",
              "treasureBoxSets" : [ "basicChest" ]
            },
            {
              "mode" : "floor",
              "priority" : 0.0,
              "variants" : 1,
              "distribution" : "/biomes/distributions.config:overgroundChests",
    
              "type" : "treasureBox",
              "treasureBoxSets" : [ "weaponChest" ]
            },
    
    
            {
              "mode" : "floor",
              "priority" : 1.0,
              "variants" : 1,
              "distribution" : "/biomes/distributions.config:overgroundChests",
    
              "type" : "object",
              "objectSets" : [
                {
                  "pool" : [ [1, "statuspod" ] ],
                  "parameters" : { }
                }
              ]
            },
            {
              "mode" : "floor",
              "priority" : 3.0,
              "variants" : 1,
              "distribution" : "/biomes/distributions.config:scatteredSmall",
    
              "type" : "grass",
              "grasses" : [ "pebbles" ]
            },
            {
              "mode" : "floor",
              "priority" : 3.0,
              "variants" : 1,
              "distribution" : "/biomes/distributions.config:minibossoverground",
    
              "type" : "microdungeon",
              "microdungeons" : [ "minibossoverground" ]
            },           
            {
              "mode" : "floor",
              "priority" : 3.0,
              "variants" : 1,
              "distribution" : "/biomes/distributions.config:tiyDistPlatform",
    
              "type" : "microdungeon",
              "microdungeons" : [ "aridplatforming" ]
            },
            {
              "mode" : "floor",
              "priority" : 1.0,
              "variants" : 1,
              "distribution" : "/biomes/distributions.config:rareClumpyLarge",
    
              "type" : "tree",
              "treeFoliageHueShiftMax" : 180,
              "treeStemHueShiftMax" : 15,
              "treeStemList" : [ "fleshstem" ],
              "treeFoliageList" : [ "fleshfoliage" ]
            }
          ]
        },
    
        "undergroundPlaceables" : {
          "grassMod" : [ "fleshgrass" ],
          "grassModDensity" : 0.9,
    
          "items" : [
            {
              "mode" : "floor",
              "priority" : 1.0,
              "variants" : 1,
              "distribution" : "/biomes/distributions.config:scatteredPots",
    
              "type" : "object",
              "objectSets" : [
                {
                  "pool" : [ [0.35, "capsulesmall" ], [0.35, "capsulemed" ], [0.35, "capsulebig" ] ],
                  "parameters" : { }
                }
              ]
            },
            {
              "mode" : "floor",
              "priority" : 0.0,
              "variants" : 1,
              "distribution" : "/biomes/distributions.config:undergroundChests",
    
              "type" : "treasureBox",
              "treasureBoxSets" : [ "basicChest" ]
            },
    
            {
              "mode" : "floor",
              "priority" : 0.0,
              "variants" : 1,
              "distribution" : "/biomes/distributions.config:undergroundtechChests",
    
              "type" : "treasureBox",
              "treasureBoxSets" : [ "techChest" ]
            },
            {
              "mode" : "floor",
              "priority" : 1.0,
              "variants" : 1,
              "distribution" : "/biomes/distributions.config:undergroundChests",
    
              "type" : "object",
              "objectSets" : [
                {
                  "pool" : [ [1, "statuspod" ] ],
                  "parameters" : { }
                }
              ]
            },
            {
              "mode" : "floor",
              "priority" : 0.0,
              "variants" : 1,
              "distribution" : "/biomes/distributions.config:undergroundChests",
    
              "type" : "treasureBox",
              "treasureBoxSets" : [ "weaponChest" ]
            },
            {
              "mode" : "floor",
              "priority" : 1.0,
              "variants" : 1,
              "distribution" : "/biomes/distributions.config:scatteredSmall",
    
              "type" : "grass",
              "grasses" : [ "pebbles" ]
            }
          ]
        }
      },
    
      "subSurfaceParameters" : {
        "mainBlock" : "fleshblock",
        "subBlocks" : [ "bonematerial" ],
    
        "statusParameters" : {
          "temperatureBounds" : [4, 10],
          "dayNightTemperatureVariability" : -15,
          "temperatureVariability" : 3
        },
    
        "undergroundPlaceables" : {
          "grassMod" : [ "fleshgrass" ],
          "grassModDensity" : 0.2,
    
          "items" : [
            {
              "mode" : "floor",
              "priority" : 0.0,
              "variants" : 1,
              "distribution" : "/biomes/distributions.config:undergroundChests",
    
              "type" : "treasureBox",
              "treasureBoxSets" : [ "basicChest" ]
            },
            {
              "mode" : "floor",
              "priority" : 1.0,
              "variants" : 1,
              "distribution" : "/biomes/distributions.config:undergroundChests",
    
              "type" : "object",
              "objectSets" : [
                {
                  "pool" : [ [1, "statuspod" ] ],
                  "parameters" : { }
                }
              ]
            },
            {
              "mode" : "floor",
              "priority" : 0.0,
              "variants" : 1,
              "distribution" : "/biomes/distributions.config:undergroundChests",
    
              "type" : "treasureBox",
              "treasureBoxSets" : [ "weaponChest" ]
            },
            {
              "mode" : "floor",
              "priority" : 0.0,
              "variants" : 1,
              "distribution" : "/biomes/distributions.config:undergroundtechChests",
    
              "type" : "treasureBox",
              "treasureBoxSets" : [ "techChest" ]
            },
            {
              "mode" : "floor",
              "priority" : 1.0,
              "variants" : 1,
              "distribution" : "/biomes/distributions.config:scatteredSmall",
    
              "type" : "object",
              "objectSets" : [
                {
                  "pool" : [ [0.35, "capsulesmall" ], [0.35, "capsulemed" ], [0.35, "capsulebig" ] ],
                  "parameters" : { }
                }
              ]
            },
            {
              "mode" : "floor",
              "priority" : 1.0,
              "variants" : 1,
              "distribution" : "/biomes/distributions.config:scatteredSmall",
    
              "type" : "grass",
              "grasses" : [ "pebbles" ]
            }
          ]
        }
      },
    
      "allowedDetachedBiomes" : [ "bones", "flesh" ]
    
    
    }


    Can someone help? :)
     
  2. MorpH

    MorpH Subatomic Cosmonaut

    What about the other files you edited? celestial.config and anything else?
     
  3. GOKOP

    GOKOP Big Damn Hero

    So, that's celestial.config:

    Code:
    {
      "chunkSize" : 50,
      "chunkCacheSize" : 32,
      "maxSystemChunkSearches" : 100,
      "maxWorldSearches" : 500,
      "xySearchCoordRange" : [-100000000, 100000000],
      "zCoordRange" : [-10000000, 10000000],
      "numCoordHashes" : 4,
    
      "systemProbability" : 0.01,
      "orbitalLevels" : 12,
    
      "constellationProbability" : 0.8,
      "constellationLineCountRange" : [4, 7],
      "constellationMaxTries" : 500,
      "minimumConstellationLineLength" : 5.0,
      "maximumConstellationLineLength" : 25.0,
      "minimumConstellationMagnitude" : 5,
      "minimumConstellationLineCloseness" : 4,
    
      "radialSlots" : 12,
      "twinkleFrames" : 4,
      "twinkleScale" : 0.5,
    
      "skyBrightnessBase" : 0.7843137,
    
      "maxRecentlyVisitedSystems" : 6,
    
      "sectors" : [
        {
          "id" : "alpha",
          "name" : "Alpha Sector",
          "sectorSeed" : 71707887027,
          "prefix" : "Alpha",
          "sectorSymbol" : "/celestial/sector/1.png",
          "hueShift" : -30,
    
          "worldParameters" : {
            "threatLevel" : [1, 1],
            "unlockedBiomes" : [ "arid", "desert", "forest", "snow", "moon", "meat" ]
          }
        },
    
        {
          "id" : "beta",
          "name" : "Beta Sector",
          "sectorSeed" : 912044941247,
          "prefix" : "Beta",
          "sectorSymbol" : "/celestial/sector/2.png",
          "hueShift" : 0,
    
          "worldParameters" : {
            "threatLevel" : [2, 2],
            "unlockedBiomes" : [ "arid", "desert", "forest", "snow", "moon", "jungle", "meat" ]
          }
        },
    
        {
          "id" : "gamma",
          "name" : "Gamma Sector",
          "sectorSeed" : 877461781495,
          "prefix" : "Gamma",
          "sectorSymbol" : "/celestial/sector/3.png",
          "hueShift" : 30,
    
          "worldParameters" : {
            "threatLevel" : [3, 3],
            "unlockedBiomes" : [ "arid", "desert", "forest", "snow", "moon", "jungle", "grasslands", "meat" ]
          }
        },
    
        {
          "id" : "delta",
          "name" : "Delta Sector",
          "sectorSeed" : 877461781495,
          "prefix" : "Delta",
          "sectorSymbol" : "/celestial/sector/4.png",
          "hueShift" : 60,
    
          "worldParameters" : {
            "threatLevel" : [4, 4],
            "unlockedBiomes" : [ "arid", "desert", "forest", "snow", "moon", "jungle", "grasslands", "magma", "tentacles", "tundra", "volcanic", "meat" ]
          }
        },
       
        {
          "id" : "sectorx",
          "name" : "X Sector",
          "sectorSeed" : 427469981495,
          "prefix" : "X",
          "sectorSymbol" : "/celestial/sector/x.png",
          "hueShift" : 90,
    
          "worldParameters" : {
            "threatLevel" : [5, 10],
            "unlockedBiomes" : [ "arid", "desert", "forest", "snow", "moon", "jungle", "grasslands", "magma", "tentacles", "tundra", "volcanic", "meat" ]
          }
        }
      ],
      "planetHorizons" : {
        "biomeTextures" : "/celestial/system/horizon/textures/<biome>_<selector>.png",
        "atmosphereTextures" : "/celestial/system/horizon/atmosphere/atmosphere_<selector>.png",
        "shadowTextures" : "/celestial/system/horizon/shadow/shadow_<selector>.png",
        "maskTextures" : "/celestial/system/horizon/masks/<mask>_<selector>.png",
        "liquidTextures" : "/celestial/system/horizon/liquids/<liquid>_<selector>.png",
        "maskRange" : [0, 40],
        "maskPerPlanetRange" : [1, 3]
      },
    
      "systemTypes" : {
        "RedDwarf" : {
          "selectionWeight" : 2.0,
          "planetaryBodyProbability" : 0.2,
          "baseParameters" : {
            "image" : "/celestial/system/red_sun.png",
            "twinkleTime" : [0.5, 1.5]
          },
          "variationParameters" : [
            {
              "magnitude" : 1,
              "description" : "Red Subdwarf",
              "imageScale" : 0.12,
              "twinkleFrames" : "/celestial/stars/star5pxRed.png",
              "twinkleBackground" : "/celestial/stars/backgrounds/star5px.png",
              "brightness" : [1, 1],
              "temperature" : [6500, 6500]
            },
            {
              "magnitude" : 2,
              "description" : "Red Dwarf",
              "imageScale" : 0.16,
              "twinkleFrames" : "/celestial/stars/star7pxRed.png",
              "twinkleBackground" : "/celestial/stars/backgrounds/star7px.png",
              "brightness" : [1, 1],
              "temperature" : [6500, 6500]
            },
            {
              "magnitude" : 3,
              "description" : "Large Red Dwarf",
              "imageScale" : 0.20,
              "twinkleFrames" : "/celestial/stars/star11pxRed.png",
              "twinkleBackground" : "/celestial/stars/backgrounds/star11px.png",
              "brightness" : [1, 1],
              "temperature" : [6500, 6500]
            }
          ],
          "orbitRegions" : [
            [ [1, 2], "Mild" ],
            [ [3, 12], "Cold" ]
          ]
        },
    
        "YellowDwarf" : {
          "selectionWeight" : 3.0,
          "planetaryBodyProbability" : 0.6,
          "baseParameters" : {
            "image" : "/celestial/system/yellow_sun.png",
            "twinkleTime" : [0.5, 1.5]
          },
          "variationParameters" : [
            {
              "magnitude" : 3,
              "description" : "Small Yellow Dwarf",
              "imageScale" : 0.24,
              "twinkleFrames" : "/celestial/stars/star11pxYellow.png",
              "twinkleBackground" : "/celestial/stars/backgrounds/star11px.png",
              "brightness" : [1, 1],
              "temperature" : [6500, 6500]
            },
            {
              "magnitude" : 4,
              "description" : "Medium Yellow Dwarf",
              "imageScale" : 0.28,
              "twinkleFrames" : "/celestial/stars/star13pxYellow.png",
              "twinkleBackground" : "/celestial/stars/backgrounds/star13px.png",
              "brightness" : [1, 1],
              "temperature" : [6500, 6500]
            },
            {
              "magnitude" : 5,
              "description" : "Large Yellow Dwarf",
              "imageScale" : 0.32,
              "twinkleFrames" : "/celestial/stars/star15pxYellow.png",
              "twinkleBackground" : "/celestial/stars/backgrounds/star15px.png",
              "brightness" : [1, 1],
              "temperature" : [6500, 6500]
            }
          ],
          "orbitRegions" : [
            [ [2, 3], "Hot" ],
            [ [4, 6], "Mild" ],
            [ [7, 12], "Cold" ]
          ]
        },
    
        "RedGiant" : {
          "selectionWeight" : 1.0,
          "planetaryBodyProbability" : 0.4,
          "baseParameters" : {
            "image" : "/celestial/system/red_sun.png",
            "twinkleTime" : [0.5, 1.5]
          },
          "variationParameters" : [
            {
              "magnitude" : 6,
              "description" : "Red Giant",
              "imageScale" : 0.40,
              "twinkleFrames" : "/celestial/stars/star17pxRed.png",
              "twinkleBackground" : "/celestial/stars/backgrounds/star17px.png",
              "brightness" : [1, 1],
              "temperature" : [6500, 6500]
            },
            {
              "magnitude" : 7,
              "description" : "Red Bright Giant",
              "imageScale" : 0.44,
              "twinkleFrames" : "/celestial/stars/star19pxRed.png",
              "twinkleBackground" : "/celestial/stars/backgrounds/star19px.png",
              "brightness" : [1, 1],
              "temperature" : [6500, 6500]
            },
            {
              "magnitude" : 8,
              "description" : "Red Supergiant",
              "imageScale" : 0.48,
              "twinkleFrames" : "/celestial/stars/star21pxRed.png",
              "twinkleBackground" : "/celestial/stars/backgrounds/star21px.png",
              "brightness" : [1, 1],
              "temperature" : [6500, 6500]
            }
          ],
          "orbitRegions" : [
            [ [3, 3], "Hot" ],
            [ [4, 9], "Mild" ],
            [ [10, 12], "Cold" ]
          ]
        },
    
        "BlueGiant" : {
          "selectionWeight" : 1.0,
          "planetaryBodyProbability" : 0.4,
          "baseParameters" : {
            "image" : "/celestial/system/blue_sun.png",
            "twinkleTime" : [0.5, 1.5]
          },
          "variationParameters" : [
            {
              "magnitude" : 6,
              "description" : "Blue Giant",
              "imageScale" : 0.40,
              "twinkleFrames" : "/celestial/stars/star17pxBlue.png",
              "twinkleBackground" : "/celestial/stars/backgrounds/star17px.png",
              "brightness" : [1, 1],
              "temperature" : [6500, 6500]
            },
            {
              "magnitude" : 7,
              "description" : "Blue Bright Giant",
              "imageScale" : 0.44,
              "twinkleFrames" : "/celestial/stars/star19pxBlue.png",
              "twinkleBackground" : "/celestial/stars/backgrounds/star19px.png",
              "brightness" : [1, 1],
              "temperature" : [6500, 6500]
            },
            {
              "magnitude" : 8,
              "description" : "Blue Supergiant",
              "imageScale" : 0.48,
              "twinkleFrames" : "/celestial/stars/star21pxBlue.png",
              "twinkleBackground" : "/celestial/stars/backgrounds/star21px.png",
              "brightness" : [1, 1],
              "temperature" : [6500, 6500]
            }
          ],
          "orbitRegions" : [
            [ [3, 7], "Hot" ],
            [ [8, 12], "Mild" ]
          ]
        }
      },
    
      "planetaryTypes" : {
        "Terrestrial" : {
          "selectionWeight" : 2.0,
          "satelliteProbability" : 0.1,
    
          "baseParameters" : {
            "type" : "Landable",
            "description" : "Terrestiral Planet",
            "smallImage" : "/celestial/system/planet_small.png",
            "shadowNumber" : [1, 9],
    
            "liquidImages" : "/celestial/system/terrestrial/liquids/<liquid>.png",
            "shadowImages" : "/celestial/system/terrestrial/shadows/<num>.png",
            "biomeMaskImages" : "/celestial/system/terrestrial/biomes/<biome>/maskie<num>.png",
            "biomeMasks" : 3,
            "dynamicsImages" : "/celestial/system/terrestrial/dynamics/<num>.png",
            "dynamicsRange" : [1, 40]
          },
    
          "variationParameters" : [
            {
              "imageScale" : 0.125,
              "smallImageScale" : 0.5,
              "worldSize" : "large"
            },
            {
              "imageScale" : 0.15,
              "smallImageScale" : 0.6,
              "worldSize" : "verylarge"
            },
            {
              "imageScale" : 0.175,
              "smallImageScale" : 0.7,
              "worldSize" : "huge"
            }
          ],
    
          "orbitParameters" : {
            "Hot" : [
              {
                "availableBiomes" : [ "tentacles", "magma", "volcanic", "desert" ]
              }
            ],
            "Mild" : [
              {
                "availableBiomes" : [ "tentacles", "desert", "arid", "ocean", "savannah", "grasslands", "jungle", "forest", "meat" ]
              }
            ],
            "Cold" : [
              {
                "availableBiomes" : [ "snow", "tundra", "arctic" ]
              }
            ]
          }
        },
    
        "GasGiant" : {
          "selectionWeight" : 1.0,
          "satelliteProbability" : 0.2,
          "baseParameters" : {
            "type" : "GasGiant",
            "description" : "Gas Giant Planet",
            "smallImage" : "/celestial/system/planet_small.png",
            "shadowNumber" : [1, 9],
    
            "baseImage" : "/celestial/system/gas_giant/gas_giant_base.png",
            "shadowImages" : "/celestial/system/gas_giant/shadows/<num>.png",
            "dynamicsImages" : "/celestial/system/gas_giant/gas_giant_dynamics/<num>.png",
            "dynamicsRange" : [1, 40],
            "overlayImage" : "/celestial/system/gas_giant/gas_giant_clouds.png",
            "overlayMasks" : 2
          },
    
          "variationParameters" : [
            {
              "imageScale" : 0.15,
              "smallImageScale" : 0.9
            },
            {
              "imageScale" : 0.20,
              "smallImageScale" : 1.0
            }
          ]
        }
      },
    
      "satelliteTypes" : {
        "Terrestrial" : {
          "selectionWeight" : 1.0,
          "baseParameters" : {
            "type" : "Landable",
            "description" : "Terrestrial Moon",
    
            "liquidImages" : "/celestial/system/terrestrial/liquids/<liquid>.png",
            "shadowImages" : "/celestial/system/terrestrial/shadows/<num>.png",
            "biomeMaskImages" : "/celestial/system/terrestrial/biomes/<biome>/maskie<num>.png",
            "biomeMasks" : 3,
            "dynamicsImages" : "/celestial/system/terrestrial/dynamics/<num>.png",
            "dynamicsRange" : [1, 40]
          },
    
          "variationParameters" : [
            {
              "imageScale" : 0.0375,
              "worldSize" : "tiny"
            },
            {
              "imageScale" : 0.055,
              "worldSize" : "small"
            },
            {
              "imageScale" : 0.07,
              "worldSize" : "large"
            },
            {
              "imageScale" : 0.09,
              "worldSize" : "verylarge"
            }
          ],
    
          "orbitParameters" : {
            "Hot" : [
              {
                "availableBiomes" : [ "arid", "desert", "forest", "snow", "moon", "jungle", "grasslands", "savannah", "volcanic", "tundra", "magma" ]
              }
            ],
            "Mild" : [
              {
                "availableBiomes" : [ "arid", "desert", "forest", "snow", "moon", "jungle", "grasslands", "savannah", "volcanic", "tundra", "magma", "meat" ]
              }
            ],
            "Cold" : [
              {
                "availableBiomes" : [ "arid", "desert", "forest", "snow", "moon", "jungle", "grasslands", "savannah", "volcanic", "tundra", "magma" ]
              }
            ]
          }
        }
      }
    }

    And that's planetgen.config:

    Code:
    {
      "blockCacheSize" : 50000,
    
      "planetGenCacheSize" : 50,
    
      "dayLengthRange" : [800, 2000],
      "gravityRange" : [80, 80],
    
      "biomeHorizontalNoise" : {
        "type" : "Perlin",
        "octaves" : 7,
        "frequency" : 0.0017,
        "amplitude" : 200,
        "alpha" : 1.4,
        "beta" : 2.0
      },
    
      "biomeVerticalNoise" : {
        "type" : "Perlin",
        "octaves" : 7,
        "frequency" : 0.002,
        "amplitude" : 80,
        "alpha" : 1.6,
        "beta" : 2.0
      },
    
      "biomeNoise" : {
        "type" : "Perlin",
        "octaves" : 4,
        "frequency" : 0.1,
        "amplitude" : 8,
        "alpha" : 1.8,
        "beta" : 2.0
      },
    
      "planetSizes" : {
        "tiny" : {
          "size" : [2048, 1504],
          "description" : "tiny",
          "surfaceLevel" : 380,
          "undergroundLevel" : 340,
          "bedrockLevel" : 280,
          "lavaLevel" : 32,
          "spaceBoundary" : 1000,
    
          "blendSize" : 60,
          "deadZoneSize" : 0,
    
          "detachedBiomeCount" : 1,
          "detachedBiomeRadius" : 190,
    
          "undergroundDetachedBiomeCount" : 5,
          "undergroundDetachedBiomeRadius" : 400,
          "undergroundDetachedBiomeEnvironmentRadius" : 410,
          "undergroundDetachedBiomeHeightVariance" : 20,
          "undergroundDetachedBiomeCaveFactor" : 1.0,
    
          "undergroundLayers" : 1,
          "surfaceDungeonCount" : 1
        },
    
        "small" : {
          "size" : [4000, 4000],
          "description" : "small",
          "surfaceLevel" : 600,
          "undergroundLevel" : 550,
          "bedrockLevel" : 460,
          "lavaLevel" : 32,
          "spaceBoundary" : 3000,
    
          "blendSize" : 60,
          "deadZoneSize" : 0,
    
          "detachedBiomeCount" : 1,
          "detachedBiomeRadius" : 220,
    
          "undergroundDetachedBiomeCount" : 6,
          "undergroundDetachedBiomeRadius" : 500,
          "undergroundDetachedBiomeEnvironmentRadius" : 510,
          "undergroundDetachedBiomeHeightVariance" : 20,
          "undergroundDetachedBiomeCaveFactor" : 1.0,
    
          "undergroundLayers" : 1,
          "surfaceDungeonCount" : 1
        },
    
        "large" : {
          "size" : [6016, 4000],
          "description" : "large",
          "surfaceLevel" : 1200,
          "undergroundLevel" : 1150,
          "bedrockLevel" : 1050,
          "lavaLevel" : 128,
          "spaceBoundary" : 3000,
    
          "blendSize" : 60,
          "deadZoneSize" : 0,
    
          "detachedBiomeCount" : 5,
          "detachedBiomeRadius" : 250,
    
          "undergroundDetachedBiomeCount" : 6,
          "undergroundDetachedBiomeRadius" : 600,
          "undergroundDetachedBiomeEnvironmentRadius" : 610,
          "undergroundDetachedBiomeHeightVariance" : 20,
          "undergroundDetachedBiomeCaveFactor" : 1.0,
    
          "undergroundLayers" : 2,
          "surfaceDungeonCount" : 1
        },
    
        "verylarge" : {
          "size" : [8000, 4992],
          "description" : "very large",
          "surfaceLevel" : 1600,
          "undergroundLevel" : 1530,
          "bedrockLevel" : 1400,
          "lavaLevel" : 128,
          "spaceBoundary" : 4000,
    
          "blendSize" : 60,
          "deadZoneSize" : 0,
    
          "detachedBiomeCount" : 6,
          "detachedBiomeRadius" : 280,
    
          "undergroundDetachedBiomeCount" : 6,
          "undergroundDetachedBiomeRadius" : 700,
          "undergroundDetachedBiomeEnvironmentRadius" : 710,
          "undergroundDetachedBiomeHeightVariance" : 40,
          "undergroundDetachedBiomeCaveFactor" : 1.0,
    
          "undergroundLayers" : 2,
          "surfaceDungeonCount" : 1
        },
    
        "huge" : {
          "size" : [16000, 7008],
          "description" : "huge",
          "surfaceLevel" : 3000,
          "undergroundLevel" : 2900,
          "bedrockLevel" : 2700,
          "lavaLevel" : 128,
          "spaceBoundary" : 5500,
    
          "blendSize" : 60,
          "deadZoneSize" : 0,
    
          "detachedBiomeCount" : 7,
          "detachedBiomeRadius" : 310,
    
          "undergroundDetachedBiomeCount" : 6,
          "undergroundDetachedBiomeRadius" : 800,
          "undergroundDetachedBiomeEnvironmentRadius" : 810,
          "undergroundDetachedBiomeHeightVariance" : 40,
          "undergroundDetachedBiomeCaveFactor" : 1.0,
    
          "undergroundLayers" : 3,
          "surfaceDungeonCount" : 2
        }
      },
    
      "surfaceTerrain" : {
        "hills" : {
          "surfaceSelector" : "normalSurface",
          "caveSelector" : "normalCaves",
          "bgCaveSelector" : "solidbackground",
          "subBlockSelector" : "largeClumps",
          "oreSelector" : "commonVeins"
        },
    
        "barren" : {
          "surfaceSelector" : "normalSurface",
          "caveSelector" : "normalCaves",
          "bgCaveSelector" : "solidbackground",
          "subBlockSelector" : "largeClumps",
          "oreSelector" : "commonVeins"
        },
    
        "canyons" : {
          "surfaceSelector" : "normalSurface",
          "caveSelector" : "normalCaves",
          "bgCaveSelector" : "solidbackground",
          "subBlockSelector" : "largeClumps",
          "oreSelector" : "commonVeins"
        },
    
        "chasms" : {
          "surfaceSelector" : "normalSurface",
          "caveSelector" : "normalCaves",
          "bgCaveSelector" : "solidbackground",
          "subBlockSelector" : "largeClumps",
          "oreSelector" : "commonVeins"
        },
    
        "dunes" : {
          "surfaceSelector" : "normalSurface",
          "caveSelector" : "normalCaves",
          "bgCaveSelector" : "solidbackground",
          "subBlockSelector" : "largeClumps",
          "oreSelector" : "commonVeins"
        },
    
        "flats" : {
          "surfaceSelector" : "normalSurface",
          "caveSelector" : "normalCaves",
          "bgCaveSelector" : "solidbackground",
          "subBlockSelector" : "largeClumps",
          "oreSelector" : "commonVeins"
        },
    
        "totallyflat" : {
          "surfaceSelector" : "normalSurface",
          "caveSelector" : "normalCaves",
          "bgCaveSelector" : "solidbackground",
          "subBlockSelector" : "largeClumps",
          "oreSelector" : "commonVeins"
        },
    
        "mountains" : {
          "surfaceSelector" : "normalSurface",
          "caveSelector" : "normalCaves",
          "bgCaveSelector" : "solidbackground",
          "subBlockSelector" : "largeClumps",
          "oreSelector" : "commonVeins"
        },
    
        "islands" : {
          "surfaceSelector" : "normalSurface",
          "caveSelector" : "normalCaves",
          "bgCaveSelector" : "solidbackground",
          "subBlockSelector" : "largeClumps",
          "oreSelector" : "commonVeins"
        }
      },
    
      "undergroundTerrain" : {
        "undergroundCaves" : {
          "caveSelector" : "normalCaves",
          "bgCaveSelector" : "solidbackground",
          "subBlockSelector" : "largeClumps",
          "oreSelector" : "commonVeins"
        }
      },
    
      "spaceTerrain" : {
        "asteroids" : {
          "floatingTerrainSelector" : "asteroids",
          "caveSelector" : "solidbackground",
          "bgCaveSelector" : "solidbackground",
          "subBlockSelector" : "largeClumps",
          "oreSelector" : "commonVeins"
        }
      },
    
      "defaultSurfaceTerrain" : "flats",
    
      "surfaceBiomeTerrains" : {
        "tentacles" : [ "hills", "barren" ],
        "arctic" : [ "islands" ],
        "ocean" : [ "islands" ],
        "savannah" : [ "hills", "dunes", "canyons", "flats", "mountains", "barren" ],
        "moon" : [ "hills", "dunes", "canyons", "flats", "mountains", "barren" ],
        "forest" : [ "hills", "dunes", "canyons", "flats", "mountains", "barren" ],
        "arid" : [ "hills", "dunes", "canyons", "flats", "mountains", "barren" ],
        "desert" : [ "hills", "dunes", "canyons", "flats", "mountains", "barren" ],
        "grasslands" : [ "hills", "dunes", "canyons", "flats", "mountains", "barren" ],
        "jungle" : [ "hills", "dunes", "canyons", "flats", "mountains", "barren" ],
        "magma" : [ "hills", "dunes", "canyons", "flats", "mountains", "barren" ],
        "snow" : [ "hills", "dunes", "canyons", "flats", "mountains", "barren" ],
        "tundra" : [ "hills", "dunes", "canyons", "flats", "mountains", "barren" ],
        "volcanic" : [ "hills", "dunes", "canyons", "flats", "mountains", "barren" ],
        "meat" : [ "hills", "dunes", "flats" ]
      },
    
      "undergroundLayers" : [
        {
          "biomes" : [ "claylayer", "drydirtlayer", "drysandlayer", "gravellayer", "mudlayer", "sandlayer", "sandstonelayer" ],
          "detachedBiomes" : [ "crystalcave", "cellcave", "wilderness", "tarpit", "colorfulcave", "abandonedmines", "village", "bonecaves", "fleshcave", "slimecaves", "mushrooms", "coralcave"  ],
          "terrain" : [ "undergroundCaves" ]
        },
        {
          "biomes" : [ "rock01layer", "rock02layer", "rock03layer", "rock19layer", "rock20layer", "icecaves" ],
          "detachedBiomes" : [ "crystalcave", "cellcave", "wilderness", "tarpit", "colorfulcave", "abandonedmines", "village", "bonecaves", "fleshcave", "slimecaves", "mushrooms", "coralcave" ],
          "terrain" : [ "undergroundCaves" ]
        },
        {
          "biomes" : [ "rock04layer", "rock12layer", "rock14layer", "rock15layer", "rock17layer", "icecaves" ],
          "detachedBiomes" : [ "crystalcave", "cellcave", "wilderness", "tarpit", "colorfulcave", "abandonedmines", "village", "bonecaves", "fleshcave", "slimecaves", "mushrooms", "coralcave" ],
          "terrain" : [ "undergroundCaves" ]
        }
      ],
    
      "coreBiomes" : [ "blaststonecorelayer", "magmarockcorelayer", "obsidiancorelayer" ],
      "coreBiomeTerrain" : [ "undergroundCaves" ],
    
      "spaceBiomes" : [ "asteroids" ],
      "spaceBiomeTerrain" : [ "asteroids" ],
    
      "spawnDungeon" : true,
      "spawnMonsters" : true,
      "spawnFlatSurfaceRadius" : 2,
      "spawnNoDungeonReserve" : [32, 8],
      "spawnRegion" : true,
      "spawnDungeonNearSpawn" : false,
      "spawnDungeonNearSpawnMaxRadius" : 300,
      "spawnDungeonSpawnMinRadius" : 100,
    
    "dungeonWhitelist" : [ "scifidungeon", "apexresearchlab", "apextestchamber", "apextowerblock", "avianairship", "aviantemple", "aviantomb", "aviantower", "avianvillage", "floranhell", "floranhuntinggrounds", "floranvillagetower", "glitchcastle", "glitchsewer", "glitchvillage", "humanbunker", "humanprison", "naturalcave" ]
    
    }



    I won't insert here .parallax and .undergroundparallax files, because I don't think that they are the problem... ;)
     
  4. zairs

    zairs Aquatic Astronaut

    From what I can tell your files are all fine...
    No idea if this might help, but did you set a terrestrial (mask) image for it?
    \assets\celestial\system\terrestrial\biomes\

    doubt it would error on missing images, but hmm...

    code-wise that's called via (in celestial.config)
    "biomeMaskImages" : "/celestial/system/terrestrial/biomes/<biome>/maskie<num>.png",
     
  5. MorpH

    MorpH Subatomic Cosmonaut

    Yeah I don't exactly see anything wrong so either it is file directories aren't right or something but I honestly have no clue.
     
  6. GOKOP

    GOKOP Big Damn Hero

    I did images, and directories are right I think...

    But there are directories to files:

    .../starbound/assets/biomes/surface/meat.surfacebiome
    .../starbound/assets/biomes/surface/meat.parallax
    .../starbound/assets/biomes/surface/meat.undergroundparallax

    And to images:

    .../starbound/assets/celestial/system/horizon/textures/meat_l.png
    .../starbound/assets/celestial/system/horizon/textures/meat_r.png
    .../starbound/assets/celestial/system/terrestrial/biomes/meat/maskie1.png
    .../starbound/assets/celestial/system/terrestrial/biomes/meat/maskie2.png
    .../starbound/assets/celestial/system/terrestrial/biomes/meat/maskie3.png
     
  7. zairs

    zairs Aquatic Astronaut

    the /surface/meat.* needs to be in its own folder; /surface/meat/meat.*
     
  8. GOKOP

    GOKOP Big Damn Hero

    Ow, sorry, I wrote these directories here wrongly. <facepalm for me>
    In files the directories are right...
    So, nobody has an idea, what's wrong here? :(
     
  9. zairs

    zairs Aquatic Astronaut

    No idea.
    Could be possible that it's currently hardcoded biomes, so there's an error in the base c++ when a new 'biome' is attempting to be created.. (which could explain the variant type map get("params") error
    But honestly, I have no idea, your json coding is fine, no errors in it and no logic errors that i can find either.
     
  10. MorpH

    MorpH Subatomic Cosmonaut

    There already is biome/planet mods that work somewhat, so it's not that.
     
  11. zairs

    zairs Aquatic Astronaut

    haven't seen any myself, was just a theory xD.

    As I said, those files look fine, unless you messed up somewhere in your parallax files, i don't know. :/
     
  12. zairs

    zairs Aquatic Astronaut

    You can try playing around with it until you fix it; for example perhaps you 'have' to have music or something in
    Code:
    "musicTrack" : {
    "day" : {
    "tracks" : [ ]
    },
    "night" : {
    "tracks" : [ ]
    }
    },
    
    "undergroundMusicTrack" : {
    "day" : {
    "tracks" : [ ]
    },
    "night" : {
    "tracks" : [ ]
    }
    },
    or perhaps multiple subblock values must be available
    Code:
    "subBlocks" : [ "bonematerial" ],
    could be any dumb thing honestly, you'd have to play around with it.
     
  13. GOKOP

    GOKOP Big Damn Hero

    So, there's the .parallax and .undergroundparallax files:

    meat.parallax:

    Code:
    {
      "settings" : {
        "verticalOrigin" : -15,
        "definitions" : {
          "desertfront" : {
            "baseCount" : 2,
            "mod1Count" : 0,
            "mod2Count" : 0
          },
          "desertfront2" : {
            "baseCount" : 1,
            "mod1Count" : 0,
            "mod2Count" : 0
          },
          "desertback2" : {
            "baseCount" : 3,
            "mod1Count" : 0,
            "mod2Count" : 0
          },
          "desertback" : {
            "baseCount" : 1,
            "mod1Count" : 0,
            "mod2Count" : 0
          },
          "clouds1" : {
            "baseCount" : 2,
            "mod1Count" : 0,
            "mod2Count" : 0
          },
          "clouds2" : {
            "baseCount" : 2,
            "mod1Count" : 0,
            "mod2Count" : 0
          },
          "clouds3" : {
            "baseCount" : 2,
            "mod1Count" : 0,
            "mod2Count" : 0
          },
          "desertrare" : {
            "baseCount" : 8,
            "mod1Count" : 0,
            "mod2Count" : 0
          }
        }
      },
      "layers" : [
        {
          "kind" : "desertback",
          "offset" : [0, 450],
          "parallax" : 9,
          "nightCorrelation" : 0,
          "minSpeed" : 0,
          "maxSpeed" : 0,
          "modifiers" : "?brightness=15?saturation=-10",
          "fadePercent" : 0.15
        },
    
        {
          "kind" : "desertback2",
          "offset" : [0, 380],
          "parallax" : 12,
          "nightCorrelation" : 0,
          "minSpeed" : 0,
          "maxSpeed" : 0,
          "modifiers" : "?brightness=18?saturation=-12",
          "fadePercent" : 0.3
        },
        {
          "kind" : "desertrare",
          "offset" : [0, -40],
          "parallax" : 5.00001,
          "nightCorrelation" : 0,
          "minSpeed" : 0,
          "maxSpeed" : 0,
          "rarity" : 10,
          "modifiers" : "?brightness=5?saturation=-4",
          "fadePercent" : 0.1
        },
        {
          "kind" : "desertfront",
          "offset" : [0, 360],
          "parallax" : 5.0,
          "nightCorrelation" : 0,
          "minSpeed" : 0,
          "maxSpeed" : 0,
          "modifiers" : "?brightness=5?saturation=-4",
          "fadePercent" : 0.1
        },
    
        {
          "kind" : "desertfront2",
          "offset" : [0, 360],
          "parallax" : 1.8,
          "nightCorrelation" : 0,
          "minSpeed" : 0,
          "maxSpeed" : 0,
          "modifiers" : "",
          "fadePercent" : 0.05
        },
    
        {
          "kind" : "desertfront2",
          "offset" : [0, 490],
          "parallax" : 1.1,
          "nightCorrelation" : 0,
          "minSpeed" : 0,
          "maxSpeed" : 0,
          "modifiers" : "",
          "fadePercent" : 0.05
        },
    
        {
          "kind" : "clouds3",
          "offset" : [0, 120],
          "parallax" : 9,
          "nightCorrelation" : 0,
          "minSpeed" : 5000,
          "maxSpeed" : 10000,
          "modifiers" : "",
          "fadePercent" : 0.15
        },
    
        {
          "kind" : "clouds2",
          "offset" : [0, 140],
          "parallax" : 14,
          "nightCorrelation" : 0,
          "minSpeed" : 2000,
          "maxSpeed" : 5000,
          "modifiers" : "",
          "fadePercent" : 0.06
        },
    
        {
          "kind" : "clouds1",
          "offset" : [0, 150],
          "parallax" : 6,
          "nightCorrelation" : 0,
          "minSpeed" : 5000,
          "maxSpeed" : 10000,
          "modifiers" : "?",
          "fadePercent" : 0.04
        },
    
        {
          "kind" : "clouds3",
          "offset" : [0, 60],
          "parallax" : 9,
          "nightCorrelation" : 0,
          "minSpeed" : 5000,
          "maxSpeed" : 10000,
          "modifiers" : "",
          "fadePercent" : 0.15
        },
    
        {
          "kind" : "clouds2",
          "offset" : [0, 80],
          "parallax" : 14,
          "nightCorrelation" : 0,
          "minSpeed" : 2000,
          "maxSpeed" : 5000,
          "modifiers" : "",
          "fadePercent" : 0.06
        },
    
        {
          "kind" : "clouds1",
          "offset" : [0, 100],
          "parallax" : 6,
          "nightCorrelation" : 0,
          "minSpeed" : 5000,
          "maxSpeed" : 10000,
          "modifiers" : "?",
          "fadePercent" : 0.04
        },
    
        {
          "kind" : "clouds3",
          "offset" : [0, 1],
          "parallax" : 9,
          "nightCorrelation" : 0,
          "minSpeed" : 5000,
          "maxSpeed" : 10000,
          "modifiers" : "",
          "fadePercent" : 0.15
        },
    
        {
          "kind" : "clouds2",
          "offset" : [0, 20],
          "parallax" : 14,
          "nightCorrelation" : 0,
          "minSpeed" : 2000,
          "maxSpeed" : 5000,
          "modifiers" : "",
          "fadePercent" : 0.06
        },
    
        {
          "kind" : "clouds1",
          "offset" : [0, 40],
          "parallax" : 6,
          "nightCorrelation" : 0,
          "minSpeed" : 5000,
          "maxSpeed" : 10000,
          "modifiers" : "?",
          "fadePercent" : 0.04
        },
    
        // Weather 20
    
        {
          "kind" : "clouds3",
          "offset" : [0, 120],
          "parallax" : 9,
          "nightCorrelation" : 0,
          "minSpeed" : 5000,
          "maxSpeed" : 10000,
          "weather" : 20,
          "modifiers" : "",
          "fadePercent" : 0.15
        },
    
        {
          "kind" : "clouds2",
          "offset" : [0, 140],
          "parallax" : 14,
          "nightCorrelation" : 0,
          "minSpeed" : 2000,
          "maxSpeed" : 5000,
          "weather" : 20,
          "modifiers" : "",
          "fadePercent" : 0.06
        },
    
        {
          "kind" : "clouds1",
          "offset" : [0, 150],
          "parallax" : 6,
          "nightCorrelation" : 0,
          "minSpeed" : 5000,
          "maxSpeed" : 10000,
          "weather" : 20,
          "modifiers" : "?",
          "fadePercent" : 0.04
        },
    
        {
          "kind" : "clouds3",
          "offset" : [0, 60],
          "parallax" : 9,
          "nightCorrelation" : 0,
          "minSpeed" : 5000,
          "maxSpeed" : 10000,
          "weather" : 20,
          "modifiers" : "",
          "fadePercent" : 0.15
        },
    
        {
          "kind" : "clouds2",
          "offset" : [0, 80],
          "parallax" : 14,
          "nightCorrelation" : 0,
          "minSpeed" : 2000,
          "maxSpeed" : 5000,
          "weather" : 20,
          "modifiers" : "",
          "fadePercent" : 0.06
        },
    
        {
          "kind" : "clouds1",
          "offset" : [0, 100],
          "parallax" : 6,
          "nightCorrelation" : 0,
          "minSpeed" : 5000,
          "maxSpeed" : 10000,
          "weather" : 20,
          "modifiers" : "?",
          "fadePercent" : 0.04
        },
    
        {
          "kind" : "clouds3",
          "offset" : [0, 1],
          "parallax" : 9,
          "nightCorrelation" : 0,
          "minSpeed" : 5000,
          "maxSpeed" : 10000,
          "weather" : 20,
          "modifiers" : "",
          "fadePercent" : 0.15
        },
    
        {
          "kind" : "clouds2",
          "offset" : [0, 20],
          "parallax" : 14,
          "nightCorrelation" : 0,
          "minSpeed" : 2000,
          "maxSpeed" : 5000,
          "weather" : 20,
          "modifiers" : "",
          "fadePercent" : 0.06
        },
    
        {
          "kind" : "clouds1",
          "offset" : [0, 40],
          "parallax" : 6,
          "nightCorrelation" : 0,
          "minSpeed" : 5000,
          "maxSpeed" : 10000,
          "weather" : 20,
          "modifiers" : "?",
          "fadePercent" : 0.04
        },
    
        // weather 40
    
        {
          "kind" : "clouds3",
          "offset" : [0, 120],
          "parallax" : 9,
          "nightCorrelation" : 0,
          "minSpeed" : 5000,
          "maxSpeed" : 10000,
          "weather" : 40,
          "modifiers" : "",
          "fadePercent" : 0.15
        },
    
        {
          "kind" : "clouds2",
          "offset" : [0, 140],
          "parallax" : 14,
          "nightCorrelation" : 0,
          "minSpeed" : 2000,
          "maxSpeed" : 5000,
          "weather" : 40,
          "modifiers" : "",
          "fadePercent" : 0.06
        },
    
        {
          "kind" : "clouds1",
          "offset" : [0, 150],
          "parallax" : 6,
          "nightCorrelation" : 0,
          "minSpeed" : 5000,
          "maxSpeed" : 10000,
          "weather" : 40,
          "modifiers" : "?",
          "fadePercent" : 0.04
        },
    
        {
          "kind" : "clouds3",
          "offset" : [0, 60],
          "parallax" : 9,
          "nightCorrelation" : 0,
          "minSpeed" : 5000,
          "maxSpeed" : 10000,
          "weather" : 40,
          "modifiers" : "",
          "fadePercent" : 0.15
        },
    
        {
          "kind" : "clouds2",
          "offset" : [0, 80],
          "parallax" : 14,
          "nightCorrelation" : 0,
          "minSpeed" : 2000,
          "maxSpeed" : 5000,
          "weather" : 40,
          "modifiers" : "",
          "fadePercent" : 0.06
        },
    
        {
          "kind" : "clouds1",
          "offset" : [0, 100],
          "parallax" : 6,
          "nightCorrelation" : 0,
          "minSpeed" : 5000,
          "maxSpeed" : 10000,
          "weather" : 40,
          "modifiers" : "?",
          "fadePercent" : 0.04
        },
    
        {
          "kind" : "clouds3",
          "offset" : [0, 1],
          "parallax" : 9,
          "nightCorrelation" : 0,
          "minSpeed" : 5000,
          "maxSpeed" : 10000,
          "weather" : 40,
          "modifiers" : "",
          "fadePercent" : 0.15
        },
    
        {
          "kind" : "clouds2",
          "offset" : [0, 20],
          "parallax" : 14,
          "nightCorrelation" : 0,
          "minSpeed" : 2000,
          "maxSpeed" : 5000,
          "weather" : 40,
          "modifiers" : "",
          "fadePercent" : 0.06
        },
    
        {
          "kind" : "clouds1",
          "offset" : [0, 40],
          "parallax" : 6,
          "nightCorrelation" : 0,
          "minSpeed" : 5000,
          "maxSpeed" : 10000,
          "weather" : 40,
          "modifiers" : "?",
          "fadePercent" : 0.04
        },
    
        // weather 60
    
        {
          "kind" : "clouds3",
          "offset" : [0, 120],
          "parallax" : 9,
          "nightCorrelation" : 0,
          "minSpeed" : 5000,
          "maxSpeed" : 10000,
          "weather" : 60,
          "modifiers" : "",
          "fadePercent" : 0.15
        },
    
        {
          "kind" : "clouds2",
          "offset" : [0, 140],
          "parallax" : 14,
          "nightCorrelation" : 0,
          "minSpeed" : 2000,
          "maxSpeed" : 5000,
          "weather" : 60,
          "modifiers" : "",
          "fadePercent" : 0.06
        },
    
        {
          "kind" : "clouds1",
          "offset" : [0, 150],
          "parallax" : 6,
          "nightCorrelation" : 0,
          "minSpeed" : 5000,
          "maxSpeed" : 10000,
          "weather" : 60,
          "modifiers" : "?",
          "fadePercent" : 0.04
        },
    
        {
          "kind" : "clouds3",
          "offset" : [0, 60],
          "parallax" : 9,
          "nightCorrelation" : 0,
          "minSpeed" : 5000,
          "maxSpeed" : 10000,
          "weather" : 60,
          "modifiers" : "",
          "fadePercent" : 0.15
        },
    
        {
          "kind" : "clouds2",
          "offset" : [0, 80],
          "parallax" : 14,
          "nightCorrelation" : 0,
          "minSpeed" : 2000,
          "maxSpeed" : 5000,
          "weather" : 60,
          "modifiers" : "",
          "fadePercent" : 0.06
        },
    
        {
          "kind" : "clouds1",
          "offset" : [0, 100],
          "parallax" : 6,
          "nightCorrelation" : 0,
          "minSpeed" : 5000,
          "maxSpeed" : 10000,
          "weather" : 60,
          "modifiers" : "",
          "fadePercent" : 0.04
        },
    
        {
          "kind" : "clouds3",
          "offset" : [0, 1],
          "parallax" : 9,
          "nightCorrelation" : 0,
          "minSpeed" : 5000,
          "maxSpeed" : 10000,
          "weather" : 60,
          "modifiers" : "",
          "fadePercent" : 0.15
        },
    
        {
          "kind" : "clouds2",
          "offset" : [0, 20],
          "parallax" : 14,
          "nightCorrelation" : 0,
          "minSpeed" : 2000,
          "maxSpeed" : 5000,
          "weather" : 60,
          "modifiers" : "",
          "fadePercent" : 0.06
        },
    
        {
          "kind" : "clouds1",
          "offset" : [0, 40],
          "parallax" : 6,
          "nightCorrelation" : 0,
          "minSpeed" : 5000,
          "maxSpeed" : 10000,
          "weather" : 60,
          "modifiers" : "",
          "fadePercent" : 0.04
        }
    
      ]
    }


    meat.undergroundparallax:


    Code:
    {
      "image" : "desertunderground.png?brightness=-65",
      "dividerimage" : "rockdivider.png?brightness=-65",
      "parallax" : 1.1,
      "origin" : [0, 395]
    }


    Also I will try to change some of things as you said. ^^
     
  14. zairs

    zairs Aquatic Astronaut

    hmmm, odd then (since i can see your just renaming desert.* for the parallax files, which should be perfectly fine.

    I'll try messing around with it myself as well, and tell you if i manage to fix it or if I have any problems with the original coding.

    (psst dont worry, i dont plan on 'stealing' your code or anything lol, i dont much care for it if you're worried about that xD)
     
  15. GOKOP

    GOKOP Big Damn Hero

    Thanks. :p (for not-thinking people: problem isn't solved yet ;) )
     
  16. zairs

    zairs Aquatic Astronaut

    Fixed it.... but I did several things, and haven't tried breaking it down.

    BUT i think know the MAIN problem, is that you left the objectsets blank here:
    Code:
      "mode" : "floor",
      "priority" : 1.0,
      "variants" : 1,
      "distribution" : "/biomes/distributions.config:potsRare",
    
      "type" : "object",
      "objectSets" : [
    
    
    
    ]
    here's the entire code that I modified: (reset a lot of things, and tested other things) [wouldn't necessarily recommend just taking this code :p making the edits would suit you better]
    Code:
    {
      "name" : "meat",
    
      "hueShiftOptions" : [-56, -45, -16, -26, 0],
      "skyOptions" : [
    
      {
      "mainColor" : [255, 255, 255],
    
      "morningColors" : [ [255, 224, 129], [252, 230, 164] ],
      "dayColors" : [ [255, 152, 107], [255, 183, 152] ],
      "eveningColors" : [ [254, 121, 69], [254, 165, 129] ],
      "nightColors" : [ [60, 0, 0], [20, 0, 0] ],
    
      "morningLightColor" : [202, 177, 100],
      "dayLightColor" : [202, 138, 100],
      "eveningLightColor" : [202, 100, 100],
      "nightLightColor" : [40, 17, 17]
      },
      {
      "mainColor" : [255, 255, 255],
    
      "morningColors" : [ [255, 151, 153], [255, 196, 197] ],
      "dayColors" : [ [233, 179, 255], [245, 221, 225] ],
      "eveningColors" : [ [195, 151, 255], [233, 217, 255] ],
      "nightColors" : [ [60, 0, 0], [20, 0, 0] ],
    
    
      "morningLightColor" : [176, 81, 83],
      "dayLightColor" : [182, 137, 200],
      "eveningLightColor" : [150, 115, 199],
      "nightLightColor" : [56, 17, 17]
      },
      {
      "mainColor" : [255, 255, 255],
    
      "morningColors" : [ [203, 167, 56], [203, 108, 56] ],
      "dayColors" : [ [179, 255, 188], [215, 255, 220] ],
      "eveningColors" : [ [59, 129, 201], [14, 97, 181] ],
      "nightColors" : [ [40, 0, 60], [10, 0, 20] ],
    
      "morningLightColor" : [158, 121, 42],
      "dayLightColor" : [151, 207, 191],
      "eveningLightColor" : [71, 159, 172],
      "nightLightColor" : [17, 19, 56]
      },
      {
      "mainColor" : [255, 255, 255],
    
      "morningColors" : [ [203, 167, 56], [203, 108, 56] ],
      "dayColors" : [ [179, 223, 251], [190, 190, 210] ],
      "eveningColors" : [ [201, 169, 59], [195, 47, 44] ],
      "nightColors" : [ [40, 0, 60], [10, 0, 20] ],
    
      "morningLightColor" : [158, 121, 42],
      "dayLightColor" : [190, 190, 210],
      "eveningLightColor" : [124, 50, 38],
      "nightLightColor" : [17, 19, 56]
      },
      {
      "mainColor" : [255, 255, 255],
    
      "morningColors" : [ [140, 140, 180], [120, 120, 180] ],
      "dayColors" : [ [190, 190, 210], [170, 170, 210] ],
      "eveningColors" : [ [160, 120, 180], [140, 100, 180] ],
      "nightColors" : [ [40, 0, 60], [10, 0, 20] ],
    
      "morningLightColor" : [140, 140, 180],
      "dayLightColor" : [190, 190, 210],
      "eveningLightColor" : [160, 120, 180],
      "nightLightColor" : [26, 26, 31]
      },
      {
      "mainColor" : [255, 255, 255],
    
      "morningColors" : [ [227, 209, 123], [244, 196, 66] ],
      "dayColors" : [ [197, 236, 246], [133, 185, 235] ],
      "eveningColors" : [ [246, 220, 186], [246, 177, 88] ],
      "nightColors" : [ [40, 0, 60], [10, 0, 20] ],
    
      "morningLightColor" : [192, 174, 126],
      "dayLightColor" : [190, 202, 204],
      "eveningLightColor" : [192, 125, 80],
      "nightLightColor" : [26, 26, 31]
      },
      {
      "mainColor" : [255, 255, 255],
    
      "morningColors" : [ [219, 119, 184], [246, 153, 177] ],
      "dayColors" : [ [197, 236, 246], [133, 185, 235] ],
      "eveningColors" : [ [189, 143, 172], [255, 194, 192] ],
      "nightColors" : [ [40, 0, 60], [10, 0, 20] ],
    
      "morningLightColor" : [200, 158, 169],
      "dayLightColor" : [190, 202, 204],
      "eveningLightColor" : [163, 134, 134],
      "nightLightColor" : [29, 26, 31]
      },
      {
      "mainColor" : [255, 255, 255],
    
      "morningColors" : [ [255, 167, 152], [255, 163, 208] ],
      "dayColors" : [ [228, 152, 169], [243, 205, 193] ],
      "eveningColors" : [ [221, 186, 235], [247, 73, 121] ],
      "nightColors" : [ [40, 0, 60], [10, 0, 20] ],
    
      "morningLightColor" : [195, 156, 149],
      "dayLightColor" : [197, 184, 182],
      "eveningLightColor" : [197, 98, 126],
      "nightLightColor" : [28, 14, 14]
      },
      {
      "mainColor" : [255, 255, 255],
    
      "morningColors" : [ [167, 255, 152], [163, 255, 208] ],
      "dayColors" : [ [152, 228, 169], [205, 243, 193] ],
      "eveningColors" : [ [186, 221, 235], [73, 247, 121] ],
      "nightColors" : [ [0, 40, 60], [0, 10, 20] ],
    
      "morningLightColor" : [156, 195, 149],
      "dayLightColor" : [184, 197, 182],
      "eveningLightColor" : [126, 166, 138],
      "nightLightColor" : [24, 28, 24]
      }
    
      ],
    
      "surfaceParameters" : {
      "mainBlock" : "fleshblock",
      "subBlocks" : [ "bonematerial", "sand" ],
      "ores" : "surfaceOres",
    
      "statusParameters" : {
      "temperatureBounds" : [3, 10],
      "dayNightTemperatureVariability" : -1,
      "temperatureVariability" : 3
      },
    
      "parallax" : "meat.parallax",
      "undergroundParallax" : "meat.undergroundparallax",
    
      "ambientNoises" : {
      "day" : {
      "tracks" : [ "/sfx/environmental/moon_surface.ogg" ]
      },
      "night" : {
      "tracks" : [ "/sfx/environmental/moon_surface.ogg" ]
      }
      },
    
      "undergroundAmbientNoises" : {
      "day" : {
      "tracks" : [ "/sfx/environmental/moon_underground.ogg" ]
      },
      "night" : {
      "tracks" : [ "/sfx/environmental/moon_underground.ogg" ]
      }
      },
    
      "musicTrack" : {
      "day" : {
      "tracks" : [ "/music/epsilon-indi.ogg", "/music/hymn-to-the-stars.ogg", "/music/planetarium.ogg", "/music/procyon.ogg", "/music/stellarformation.ogg", "/music/vastimmortalsuns.ogg", "/music/atlas.ogg", "/music/blue-straggler.ogg", "/music/cygnus-x1.ogg", "/music/europa.ogg", "/music/haiku.ogg", "/music/M54.ogg", "/music/on-the-beach-at-night.ogg" ]
      },
      "night" : {
      "tracks" : [ "/music/arctic-constellation1.ogg", "/music/arctic-constellation2.ogg", "/music/mercury.ogg", "/music/mira.ogg", "/music/procyon.ogg", "/music/tranquility-base.ogg", "/music/psyche.ogg", "/music/accretion-Disc.ogg", "/music/cygnus-x1.ogg", "/music/eridanus-supervoid.ogg", "/music/horsehead-nebula.ogg", "/music/large-magellanic-cloud.ogg", "/music/M54.ogg", "/music/Nomads.ogg", "/music/on-the-beach-at-night.ogg" ]
      }
      },
    
      "undergroundMusicTrack" : {
      "day" : {
      "tracks" : [ "/music/epsilon-indi.ogg", "/music/hymn-to-the-stars.ogg", "/music/planetarium.ogg", "/music/procyon.ogg", "/music/stellarformation.ogg", "/music/vastimmortalsuns.ogg", "/music/atlas.ogg", "/music/blue-straggler.ogg", "/music/cygnus-x1.ogg", "/music/europa.ogg", "/music/haiku.ogg", "/music/M54.ogg", "/music/on-the-beach-at-night.ogg" ]
      },
      "night" : {
      "tracks" : [ "/music/arctic-constellation1.ogg", "/music/arctic-constellation2.ogg", "/music/mercury.ogg", "/music/mira.ogg", "/music/procyon.ogg", "/music/tranquility-base.ogg", "/music/psyche.ogg", "/music/accretion-Disc.ogg", "/music/cygnus-x1.ogg", "/music/eridanus-supervoid.ogg", "/music/horsehead-nebula.ogg", "/music/large-magellanic-cloud.ogg", "/music/M54.ogg", "/music/Nomads.ogg", "/music/on-the-beach-at-night.ogg" ]
      }
      },
    
      "surfacePlaceables" : {
      "grassMod" : [ "fleshgrass" ],
      "grassModDensity" : 1.0,
    
      "items" : [
      {
      "mode" : "floor",
      "priority" : 1.0,
      "variants" : 1,
      "distribution" : "/biomes/distributions.config:potsRare",
    
      "type" : "object",
      "objectSets" : [
      {
      "pool" : [ [0.35, "capsulesmall" ], [0.35, "capsulemed" ], [0.35, "capsulebig" ] ],
      "parameters" : { }
      }
      ]
      },
      {
      "mode" : "floor",
      "priority" : 1.0,
      "variants" : 1,
      "distribution" : "/biomes/distributions.config:potsRare",
    
      "type" : "object",
      "objectSets" : [
      {
      "pool" : [ [1, "wildautomatoseed" ] ],
      "parameters" : { "startingStage" : 2 }
      }
      ]
      },
      {
      "mode" : "floor",
      "priority" : 0.0,
      "variants" : 1,
      "distribution" : "/biomes/distributions.config:overgroundChests",
    
      "type" : "treasureBox",
      "treasureBoxSets" : [ "basicChest" ]
      },
      {
      "mode" : "floor",
      "priority" : 0.0,
      "variants" : 1,
      "distribution" : "/biomes/distributions.config:overgroundChests",
    
      "type" : "treasureBox",
      "treasureBoxSets" : [ "weaponChest" ]
      },
    
    
      {
      "mode" : "floor",
      "priority" : 1.0,
      "variants" : 1,
      "distribution" : "/biomes/distributions.config:overgroundChests",
    
      "type" : "object",
      "objectSets" : [
      {
      "pool" : [ [1, "statuspod" ] ],
      "parameters" : { }
      }
      ]
      },
      {
      "mode" : "floor",
      "priority" : 3.0,
      "variants" : 1,
      "distribution" : "/biomes/distributions.config:scatteredSmall",
    
      "type" : "grass",
      "grasses" : [ "pebbles" ]
      },
      {
      "mode" : "floor",
      "priority" : 3.0,
      "variants" : 1,
      "distribution" : "/biomes/distributions.config:minibossoverground",
    
      "type" : "microdungeon",
      "microdungeons" : [ "minibossoverground" ]
      },
      {
      "mode" : "floor",
      "priority" : 3.0,
      "variants" : 1,
      "distribution" : "/biomes/distributions.config:tiyDistPlatform",
    
      "type" : "microdungeon",
      "microdungeons" : [ "aridplatforming" ]
      },
      {
      "mode" : "floor",
      "priority" : 1.0,
      "variants" : 1,
      "distribution" : "/biomes/distributions.config:rareClumpyLarge",
    
      "type" : "tree",
      "treeFoliageHueShiftMax" : 180,
      "treeStemHueShiftMax" : 15,
      "treeStemList" : [ "fleshstem" ],
      "treeFoliageList" : [ "fleshfoliage" ]
      }
      ]
      },
    
      "undergroundPlaceables" : {
      "grassMod" : [ "fleshgrass" ],
      "grassModDensity" : 0.9,
    
      "items" : [
      {
      "mode" : "floor",
      "priority" : 1.0,
      "variants" : 1,
      "distribution" : "/biomes/distributions.config:scatteredPots",
    
      "type" : "object",
      "objectSets" : [
      {
      "pool" : [ [0.35, "capsulesmall" ], [0.35, "capsulemed" ], [0.35, "capsulebig" ] ],
      "parameters" : { }
      }
      ]
      },
      {
      "mode" : "floor",
      "priority" : 0.0,
      "variants" : 1,
      "distribution" : "/biomes/distributions.config:undergroundChests",
    
      "type" : "treasureBox",
      "treasureBoxSets" : [ "basicChest" ]
      },
    
      {
      "mode" : "floor",
      "priority" : 0.0,
      "variants" : 1,
      "distribution" : "/biomes/distributions.config:undergroundtechChests",
    
      "type" : "treasureBox",
      "treasureBoxSets" : [ "techChest" ]
      },
      {
      "mode" : "floor",
      "priority" : 1.0,
      "variants" : 1,
      "distribution" : "/biomes/distributions.config:undergroundChests",
    
      "type" : "object",
      "objectSets" : [
      {
      "pool" : [ [1, "statuspod" ] ],
      "parameters" : { }
      }
      ]
      },
      {
      "mode" : "floor",
      "priority" : 0.0,
      "variants" : 1,
      "distribution" : "/biomes/distributions.config:undergroundChests",
    
      "type" : "treasureBox",
      "treasureBoxSets" : [ "weaponChest" ]
      },
      {
      "mode" : "floor",
      "priority" : 1.0,
      "variants" : 1,
      "distribution" : "/biomes/distributions.config:scatteredSmall",
    
      "type" : "grass",
      "grasses" : [ "pebbles" ]
      }
      ]
      }
      },
    
      "subSurfaceParameters" : {
      "mainBlock" : "fleshblock",
      "subBlocks" : [ "bonematerial" ],
    
      "statusParameters" : {
      "temperatureBounds" : [4, 10],
      "dayNightTemperatureVariability" : -15,
      "temperatureVariability" : 3
      },
    
      "undergroundPlaceables" : {
      "grassMod" : [ "fleshgrass" ],
      "grassModDensity" : 0.2,
    
      "items" : [
      {
      "mode" : "floor",
      "priority" : 0.0,
      "variants" : 1,
      "distribution" : "/biomes/distributions.config:undergroundChests",
    
      "type" : "treasureBox",
      "treasureBoxSets" : [ "basicChest" ]
      },
      {
      "mode" : "floor",
      "priority" : 1.0,
      "variants" : 1,
      "distribution" : "/biomes/distributions.config:undergroundChests",
    
      "type" : "object",
      "objectSets" : [
      {
      "pool" : [ [1, "statuspod" ] ],
      "parameters" : { }
      }
      ]
      },
      {
      "mode" : "floor",
      "priority" : 0.0,
      "variants" : 1,
      "distribution" : "/biomes/distributions.config:undergroundChests",
    
      "type" : "treasureBox",
      "treasureBoxSets" : [ "weaponChest" ]
      },
      {
      "mode" : "floor",
      "priority" : 0.0,
      "variants" : 1,
      "distribution" : "/biomes/distributions.config:undergroundtechChests",
    
      "type" : "treasureBox",
      "treasureBoxSets" : [ "techChest" ]
      },
      {
      "mode" : "floor",
      "priority" : 1.0,
      "variants" : 1,
      "distribution" : "/biomes/distributions.config:scatteredSmall",
    
      "type" : "object",
      "objectSets" : [
      {
      "pool" : [ [0.35, "capsulesmall" ], [0.35, "capsulemed" ], [0.35, "capsulebig" ] ],
      "parameters" : { }
      }
      ]
      },
      {
      "mode" : "floor",
      "priority" : 1.0,
      "variants" : 1,
      "distribution" : "/biomes/distributions.config:scatteredSmall",
    
      "type" : "grass",
      "grasses" : [ "pebbles" ]
      }
      ]
      }
      },
    
      "allowedDetachedBiomes" : [ "bones", "flesh" ]
    
    
    }

    note that I reset all of the "skyOptions", added other variables such as in sub; but the thing that fixed it that let me go to it was that objectsets[] problem.

    edit: went back to your default skyoptions, didn't cause any problems. So the only problem should be the code above; simply edit your code and add the necessary changes to objectsets[] so it's not empty.

    That'll be $40 dear sir. (joking, of course :p)
     
    Last edited: Dec 14, 2013
  17. GOKOP

    GOKOP Big Damn Hero

    Thanks a lot, it works. ^^
    I have to change some things, but it works! :D
     
  18. zairs

    zairs Aquatic Astronaut

    No problem ;) just keep track of what you change in case it breaks again :rofl:
     
  19. GOKOP

    GOKOP Big Damn Hero

    Yes, I changed something and I broke it again... but I already fixed that. ;)
     

Share This Page