Jump to content

A beginner's guide to Kopernicus - The basics


Recommended Posts

  • 2 weeks later...
  • 5 months later...

I'm making a copy of Bop just 1/10th the size but it is really... spiky, even though I edited the deformity.
 

Spoiler

@Kopernicus:FOR[BinaryAsteroid]
{
    Body
    {
        name = 90 Kantiope A
        Template    
        {
            name = Bop
            removeAllPQSMods = true
        }
        Properties
        {
            description = The largest, and spikiest asteroid in the 90 Kantiope binary system.
            tidallyLocked = true
            radius = 6500
            rotates = true
            initialRotation = 0
            isHomeWorld = false
            geeASL = 0.0031
            displayName = 90 Kantiope A^N
        }
        Orbit
        {
            inclination = 0
            eccentricity = 0
            semiMajorAxis = 60000
            longitudeOfAscendingNode = 0
            argumentOfPeriapsis = 1
            meanAnomalyAtEpoch = 3.1415926
            epoch = 0
            referenceBody = Barycenter
        }
        PQS
        {
            Mods
            {
                VertexHeightMap
                {
                    map = BinaryAsteroid/Texture/surface_bump.png
                    offset = -1500
                    deformity = 550
                    scaleDeformityByRadius = false
                    order = 20
                    enabled = true
                }
                VertexHeightNoiseVertHeightCurve2
                {
                    deformity = 100
                    ridgedAddSeed
                    ridgedAddOctaves = 4
                    ridgedSubSeed = 654321
                    ridgedSubFrequency = 12
                    ridgedSubLacunarity = 2
                    ridgedSubOctaves = 4
                }
            }
        }
    }
}

 

On 12/16/2017 at 4:12 AM, Walesdark said:

hey, you guys know the bug where the day side of your planet doesn't align with the sun? I've forgotten how to fix that, help plis. :I

just use GIMP and turn down the opacity to 50%, that should fix it.

Link to comment
Share on other sites

52 minutes ago, The Minmus Derp said:

Hi. can you make updated youtube videos? i hear KittopiaTech doesn't exist anymore. @The White Guardian

Then you heard wrong - KittopiaTech is very much alive and being worked on.

As for updated tutorial videos, I don't have plans for that right now, perhaps in the future I might.

Link to comment
Share on other sites

  • 2 weeks later...
  • 3 weeks later...
On 6/20/2018 at 2:26 PM, Zithorian said:

Properties { description = Looks good If you don't look at the crators trust me radius = 480000 geeASL = 1.5 rotationPeriod = 88642.6848 rotates = true tidallyLocked = false initialRotation = 0 isHomeWorld = false timewarpAltitudeLimits = 0 80000 220000 300000 500000 1000000 3000000 6000000 ScienceValues { landedDataValue = 1 splashedDataValue = 1.2 flyingLowDataValue = 1.4 flyingHighDataValue = 1.6 inSpaceLowDataValue = 1.8 inSpaceHighDataValue = 2 recoveryValue = 1 flyingAltitudeThreshold = 18000 spaceAltitudeThreshold = 150000 }

In here you seem to be missing a closing bracket, which ends up putting everything after it in the Properties node. 
 

On 6/20/2018 at 2:26 PM, Zithorian said:

Material { texture = WhyKerbol/PluginData/Taleos_Texture.dds normals = WhyKerbol/PluginData/Taleos_Normal.dds shininess = 0.7 specular = 0.0,0.3,0.7,1.0 rimPower = 3 rimBlend = 0.2 Gradient { 0.0 = 0.06,0.06,0.06,1 0.5 = 0.05,0.05,0.05,1 1.0 = 0.0196,0.0196,0.0196,1 }

And in here, you also seem to be missing a closing bracket for the Material node.

Both of these errors cause the file to be missing 2 closing brackets at the end, which may be why it's causing an exception of "Failed to read past end of stream."

Link to comment
Share on other sites

Hey, does anyone have a heightmap-based planet I could mess with? I'm not looking for anything fancy with water and atmospheres and stuff like that, just gravity and the ability to add a heightmap. I'm trying to make heightmaps with fractals but I need something to actually put them on.

Link to comment
Share on other sites

  • 6 months later...

Hi, @The White Guardian

I am trying to update my planet pack for KSP 1.6.x but my planet won't load. The log says that the Array Index is out of Range, do you know what causes this issue I have added the config for the planet below:

Spoiler

@Kopernicus:AFTER[KOPERNICUS]
{
 Body
 {
  name = Loko
  cacheFile = TPR/cache/Loko.bin
  Template
  {
   name = Minmus
   remveAllPQSMods = true
  }
  Properties
  {
   description = Place Holder
   radius = 128000
   rotates = true
   rotationPeriod = 36000
   tidallyLocked = false
   initialRotation = 0
   geeASL = 0.38
   isHomeWorld = false
   timewarpAltitudeLimits = 0 10000 30000 50000 70000 90000 100000 120000
   ScienceValues
   {
    landedDataValue = 7
    splashedDataValue = 7
    inSpaceLowDataValue = 6
    inSpaceHighDataValue = 5
    recoveryValue = 5
    spaceAltitudeThreshold = 120000
   }
  }
  Orbit
  {
   referenceBody = Kerbol
   semiMajorAxis = 1120000000000
   inclination = 3
   eccentricity = 0.3
   longitudeOfAscendingNode = 0
   argumentOfPeriapsis = 0
   meanAnomalyAtEpoch = 0
   epoch = 0
   color = 1,0.6,0.6,1
  }
  PQS
  {
   Mods
   {
    VertexPlanet
    {
     seed = 125
     deformity = 4500
     colorDeformity = 6000
     oceanLevel = 0
     oceanStep = 0
     oceanDepth = 0
     oceanSnap = false
     terrainSmoothing = 0.1
     terrainShapeStart = 2
     terrainShapeEnd = -2
     terrainRidgesMin = 0.1
     terrainRidgesMax = 2
     buildHeightColors = false
     terrainRidgesBalance = 0.4
     enabled = true
     order = 3
     ContinentalSimplex
     {
      deformity = 2
      octaves = 16
      persistance = 0.30002
      frequency = 1.8
      Noise
      {
       octaves = 8
       persistance = 0.43
       frequency = 1.2
      }
     }
     RuggednessSimplex
     {
      seed = 487
      deformity = 1
      octaves = 12
      persistance = 0.7
      frequency = 0.6
      Noise
      {
       octaves = 4
       persistance = 0.5
       frequency = 0.499
      }
     }
     SharpnessSimplexMap
     {
      seed = 5687
      deformity = 65
      octaves = 6
      persistance 0.5
      frequency = 1.5
      Noise
      {
       octaves = 4
       persistance = 0.55000011
       frequency = 1.5
      }
     }
     SharpnessNoise
     {
      seed = 0
      deformity = 0.00100000004749745
      octaves = 4
      persistance = 0.5
      frequency = 0.5
      Noise
      {
       Frequency = 0.5
       Lacunarity = 0.5
       Quality = High
       OctaveCount = 4
       Seed = 4698
      }
     }
     TerrainTypeSimplex
     {
      deformity = 1
      octaves = 8
      persistance = 0.72
      frequency = 7
      Noise
      {
       octaves = 14
       persistance = 0.6
       frequency = 4
      }
     }
     LandClasses
     {
      Class
      {
       startHeight = 0
       endHeight = 0.2
       fractalDelta = 0.00100000004749745
       name = AbyPl
       fractalStart = 0
       fractalEnd = 0.05
       baseColor = 0.522471905,0.2725977,0,1
                            colorNoise = 0.492314488,0.776119411,0.664091229,1
                            colorNoiseAmount = 0.200000002980232
                            lerpToNext = True
       
                            SimplexNoiseMap
                            {
                                deformity = 1
                                octaves = 4
                                persistance = 0.600000023841858
                                frequency = 4
                                simplex
                                {
                                    octaves = 4
                                    persistence = 0.600000023841858
                                    frequency = 4
                                }
                            }
                        }
                        Class
                        {
                            startHeight = 0.2
                            endHeight = 0.4
                            fractalDelta = 0.448999988031574
                            name = Beach
                            fractalStart = 0.05
                            fractalEnd = 0.45
                            baseColor = 0.428899914,0.349153101,0,1
                            colorNoise = 0.332423687,0.350746304,0.333642989,1
                            colorNoiseAmount = 0.200000002980232
                            lerpToNext = True
                            SimplexNoiseMap
                            {
                                deformity = 1
                                octaves = 4
                                persistance = 0.600000023841858
                                frequency = 4
                                simplex
                                {
                                    octaves = 4
                                    persistence = 0.600000023841858
                                    frequency = 4
                                }
                            }
                        }
                        Class
                        {
                            startHeight = 0.4
                            endHeight = 0.75
                            fractalDelta = 0.449999988079071
                            name = Grass
                            fractalStart = 0.45
                            fractalEnd = 0.9
                            baseColor = 0.592926919,0.455056101,0.310516804,1
                            colorNoise = 0.5,0.5,0.425373107,1
                            colorNoiseAmount = 0.300000011920929
                            lerpToNext = True
                            SimplexNoiseMap
                            {
                                deformity = 1
                                octaves = 4
                                persistance = 0.600000023841858
                                frequency = 3
                                simplex
                                {
                                    octaves = 4
                                    persistence = 0.600000023841858
                                    frequency = 3
                                }
                            }
                        }
                        Class
                        {
                            startHeight = 0.75
                            endHeight = 2
                            fractalDelta = 1.10000002384186
                            name = Snow
                            fractalStart = 0.9
                            fractalEnd = 2
                            baseColor = 0.601123571,0.438202292,0.199966595,1
                            colorNoise = 0.430215597,0.432835788,0.339162409,1
                            colorNoiseAmount = 0.400000005960464
                            lerpToNext = False
                            SimplexNoiseMap
                            {
                                deformity = 1
                                octaves = 4
                                persistance = 0.600000023841858
                                frequency = 2
                                simplex
                                {
                                    octaves = 4
                                    persistence = 0.600000023841858
                                    frequency = 2
                                }
                            }
                        }
                    }
                }
   }
  }
 }
}
   
  

 

Edited by Solar Ranger
Link to comment
Share on other sites

  • 4 weeks later...
  • 2 weeks later...

(note: Sorry for my english, it's not my language)

Hi! I am currently making a planet pack and everything is "fine" but not too much. Things are with my dwarf planet Vaste.
My config doesn't work so I copied this from OPM (cuz my only planet pack)

Aaaaand an error:

(this is from Vaste.Body.log)

//===============================================================================================================//
//=====  Kopernicus 1.3.1-7 - (BuildDate: 25.02.2018 15:53:03; AssemblyHash: vyS77ZIn+vZh7OpwiGVa4mqFEFM=)  =====//
//===============================================================================================================//
[LOG 12:13:31]: Logger "Vaste.Body" was created
[LOG 12:13:31]: Parsing Target name in (Kopernicus.Configuration.Body) as (System.String)
[LOG 12:13:31]: Parsing Target Template in (Kopernicus.Configuration.Body) as (Kopernicus.Configuration.TemplateLoader)
[LOG 12:13:31]: Parsing Target name in (Kopernicus.Configuration.TemplateLoader) as (System.String)
[LOG 12:13:31]: Parsing Target removePQS in (Kopernicus.Configuration.TemplateLoader) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 12:13:31]: Parsing Target removeBiomes in (Kopernicus.Configuration.TemplateLoader) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 12:13:31]: Parsing Target removeAtmosphere in (Kopernicus.Configuration.TemplateLoader) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 12:13:31]: Parsing Target removeOcean in (Kopernicus.Configuration.TemplateLoader) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 12:13:31]: Parsing Target removePQSMods in (Kopernicus.Configuration.TemplateLoader) as (Kopernicus.StringCollectionParser)
[LOG 12:13:31]: Parsing Target removeAllPQSMods in (Kopernicus.Configuration.TemplateLoader) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 12:13:31]: Parsing Target removeProgressTree in (Kopernicus.Configuration.TemplateLoader) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 12:13:31]: Parsing Target removeCoronas in (Kopernicus.Configuration.TemplateLoader) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 12:13:31]: [Kopernicus]: Configuration.Template: Using Template "Moho"
[LOG 12:13:31]: Removing mods from pqs Moho
[LOG 12:13:31]: Creating blacklist
[LOG 12:13:31]: Blacklist count = 4
[LOG 12:13:31]: Removed mod PQSMod_FlattenOcean
[LOG 12:13:31]: Removed mod PQSMod_VertexSimplexNoiseColor
[LOG 12:13:31]: Removed mod PQSMod_HeightColorMap
[LOG 12:13:31]: Parsing Target cacheFile in (Kopernicus.Configuration.Body) as (System.String)
[LOG 12:13:31]: Parsing Target barycenter in (Kopernicus.Configuration.Body) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 12:13:31]: Parsing Target cbNameLater in (Kopernicus.Configuration.Body) as (System.String)
[LOG 12:13:31]: Parsing Target identifier in (Kopernicus.Configuration.Body) as (System.String)
[LOG 12:13:31]: Parsing Target finalizeOrbit in (Kopernicus.Configuration.Body) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 12:13:31]: Parsing Target randomMainMenuBody in (Kopernicus.Configuration.Body) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 12:13:31]: Parsing Target contractWeight in (Kopernicus.Configuration.Body) as (Kopernicus.NumericParser`1[System.Int32])
[LOG 12:13:31]: Parsing Target Properties in (Kopernicus.Configuration.Body) as (Kopernicus.Configuration.PropertiesLoader)
[LOG 12:13:31]: Parsing Target description in (Kopernicus.Configuration.PropertiesLoader) as (System.String)
[LOG 12:13:31]: Parsing Target radius in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 12:13:31]: Parsing Target geeASL in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 12:13:31]: Parsing Target mass in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 12:13:31]: Parsing Target gravParameter in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 12:13:31]: Parsing Target rotates in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 12:13:31]: Parsing Target rotationPeriod in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 12:13:31]: Parsing Target tidallyLocked in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 12:13:31]: Parsing Target initialRotation in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 12:13:31]: Parsing Target inverseRotThresholdAltitude in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.NumericParser`1[System.Single])
[LOG 12:13:31]: Parsing Target albedo in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 12:13:31]: Parsing Target emissivity in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 12:13:31]: Parsing Target coreTemperatureOffset in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 12:13:31]: Parsing Target timewarpAltitudeLimits in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.NumericCollectionParser`1[System.Single])
[LOG 12:13:31]: Parsing Target sphereOfInfluence in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 12:13:31]: Parsing Target hillSphere in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 12:13:31]: Parsing Target solarRotationPeriod in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 12:13:31]: Parsing Target navballSwitchRadiusMult in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 12:13:31]: Parsing Target navballSwitchRadiusMultLow in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 12:13:31]: Parsing Target ScienceValues in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.Configuration.ScienceValuesLoader)
[LOG 12:13:31]: Parsing Target landedDataValue in (Kopernicus.Configuration.ScienceValuesLoader) as (Kopernicus.NumericParser`1[System.Single])
[LOG 12:13:31]: Parsing Target splashedDataValue in (Kopernicus.Configuration.ScienceValuesLoader) as (Kopernicus.NumericParser`1[System.Single])
[LOG 12:13:31]: Parsing Target flyingLowDataValue in (Kopernicus.Configuration.ScienceValuesLoader) as (Kopernicus.NumericParser`1[System.Single])
[LOG 12:13:31]: Parsing Target flyingHighDataValue in (Kopernicus.Configuration.ScienceValuesLoader) as (Kopernicus.NumericParser`1[System.Single])
[LOG 12:13:31]: Parsing Target inSpaceLowDataValue in (Kopernicus.Configuration.ScienceValuesLoader) as (Kopernicus.NumericParser`1[System.Single])
[LOG 12:13:31]: Parsing Target inSpaceHighDataValue in (Kopernicus.Configuration.ScienceValuesLoader) as (Kopernicus.NumericParser`1[System.Single])
[LOG 12:13:31]: Parsing Target recoveryValue in (Kopernicus.Configuration.ScienceValuesLoader) as (Kopernicus.NumericParser`1[System.Single])
[LOG 12:13:31]: Parsing Target flyingAltitudeThreshold in (Kopernicus.Configuration.ScienceValuesLoader) as (Kopernicus.NumericParser`1[System.Single])
[LOG 12:13:31]: Parsing Target spaceAltitudeThreshold in (Kopernicus.Configuration.ScienceValuesLoader) as (Kopernicus.NumericParser`1[System.Single])
[LOG 12:13:31]: Parsing Target biomeMap in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.Configuration.MapSOParser_RGB`1[CBAttributeMapSO])
[LOG 12:13:31]: Parsing Target nonExactThreshold in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.NumericParser`1[System.Single])
[LOG 12:13:31]: Parsing Target exactSearch in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 12:13:31]: Parsing Target useTheInName in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 12:13:31]: Parsing Target displayName in (Kopernicus.Configuration.PropertiesLoader) as (System.String)
[LOG 12:13:31]: Parsing Target selectable in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 12:13:31]: Parsing Target RDVisibility in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.EnumParser`1[Kopernicus.Configuration.PropertiesLoader+RDVisibility])
[LOG 12:13:31]: Parsing Target RnDVisibility in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.EnumParser`1[Kopernicus.Configuration.PropertiesLoader+RDVisibility])
[LOG 12:13:31]: Parsing Target RnDRotation in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 12:13:31]: Parsing Target maxZoom in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.NumericParser`1[System.Single])
[LOG 12:13:31]: Parsing Target Biomes in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.Configuration.CallbackList`1[Kopernicus.Configuration.BiomeLoader])
[LOG 12:13:31]: Parsing Target name in (Kopernicus.Configuration.BiomeLoader) as (System.String)
[LOG 12:13:31]: Parsing Target displayName in (Kopernicus.Configuration.BiomeLoader) as (System.String)
[LOG 12:13:31]: Parsing Target value in (Kopernicus.Configuration.BiomeLoader) as (Kopernicus.NumericParser`1[System.Single])
[LOG 12:13:31]: Parsing Target color in (Kopernicus.Configuration.BiomeLoader) as (Kopernicus.ColorParser)
[LOG 12:13:31]: Parsing Target name in (Kopernicus.Configuration.BiomeLoader) as (System.String)
[LOG 12:13:31]: Parsing Target displayName in (Kopernicus.Configuration.BiomeLoader) as (System.String)
[LOG 12:13:31]: Parsing Target value in (Kopernicus.Configuration.BiomeLoader) as (Kopernicus.NumericParser`1[System.Single])
[LOG 12:13:31]: Parsing Target color in (Kopernicus.Configuration.BiomeLoader) as (Kopernicus.ColorParser)
[LOG 12:13:31]: Parsing Target name in (Kopernicus.Configuration.BiomeLoader) as (System.String)
[LOG 12:13:31]: Parsing Target displayName in (Kopernicus.Configuration.BiomeLoader) as (System.String)
[LOG 12:13:31]: Parsing Target value in (Kopernicus.Configuration.BiomeLoader) as (Kopernicus.NumericParser`1[System.Single])
[LOG 12:13:31]: Parsing Target color in (Kopernicus.Configuration.BiomeLoader) as (Kopernicus.ColorParser)
[LOG 12:13:31]: Parsing Target name in (Kopernicus.Configuration.BiomeLoader) as (System.String)
[LOG 12:13:31]: Parsing Target displayName in (Kopernicus.Configuration.BiomeLoader) as (System.String)
[LOG 12:13:31]: Parsing Target value in (Kopernicus.Configuration.BiomeLoader) as (Kopernicus.NumericParser`1[System.Single])
[LOG 12:13:31]: Parsing Target color in (Kopernicus.Configuration.BiomeLoader) as (Kopernicus.ColorParser)
[LOG 12:13:31]: Parsing Target name in (Kopernicus.Configuration.BiomeLoader) as (System.String)
[LOG 12:13:31]: Parsing Target displayName in (Kopernicus.Configuration.BiomeLoader) as (System.String)
[LOG 12:13:31]: Parsing Target value in (Kopernicus.Configuration.BiomeLoader) as (Kopernicus.NumericParser`1[System.Single])
[LOG 12:13:31]: Parsing Target color in (Kopernicus.Configuration.BiomeLoader) as (Kopernicus.ColorParser)
[LOG 12:13:31]: Via surface G, set gravParam to 213588837, mass to 3.20027385047827E+18
[LOG 12:13:31]: --------- Science Values ------------
[LOG 12:13:31]: LandedDataValue = 13
[LOG 12:13:31]: SplashedDataValue = 1
[LOG 12:13:31]: FlyingLowDataValue = 1
[LOG 12:13:31]: FlyingHighDataValue = 1
[LOG 12:13:31]: InSpaceLowDataValue = 10
[LOG 12:13:31]: InSpaceHighDataValue = 9
[LOG 12:13:31]: RecoveryValue = 9
[LOG 12:13:31]: flyingAltitudeThreshold = 18000
[LOG 12:13:31]: spaceAltitudeThreshold = 20000
[LOG 12:13:31]: --------------------------------------
[LOG 12:13:31]: Found Biome: Recess : RGBA(0.408, 0.337, 0.278, 1.000) : 0.8
[LOG 12:13:31]: Found Biome: Lowlands : RGBA(0.518, 0.463, 0.408, 1.000) : 0.8
[LOG 12:13:31]: Found Biome: Foothills : RGBA(0.741, 0.714, 0.667, 1.000) : 1.2
[LOG 12:13:31]: Found Biome: Midlands : RGBA(0.592, 0.549, 0.482, 1.000) : 0.8
[LOG 12:13:31]: Found Biome: Dawnhole : RGBA(0.000, 0.000, 0.000, 1.000) : 5
[LOG 12:13:31]: Added Progress Tree
[LOG 12:13:31]: Parsing Target Orbit in (Kopernicus.Configuration.Body) as (Kopernicus.Configuration.OrbitLoader)
[LOG 12:13:31]: Parsing Target referenceBody in (Kopernicus.Configuration.OrbitLoader) as (System.String)
[LOG 12:13:31]: Parsing Target inclination in (Kopernicus.Configuration.OrbitLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 12:13:31]: Parsing Target eccentricity in (Kopernicus.Configuration.OrbitLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 12:13:31]: Parsing Target semiMajorAxis in (Kopernicus.Configuration.OrbitLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 12:13:31]: Parsing Target longitudeOfAscendingNode in (Kopernicus.Configuration.OrbitLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 12:13:31]: Parsing Target argumentOfPeriapsis in (Kopernicus.Configuration.OrbitLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 12:13:31]: Parsing Target meanAnomalyAtEpoch in (Kopernicus.Configuration.OrbitLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 12:13:31]: Parsing Target meanAnomalyAtEpochD in (Kopernicus.Configuration.OrbitLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 12:13:31]: Parsing Target epoch in (Kopernicus.Configuration.OrbitLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 12:13:31]: Parsing Target color in (Kopernicus.Configuration.OrbitLoader) as (Kopernicus.ColorParser)
[LOG 12:13:31]: Parsing Target iconColor in (Kopernicus.Configuration.OrbitLoader) as (Kopernicus.ColorParser)
[LOG 12:13:31]: Parsing Target mode in (Kopernicus.Configuration.OrbitLoader) as (Kopernicus.EnumParser`1[OrbitRenderer+DrawMode])
[LOG 12:13:31]: Parsing Target icon in (Kopernicus.Configuration.OrbitLoader) as (Kopernicus.EnumParser`1[OrbitRenderer+DrawIcons])
[LOG 12:13:31]: Parsing Target cameraSmaRatioBounds in (Kopernicus.Configuration.OrbitLoader) as (Kopernicus.NumericCollectionParser`1[System.Single])
[LOG 12:13:31]: Parsing Target ScaledVersion in (Kopernicus.Configuration.Body) as (Kopernicus.Configuration.ScaledVersionLoader)
[LOG 12:13:31]: Parsing Target type in (Kopernicus.Configuration.ScaledVersionLoader) as (Kopernicus.EnumParser`1[Kopernicus.Configuration.BodyType])
[LOG 12:13:31]: Parsing Target fadeStart in (Kopernicus.Configuration.ScaledVersionLoader) as (Kopernicus.NumericParser`1[System.Single])
[LOG 12:13:31]: Parsing Target fadeEnd in (Kopernicus.Configuration.ScaledVersionLoader) as (Kopernicus.NumericParser`1[System.Single])
[LOG 12:13:31]: Parsing Target Light in (Kopernicus.Configuration.ScaledVersionLoader) as (Kopernicus.Configuration.LightShifterLoader)
[LOG 12:13:31]: Parsing Target sphericalModel in (Kopernicus.Configuration.ScaledVersionLoader) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 12:13:31]: Parsing Target deferMesh in (Kopernicus.Configuration.ScaledVersionLoader) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 12:13:31]: Parsing Target Material in (Kopernicus.Configuration.ScaledVersionLoader) as (UnityEngine.Material)
[LOG 12:13:31]: Parsing Target color in (Kopernicus.Configuration.ScaledPlanetSimpleLoader) as (Kopernicus.ColorParser)
[LOG 12:13:31]: Parsing Target specColor in (Kopernicus.Configuration.ScaledPlanetSimpleLoader) as (Kopernicus.ColorParser)
[LOG 12:13:31]: Parsing Target shininess in (Kopernicus.Configuration.ScaledPlanetSimpleLoader) as (Kopernicus.NumericParser`1[System.Single])
[LOG 12:13:31]: Parsing Target texture in (Kopernicus.Configuration.ScaledPlanetSimpleLoader) as (Kopernicus.Configuration.Texture2DParser)
[LOG 12:13:31]: Parsing Target mainTex in (Kopernicus.Configuration.ScaledPlanetSimpleLoader) as (Kopernicus.Configuration.Texture2DParser)
[LOG 12:13:31]: Parsing Target mainTexScale in (Kopernicus.Configuration.ScaledPlanetSimpleLoader) as (Kopernicus.Vector2Parser)
[LOG 12:13:31]: Parsing Target mainTexOffset in (Kopernicus.Configuration.ScaledPlanetSimpleLoader) as (Kopernicus.Vector2Parser)
[LOG 12:13:31]: Parsing Target normals in (Kopernicus.Configuration.ScaledPlanetSimpleLoader) as (Kopernicus.Configuration.Texture2DParser)
[LOG 12:13:31]: Parsing Target bumpMap in (Kopernicus.Configuration.ScaledPlanetSimpleLoader) as (Kopernicus.Configuration.Texture2DParser)
[LOG 12:13:31]: Parsing Target bumpMapScale in (Kopernicus.Configuration.ScaledPlanetSimpleLoader) as (Kopernicus.Vector2Parser)
[LOG 12:13:31]: Parsing Target bumpMapOffset in (Kopernicus.Configuration.ScaledPlanetSimpleLoader) as (Kopernicus.Vector2Parser)
[LOG 12:13:31]: Parsing Target opacity in (Kopernicus.Configuration.ScaledPlanetSimpleLoader) as (Kopernicus.NumericParser`1[System.Single])
[LOG 12:13:31]: Parsing Target resourceMap in (Kopernicus.Configuration.ScaledPlanetSimpleLoader) as (Kopernicus.Configuration.Texture2DParser)
[LOG 12:13:31]: Parsing Target resourceMapScale in (Kopernicus.Configuration.ScaledPlanetSimpleLoader) as (Kopernicus.Vector2Parser)
[LOG 12:13:31]: Parsing Target resourceMapOffset in (Kopernicus.Configuration.ScaledPlanetSimpleLoader) as (Kopernicus.Vector2Parser)
[LOG 12:13:31]: Parsing Target Coronas in (Kopernicus.Configuration.ScaledVersionLoader) as (System.Collections.Generic.List`1[Kopernicus.Configuration.CoronaLoader])
[LOG 12:13:31]: ============= Scaled Version Dump ===================
[LOG 12:13:31]: Vaste (UnityEngine.GameObject)
[LOG 12:13:31]:  >>> Components <<< 
[LOG 12:13:31]:  Vaste (UnityEngine.Transform)
[LOG 12:13:31]:  Vaste (UnityEngine.MeshFilter)
[LOG 12:13:31]:  Vaste (UnityEngine.MeshRenderer)
[LOG 12:13:31]:  Vaste (UnityEngine.SphereCollider)
[LOG 12:13:31]:  Vaste (ScaledSpaceFader)
[LOG 12:13:31]:  Vaste (MaterialSetDirection)
[LOG 12:13:31]:  >>> ---------- <<< 
[LOG 12:13:31]: ===========================================
[LOG 12:13:31]: Parsing Target Atmosphere in (Kopernicus.Configuration.Body) as (Kopernicus.Configuration.AtmosphereLoader)
[LOG 12:13:31]: Parsing Target PQS in (Kopernicus.Configuration.Body) as (Kopernicus.Configuration.PQSLoader)
[LOG 12:13:31]: Parsing Target materialType in (Kopernicus.Configuration.PQSLoader) as (Kopernicus.EnumParser`1[Kopernicus.Configuration.PQSLoader+PQSMaterialType])
[LOG 12:13:31]: Parsing Target PhysicsMaterial in (Kopernicus.Configuration.PQSLoader) as (Kopernicus.Configuration.PhysicsMaterialParser)
[LOG 12:13:31]: Parsing Target minLevel in (Kopernicus.Configuration.PQSLoader) as (Kopernicus.NumericParser`1[System.Int32])
[LOG 12:13:31]: Parsing Target maxLevel in (Kopernicus.Configuration.PQSLoader) as (Kopernicus.NumericParser`1[System.Int32])
[LOG 12:13:31]: Parsing Target minDetailDistance in (Kopernicus.Configuration.PQSLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 12:13:31]: Parsing Target maxQuadLengthsPerFrame in (Kopernicus.Configuration.PQSLoader) as (Kopernicus.NumericParser`1[System.Single])
[LOG 12:13:31]: Parsing Target fadeStart in (Kopernicus.Configuration.PQSLoader) as (Kopernicus.NumericParser`1[System.Single])
[LOG 12:13:31]: Parsing Target fadeEnd in (Kopernicus.Configuration.PQSLoader) as (Kopernicus.NumericParser`1[System.Single])
[LOG 12:13:31]: Parsing Target deactivateAltitude in (Kopernicus.Configuration.PQSLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 12:13:31]: Parsing Target mapMaxHeight in (Kopernicus.Configuration.PQSLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 12:13:31]: Parsing Target Material in (Kopernicus.Configuration.PQSLoader) as (UnityEngine.Material)
[LOG 12:13:31]: Parsing Target saturation in (Kopernicus.Configuration.PQSMainShaderLoader) as (Kopernicus.NumericParser`1[System.Single])
[LOG 12:13:31]: Parsing Target contrast in (Kopernicus.Configuration.PQSMainShaderLoader) as (Kopernicus.NumericParser`1[System.Single])
[LOG 12:13:31]: Parsing Target tintColor in (Kopernicus.Configuration.PQSMainShaderLoader) as (Kopernicus.ColorParser)
[LOG 12:13:31]: Parsing Target powerNear in (Kopernicus.Configuration.PQSMainShaderLoader) as (Kopernicus.NumericParser`1[System.Single])
[LOG 12:13:31]: Parsing Target powerFar in (Kopernicus.Configuration.PQSMainShaderLoader) as (Kopernicus.NumericParser`1[System.Single])
[LOG 12:13:31]: Parsing Target groundTexStart in (Kopernicus.Configuration.PQSMainShaderLoader) as (Kopernicus.NumericParser`1[System.Single])
[LOG 12:13:31]: Parsing Target groundTexEnd in (Kopernicus.Configuration.PQSMainShaderLoader) as (Kopernicus.NumericParser`1[System.Single])
[LOG 12:13:31]: Parsing Target steepPower in (Kopernicus.Configuration.PQSMainShaderLoader) as (Kopernicus.NumericParser`1[System.Single])
[LOG 12:13:31]: Parsing Target steepTexStart in (Kopernicus.Configuration.PQSMainShaderLoader) as (Kopernicus.NumericParser`1[System.Single])
[LOG 12:13:31]: Parsing Target steepTexEnd in (Kopernicus.Configuration.PQSMainShaderLoader) as (Kopernicus.NumericParser`1[System.Single])
[LOG 12:13:31]: Parsing Target steepTex in (Kopernicus.Configuration.PQSMainShaderLoader) as (Kopernicus.Configuration.Texture2DParser)
[LOG 12:13:32]: Parsing Target steepTexScale in (Kopernicus.Configuration.PQSMainShaderLoader) as (Kopernicus.Vector2Parser)
[LOG 12:13:32]: Parsing Target steepTexOffset in (Kopernicus.Configuration.PQSMainShaderLoader) as (Kopernicus.Vector2Parser)
[LOG 12:13:32]: Parsing Target steepBumpMap in (Kopernicus.Configuration.PQSMainShaderLoader) as (Kopernicus.Configuration.Texture2DParser)
[LOG 12:13:32]: Parsing Target steepBumpMapScale in (Kopernicus.Configuration.PQSMainShaderLoader) as (Kopernicus.Vector2Parser)
[LOG 12:13:32]: Parsing Target steepBumpMapOffset in (Kopernicus.Configuration.PQSMainShaderLoader) as (Kopernicus.Vector2Parser)
[LOG 12:13:32]: Parsing Target steepNearTiling in (Kopernicus.Configuration.PQSMainShaderLoader) as (Kopernicus.NumericParser`1[System.Single])
[LOG 12:13:32]: Parsing Target steepTiling in (Kopernicus.Configuration.PQSMainShaderLoader) as (Kopernicus.NumericParser`1[System.Single])
[LOG 12:13:32]: Parsing Target lowTex in (Kopernicus.Configuration.PQSMainShaderLoader) as (Kopernicus.Configuration.Texture2DParser)
[LOG 12:13:32]: Parsing Target lowTexScale in (Kopernicus.Configuration.PQSMainShaderLoader) as (Kopernicus.Vector2Parser)
[LOG 12:13:32]: Parsing Target lowTexOffset in (Kopernicus.Configuration.PQSMainShaderLoader) as (Kopernicus.Vector2Parser)
[LOG 12:13:32]: Parsing Target lowBumpMap in (Kopernicus.Configuration.PQSMainShaderLoader) as (Kopernicus.Configuration.Texture2DParser)
[LOG 12:13:32]: Parsing Target lowBumpMapScale in (Kopernicus.Configuration.PQSMainShaderLoader) as (Kopernicus.Vector2Parser)
[LOG 12:13:32]: Parsing Target lowBumpMapOffset in (Kopernicus.Configuration.PQSMainShaderLoader) as (Kopernicus.Vector2Parser)
[LOG 12:13:32]: Parsing Target lowNearTiling in (Kopernicus.Configuration.PQSMainShaderLoader) as (Kopernicus.NumericParser`1[System.Single])
[LOG 12:13:32]: Parsing Target lowMultiFactor in (Kopernicus.Configuration.PQSMainShaderLoader) as (Kopernicus.NumericParser`1[System.Single])
[LOG 12:13:32]: Parsing Target lowBumpNearTiling in (Kopernicus.Configuration.PQSMainShaderLoader) as (Kopernicus.NumericParser`1[System.Single])
[LOG 12:13:32]: Parsing Target lowBumpFarTiling in (Kopernicus.Configuration.PQSMainShaderLoader) as (Kopernicus.NumericParser`1[System.Single])
[LOG 12:13:32]: Parsing Target midTex in (Kopernicus.Configuration.PQSMainShaderLoader) as (Kopernicus.Configuration.Texture2DParser)
[LOG 12:13:32]: Parsing Target midTexScale in (Kopernicus.Configuration.PQSMainShaderLoader) as (Kopernicus.Vector2Parser)
[LOG 12:13:32]: Parsing Target midTexOffset in (Kopernicus.Configuration.PQSMainShaderLoader) as (Kopernicus.Vector2Parser)
[LOG 12:13:32]: Parsing Target midBumpMap in (Kopernicus.Configuration.PQSMainShaderLoader) as (Kopernicus.Configuration.Texture2DParser)
[LOG 12:13:32]: Parsing Target midBumpMapScale in (Kopernicus.Configuration.PQSMainShaderLoader) as (Kopernicus.Vector2Parser)
[LOG 12:13:32]: Parsing Target midBumpMapOffset in (Kopernicus.Configuration.PQSMainShaderLoader) as (Kopernicus.Vector2Parser)
[LOG 12:13:32]: Parsing Target midNearTiling in (Kopernicus.Configuration.PQSMainShaderLoader) as (Kopernicus.NumericParser`1[System.Single])
[LOG 12:13:32]: Parsing Target midMultiFactor in (Kopernicus.Configuration.PQSMainShaderLoader) as (Kopernicus.NumericParser`1[System.Single])
[LOG 12:13:32]: Parsing Target midBumpNearTiling in (Kopernicus.Configuration.PQSMainShaderLoader) as (Kopernicus.NumericParser`1[System.Single])
[LOG 12:13:32]: Parsing Target midBumpFarTiling in (Kopernicus.Configuration.PQSMainShaderLoader) as (Kopernicus.NumericParser`1[System.Single])
[LOG 12:13:32]: Parsing Target highTex in (Kopernicus.Configuration.PQSMainShaderLoader) as (Kopernicus.Configuration.Texture2DParser)
[LOG 12:13:32]: Parsing Target highTexScale in (Kopernicus.Configuration.PQSMainShaderLoader) as (Kopernicus.Vector2Parser)
[LOG 12:13:32]: Parsing Target highTexOffset in (Kopernicus.Configuration.PQSMainShaderLoader) as (Kopernicus.Vector2Parser)
[LOG 12:13:32]: Parsing Target highBumpMap in (Kopernicus.Configuration.PQSMainShaderLoader) as (Kopernicus.Configuration.Texture2DParser)
[LOG 12:13:32]: Parsing Target highBumpMapScale in (Kopernicus.Configuration.PQSMainShaderLoader) as (Kopernicus.Vector2Parser)
[LOG 12:13:32]: Parsing Target highBumpMapOffset in (Kopernicus.Configuration.PQSMainShaderLoader) as (Kopernicus.Vector2Parser)
[LOG 12:13:32]: Parsing Target highNearTiling in (Kopernicus.Configuration.PQSMainShaderLoader) as (Kopernicus.NumericParser`1[System.Single])
[LOG 12:13:32]: Parsing Target highMultiFactor in (Kopernicus.Configuration.PQSMainShaderLoader) as (Kopernicus.NumericParser`1[System.Single])
[LOG 12:13:32]: Parsing Target highBumpNearTiling in (Kopernicus.Configuration.PQSMainShaderLoader) as (Kopernicus.NumericParser`1[System.Single])
[LOG 12:13:32]: Parsing Target highBumpFarTiling in (Kopernicus.Configuration.PQSMainShaderLoader) as (Kopernicus.NumericParser`1[System.Single])
[LOG 12:13:32]: Parsing Target lowStart in (Kopernicus.Configuration.PQSMainShaderLoader) as (Kopernicus.NumericParser`1[System.Single])
[LOG 12:13:32]: Parsing Target lowEnd in (Kopernicus.Configuration.PQSMainShaderLoader) as (Kopernicus.NumericParser`1[System.Single])
[LOG 12:13:32]: Parsing Target highStart in (Kopernicus.Configuration.PQSMainShaderLoader) as (Kopernicus.NumericParser`1[System.Single])
[LOG 12:13:32]: Parsing Target highEnd in (Kopernicus.Configuration.PQSMainShaderLoader) as (Kopernicus.NumericParser`1[System.Single])
[LOG 12:13:32]: Parsing Target globalDensity in (Kopernicus.Configuration.PQSMainShaderLoader) as (Kopernicus.NumericParser`1[System.Single])
[LOG 12:13:32]: Parsing Target fogColorRamp in (Kopernicus.Configuration.PQSMainShaderLoader) as (Kopernicus.Configuration.Texture2DParser)
[LOG 12:13:32]: Parsing Target fogColorRampScale in (Kopernicus.Configuration.PQSMainShaderLoader) as (Kopernicus.Vector2Parser)
[LOG 12:13:32]: Parsing Target fogColorRampOffset in (Kopernicus.Configuration.PQSMainShaderLoader) as (Kopernicus.Vector2Parser)
[LOG 12:13:32]: Parsing Target planetOpacity in (Kopernicus.Configuration.PQSMainShaderLoader) as (Kopernicus.NumericParser`1[System.Single])
[LOG 12:13:32]: Parsing Target FallbackMaterial in (Kopernicus.Configuration.PQSLoader) as (UnityEngine.Material)
[LOG 12:13:32]: Parsing Target Mods in (Kopernicus.Configuration.PQSLoader) as (System.Collections.Generic.List`1[Kopernicus.Configuration.ModLoader.IModLoader])
[LOG 12:13:32]: Parsing Target map in (Kopernicus.Configuration.ModLoader.VertexHeightMap) as (Kopernicus.Configuration.MapSOParser_GreyScale`1[MapSO])
[LOG 12:13:32]: Parsing Target offset in (Kopernicus.Configuration.ModLoader.VertexHeightMap) as (Kopernicus.NumericParser`1[System.Double])
[LOG 12:13:32]: Parsing Target deformity in (Kopernicus.Configuration.ModLoader.VertexHeightMap) as (Kopernicus.NumericParser`1[System.Double])
[LOG 12:13:32]: Parsing Target scaleDeformityByRadius in (Kopernicus.Configuration.ModLoader.VertexHeightMap) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 12:13:32]: Parsing Target order in (Kopernicus.Configuration.ModLoader.VertexHeightMap) as (Kopernicus.NumericParser`1[System.Int32])
[LOG 12:13:32]: Parsing Target enabled in (Kopernicus.Configuration.ModLoader.VertexHeightMap) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 12:13:32]: Parsing Target name in (Kopernicus.Configuration.ModLoader.VertexHeightMap) as (System.String)
[LOG 12:13:32]: Parsing Target deformity in (Kopernicus.Configuration.ModLoader.VertexSimplexHeight) as (Kopernicus.NumericParser`1[System.Double])
[LOG 12:13:32]: Parsing Target frequency in (Kopernicus.Configuration.ModLoader.VertexSimplexHeight) as (Kopernicus.NumericParser`1[System.Double])
[LOG 12:13:32]: Parsing Target octaves in (Kopernicus.Configuration.ModLoader.VertexSimplexHeight) as (Kopernicus.NumericParser`1[System.Double])
[LOG 12:13:32]: Parsing Target persistence in (Kopernicus.Configuration.ModLoader.VertexSimplexHeight) as (Kopernicus.NumericParser`1[System.Double])
[LOG 12:13:32]: Parsing Target seed in (Kopernicus.Configuration.ModLoader.VertexSimplexHeight) as (Kopernicus.NumericParser`1[System.Int32])
[LOG 12:13:32]: Parsing Target order in (Kopernicus.Configuration.ModLoader.VertexSimplexHeight) as (Kopernicus.NumericParser`1[System.Int32])
[LOG 12:13:32]: Parsing Target enabled in (Kopernicus.Configuration.ModLoader.VertexSimplexHeight) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 12:13:32]: Parsing Target name in (Kopernicus.Configuration.ModLoader.VertexSimplexHeight) as (System.String)
[LOG 12:13:32]: Parsing Target deformity in (Kopernicus.Configuration.ModLoader.VertexSimplexHeightAbsolute) as (Kopernicus.NumericParser`1[System.Double])
[LOG 12:13:32]: Parsing Target frequency in (Kopernicus.Configuration.ModLoader.VertexSimplexHeightAbsolute) as (Kopernicus.NumericParser`1[System.Double])
[LOG 12:13:32]: Parsing Target octaves in (Kopernicus.Configuration.ModLoader.VertexSimplexHeightAbsolute) as (Kopernicus.NumericParser`1[System.Double])
[LOG 12:13:32]: Parsing Target persistence in (Kopernicus.Configuration.ModLoader.VertexSimplexHeightAbsolute) as (Kopernicus.NumericParser`1[System.Double])
[LOG 12:13:32]: Parsing Target seed in (Kopernicus.Configuration.ModLoader.VertexSimplexHeightAbsolute) as (Kopernicus.NumericParser`1[System.Int32])
[LOG 12:13:32]: Parsing Target order in (Kopernicus.Configuration.ModLoader.VertexSimplexHeightAbsolute) as (Kopernicus.NumericParser`1[System.Int32])
[LOG 12:13:32]: Parsing Target enabled in (Kopernicus.Configuration.ModLoader.VertexSimplexHeightAbsolute) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 12:13:32]: Parsing Target name in (Kopernicus.Configuration.ModLoader.VertexSimplexHeightAbsolute) as (System.String)
[LOG 12:13:32]: Parsing Target deformity in (Kopernicus.Configuration.ModLoader.VertexHeightNoiseVertHeightCurve2) as (Kopernicus.NumericParser`1[System.Single])
[LOG 12:13:32]: Parsing Target ridgedAddFrequency in (Kopernicus.Configuration.ModLoader.VertexHeightNoiseVertHeightCurve2) as (Kopernicus.NumericParser`1[System.Single])
[LOG 12:13:32]: Parsing Target ridgedAddLacunarity in (Kopernicus.Configuration.ModLoader.VertexHeightNoiseVertHeightCurve2) as (Kopernicus.NumericParser`1[System.Single])
[LOG 12:13:32]: Parsing Target ridgedAddOctaves in (Kopernicus.Configuration.ModLoader.VertexHeightNoiseVertHeightCurve2) as (Kopernicus.NumericParser`1[System.Int32])
[LOG 12:13:32]: Parsing Target ridgedAddSeed in (Kopernicus.Configuration.ModLoader.VertexHeightNoiseVertHeightCurve2) as (Kopernicus.NumericParser`1[System.Int32])
[LOG 12:13:32]: Parsing Target ridgedMode in (Kopernicus.Configuration.ModLoader.VertexHeightNoiseVertHeightCurve2) as (Kopernicus.EnumParser`1[Kopernicus.KopernicusNoiseQuality])
[LOG 12:13:32]: Parsing Target ridgedSubFrequency in (Kopernicus.Configuration.ModLoader.VertexHeightNoiseVertHeightCurve2) as (Kopernicus.NumericParser`1[System.Single])
[LOG 12:13:32]: Parsing Target ridgedSubLacunarity in (Kopernicus.Configuration.ModLoader.VertexHeightNoiseVertHeightCurve2) as (Kopernicus.NumericParser`1[System.Single])
[LOG 12:13:32]: Parsing Target ridgedSubOctaves in (Kopernicus.Configuration.ModLoader.VertexHeightNoiseVertHeightCurve2) as (Kopernicus.NumericParser`1[System.Int32])
[LOG 12:13:32]: Parsing Target ridgedSubSeed in (Kopernicus.Configuration.ModLoader.VertexHeightNoiseVertHeightCurve2) as (Kopernicus.NumericParser`1[System.Int32])
[LOG 12:13:32]: Parsing Target simplexCurve in (Kopernicus.Configuration.ModLoader.VertexHeightNoiseVertHeightCurve2) as (Kopernicus.FloatCurveParser)
[LOG 12:13:32]: Parsing Target simplexFrequency in (Kopernicus.Configuration.ModLoader.VertexHeightNoiseVertHeightCurve2) as (Kopernicus.NumericParser`1[System.Double])
[LOG 12:13:32]: Parsing Target simplexHeightEnd in (Kopernicus.Configuration.ModLoader.VertexHeightNoiseVertHeightCurve2) as (Kopernicus.NumericParser`1[System.Double])
[LOG 12:13:32]: Parsing Target simplexHeightStart in (Kopernicus.Configuration.ModLoader.VertexHeightNoiseVertHeightCurve2) as (Kopernicus.NumericParser`1[System.Double])
[LOG 12:13:32]: Parsing Target simplexOctaves in (Kopernicus.Configuration.ModLoader.VertexHeightNoiseVertHeightCurve2) as (Kopernicus.NumericParser`1[System.Double])
[LOG 12:13:32]: Parsing Target simplexPersistence in (Kopernicus.Configuration.ModLoader.VertexHeightNoiseVertHeightCurve2) as (Kopernicus.NumericParser`1[System.Double])
[LOG 12:13:32]: Parsing Target simplexSeed in (Kopernicus.Configuration.ModLoader.VertexHeightNoiseVertHeightCurve2) as (Kopernicus.NumericParser`1[System.Int32])
[LOG 12:13:32]: Parsing Target order in (Kopernicus.Configuration.ModLoader.VertexHeightNoiseVertHeightCurve2) as (Kopernicus.NumericParser`1[System.Int32])
[LOG 12:13:32]: Parsing Target enabled in (Kopernicus.Configuration.ModLoader.VertexHeightNoiseVertHeightCurve2) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 12:13:32]: Parsing Target name in (Kopernicus.Configuration.ModLoader.VertexHeightNoiseVertHeightCurve2) as (System.String)
[LOG 12:13:32]: Parsing Target map in (Kopernicus.Configuration.ModLoader.VertexColorMap) as (Kopernicus.Configuration.MapSOParser_RGB`1[MapSO])
[LOG 12:13:32]: Parsing Target order in (Kopernicus.Configuration.ModLoader.VertexColorMap) as (Kopernicus.NumericParser`1[System.Int32])
[LOG 12:13:32]: Parsing Target enabled in (Kopernicus.Configuration.ModLoader.VertexColorMap) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 12:13:32]: Parsing Target name in (Kopernicus.Configuration.ModLoader.VertexColorMap) as (System.String)
[LOG 12:13:32]: Parsing Target altitudeBlend in (Kopernicus.Configuration.ModLoader.LandControl) as (Kopernicus.NumericParser`1[System.Single])
[LOG 12:13:32]: Parsing Target altitudeFrequency in (Kopernicus.Configuration.ModLoader.LandControl) as (Kopernicus.NumericParser`1[System.Single])
[LOG 12:13:32]: Parsing Target altitudeOctaves in (Kopernicus.Configuration.ModLoader.LandControl) as (Kopernicus.NumericParser`1[System.Int32])
[LOG 12:13:32]: Parsing Target altitudePersistance in (Kopernicus.Configuration.ModLoader.LandControl) as (Kopernicus.NumericParser`1[System.Single])
[LOG 12:13:32]: Parsing Target altitudeSeed in (Kopernicus.Configuration.ModLoader.LandControl) as (Kopernicus.NumericParser`1[System.Int32])
[LOG 12:13:32]: Parsing Target createColors in (Kopernicus.Configuration.ModLoader.LandControl) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 12:13:32]: Parsing Target createScatter in (Kopernicus.Configuration.ModLoader.LandControl) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 12:13:32]: Parsing Target heightMap in (Kopernicus.Configuration.ModLoader.LandControl) as (Kopernicus.Configuration.MapSOParser_GreyScale`1[MapSO])
[LOG 12:13:32]: Parsing Target latitudeBlend in (Kopernicus.Configuration.ModLoader.LandControl) as (Kopernicus.NumericParser`1[System.Single])
[LOG 12:13:32]: Parsing Target latitudeFrequency in (Kopernicus.Configuration.ModLoader.LandControl) as (Kopernicus.NumericParser`1[System.Single])
[LOG 12:13:32]: Parsing Target latitudeOctaves in (Kopernicus.Configuration.ModLoader.LandControl) as (Kopernicus.NumericParser`1[System.Int32])
[LOG 12:13:32]: Parsing Target latitudePersistance in (Kopernicus.Configuration.ModLoader.LandControl) as (Kopernicus.NumericParser`1[System.Single])
[LOG 12:13:32]: Parsing Target latitudeSeed in (Kopernicus.Configuration.ModLoader.LandControl) as (Kopernicus.NumericParser`1[System.Int32])
[LOG 12:13:32]: Parsing Target longitudeBlend in (Kopernicus.Configuration.ModLoader.LandControl) as (Kopernicus.NumericParser`1[System.Single])
[LOG 12:13:32]: Parsing Target longitudeFrequency in (Kopernicus.Configuration.ModLoader.LandControl) as (Kopernicus.NumericParser`1[System.Single])
[LOG 12:13:32]: Parsing Target longitudeOctaves in (Kopernicus.Configuration.ModLoader.LandControl) as (Kopernicus.NumericParser`1[System.Int32])
[LOG 12:13:32]: Parsing Target longitudePersistance in (Kopernicus.Configuration.ModLoader.LandControl) as (Kopernicus.NumericParser`1[System.Single])
[LOG 12:13:32]: Parsing Target longitudeSeed in (Kopernicus.Configuration.ModLoader.LandControl) as (Kopernicus.NumericParser`1[System.Int32])
[LOG 12:13:32]: Parsing Target useHeightMap in (Kopernicus.Configuration.ModLoader.LandControl) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 12:13:32]: Parsing Target vHeightMax in (Kopernicus.Configuration.ModLoader.LandControl) as (Kopernicus.NumericParser`1[System.Single])
[LOG 12:13:32]: Parsing Target scatters in (Kopernicus.Configuration.ModLoader.LandControl) as (Kopernicus.Configuration.CallbackList`1[Kopernicus.Configuration.ModLoader.LandControl+LandClassScatterLoader])
[LOG 12:13:32]: Parsing Target materialType in (Kopernicus.Configuration.ModLoader.LandControl+LandClassScatterLoader) as (Kopernicus.EnumParser`1[Kopernicus.Configuration.ModLoader.LandControl+LandClassScatterLoader+ScatterMaterialType])
[LOG 12:13:32]: Parsing Target name in (Kopernicus.Configuration.ModLoader.LandControl+LandClassScatterLoader) as (System.String)
[LOG 12:13:32]: Parsing Target Components in (Kopernicus.Configuration.ModLoader.LandControl+LandClassScatterLoader) as (Kopernicus.Configuration.CallbackList`1[Kopernicus.Configuration.ComponentLoader`1[Kopernicus.Components.ModularScatter]])
[LOG 12:13:32]: Parsing Target Material in (Kopernicus.Configuration.ModLoader.LandControl+LandClassScatterLoader) as (UnityEngine.Material)
[LOG 12:13:32]: Parsing Target color in (Kopernicus.Configuration.NormalBumpedLoader) as (Kopernicus.ColorParser)
[LOG 12:13:32]: Parsing Target mainTex in (Kopernicus.Configuration.NormalBumpedLoader) as (Kopernicus.Configuration.Texture2DParser)
[LOG 12:13:32]: Parsing Target mainTexScale in (Kopernicus.Configuration.NormalBumpedLoader) as (Kopernicus.Vector2Parser)
[LOG 12:13:32]: Parsing Target mainTexOffset in (Kopernicus.Configuration.NormalBumpedLoader) as (Kopernicus.Vector2Parser)
[LOG 12:13:32]: Parsing Target bumpMap in (Kopernicus.Configuration.NormalBumpedLoader) as (Kopernicus.Configuration.Texture2DParser)
[LOG 12:13:32]: Parsing Target bumpMapScale in (Kopernicus.Configuration.NormalBumpedLoader) as (Kopernicus.Vector2Parser)
[LOG 12:13:32]: Parsing Target bumpMapOffset in (Kopernicus.Configuration.NormalBumpedLoader) as (Kopernicus.Vector2Parser)
[LOG 12:13:32]: Parsing Target mesh in (Kopernicus.Configuration.ModLoader.LandControl+LandClassScatterLoader) as (Kopernicus.Configuration.MeshParser)
[LOG 12:13:32]: Parsing Target castShadows in (Kopernicus.Configuration.ModLoader.LandControl+LandClassScatterLoader) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 12:13:32]: Parsing Target densityFactor in (Kopernicus.Configuration.ModLoader.LandControl+LandClassScatterLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 12:13:32]: Parsing Target material in (Kopernicus.Configuration.ModLoader.LandControl+LandClassScatterLoader) as (Kopernicus.Configuration.StockMaterialParser)
[LOG 12:13:32]: Parsing Target maxCache in (Kopernicus.Configuration.ModLoader.LandControl+LandClassScatterLoader) as (Kopernicus.NumericParser`1[System.Int32])
[LOG 12:13:32]: Parsing Target maxCacheDelta in (Kopernicus.Configuration.ModLoader.LandControl+LandClassScatterLoader) as (Kopernicus.NumericParser`1[System.Int32])
[LOG 12:13:32]: Parsing Target maxLevelOffset in (Kopernicus.Configuration.ModLoader.LandControl+LandClassScatterLoader) as (Kopernicus.NumericParser`1[System.Int32])
[LOG 12:13:32]: Parsing Target maxScale in (Kopernicus.Configuration.ModLoader.LandControl+LandClassScatterLoader) as (Kopernicus.NumericParser`1[System.Single])
[LOG 12:13:32]: Parsing Target maxScatter in (Kopernicus.Configuration.ModLoader.LandControl+LandClassScatterLoader) as (Kopernicus.NumericParser`1[System.Int32])
[LOG 12:13:32]: Parsing Target maxSpeed in (Kopernicus.Configuration.ModLoader.LandControl+LandClassScatterLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 12:13:32]: Parsing Target minScale in (Kopernicus.Configuration.ModLoader.LandControl+LandClassScatterLoader) as (Kopernicus.NumericParser`1[System.Single])
[LOG 12:13:32]: Parsing Target recieveShadows in (Kopernicus.Configuration.ModLoader.LandControl+LandClassScatterLoader) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 12:13:32]: Parsing Target seed in (Kopernicus.Configuration.ModLoader.LandControl+LandClassScatterLoader) as (Kopernicus.NumericParser`1[System.Int32])
[LOG 12:13:32]: Parsing Target verticalOffset in (Kopernicus.Configuration.ModLoader.LandControl+LandClassScatterLoader) as (Kopernicus.NumericParser`1[System.Single])
[LOG 12:13:32]: Parsing Target delete in (Kopernicus.Configuration.ModLoader.LandControl+LandClassScatterLoader) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 12:13:32]: Parsing Target Scatters in (Kopernicus.Configuration.ModLoader.LandControl) as (Kopernicus.Configuration.CallbackList`1[Kopernicus.Configuration.ModLoader.LandControl+LandClassScatterLoader])
[LOG 12:13:32]: Parsing Target landClasses in (Kopernicus.Configuration.ModLoader.LandControl) as (Kopernicus.Configuration.CallbackList`1[Kopernicus.Configuration.ModLoader.LandControl+LandClassLoader])
[LOG 12:13:32]: Parsing Target alterApparentHeight in (Kopernicus.Configuration.ModLoader.LandControl+LandClassLoader) as (Kopernicus.NumericParser`1[System.Single])
[LOG 12:13:32]: Parsing Target alterRealHeight in (Kopernicus.Configuration.ModLoader.LandControl+LandClassLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 12:13:32]: Parsing Target altitudeRange in (Kopernicus.Configuration.ModLoader.LandControl+LandClassLoader) as (Kopernicus.Configuration.ModLoader.LandControl+LerpRangeLoader)
[LOG 12:13:32]: Parsing Target endEnd in (Kopernicus.Configuration.ModLoader.LandControl+LerpRangeLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 12:13:32]: Parsing Target endStart in (Kopernicus.Configuration.ModLoader.LandControl+LerpRangeLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 12:13:32]: Parsing Target startEnd in (Kopernicus.Configuration.ModLoader.LandControl+LerpRangeLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 12:13:32]: Parsing Target startStart in (Kopernicus.Configuration.ModLoader.LandControl+LerpRangeLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 12:13:32]: Parsing Target color in (Kopernicus.Configuration.ModLoader.LandControl+LandClassLoader) as (Kopernicus.ColorParser)
[LOG 12:13:32]: Parsing Target coverageBlend in (Kopernicus.Configuration.ModLoader.LandControl+LandClassLoader) as (Kopernicus.NumericParser`1[System.Single])
[LOG 12:13:32]: Parsing Target coverageFrequency in (Kopernicus.Configuration.ModLoader.LandControl+LandClassLoader) as (Kopernicus.NumericParser`1[System.Single])
[LOG 12:13:32]: Parsing Target coverageOctaves in (Kopernicus.Configuration.ModLoader.LandControl+LandClassLoader) as (Kopernicus.NumericParser`1[System.Int32])
[LOG 12:13:32]: Parsing Target coveragePersistance in (Kopernicus.Configuration.ModLoader.LandControl+LandClassLoader) as (Kopernicus.NumericParser`1[System.Single])
[LOG 12:13:32]: Parsing Target coverageSeed in (Kopernicus.Configuration.ModLoader.LandControl+LandClassLoader) as (Kopernicus.NumericParser`1[System.Int32])
[LOG 12:13:32]: Parsing Target name in (Kopernicus.Configuration.ModLoader.LandControl+LandClassLoader) as (System.String)
[LOG 12:13:32]: Parsing Target latDelta in (Kopernicus.Configuration.ModLoader.LandControl+LandClassLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 12:13:32]: Parsing Target latitudeDouble in (Kopernicus.Configuration.ModLoader.LandControl+LandClassLoader) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 12:13:32]: Parsing Target latitudeDoubleRange in (Kopernicus.Configuration.ModLoader.LandControl+LandClassLoader) as (Kopernicus.Configuration.ModLoader.LandControl+LerpRangeLoader)
[LOG 12:13:32]: Parsing Target endEnd in (Kopernicus.Configuration.ModLoader.LandControl+LerpRangeLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 12:13:32]: Parsing Target endStart in (Kopernicus.Configuration.ModLoader.LandControl+LerpRangeLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 12:13:32]: Parsing Target startEnd in (Kopernicus.Configuration.ModLoader.LandControl+LerpRangeLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 12:13:32]: Parsing Target startStart in (Kopernicus.Configuration.ModLoader.LandControl+LerpRangeLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 12:13:32]: Parsing Target latitudeRange in (Kopernicus.Configuration.ModLoader.LandControl+LandClassLoader) as (Kopernicus.Configuration.ModLoader.LandControl+LerpRangeLoader)
[LOG 12:13:32]: Parsing Target endEnd in (Kopernicus.Configuration.ModLoader.LandControl+LerpRangeLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 12:13:32]: Parsing Target endStart in (Kopernicus.Configuration.ModLoader.LandControl+LerpRangeLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 12:13:32]: Parsing Target startEnd in (Kopernicus.Configuration.ModLoader.LandControl+LerpRangeLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 12:13:32]: Parsing Target startStart in (Kopernicus.Configuration.ModLoader.LandControl+LerpRangeLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 12:13:32]: Parsing Target lonDelta in (Kopernicus.Configuration.ModLoader.LandControl+LandClassLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 12:13:32]: Parsing Target longitudeRange in (Kopernicus.Configuration.ModLoader.LandControl+LandClassLoader) as (Kopernicus.Configuration.ModLoader.LandControl+LerpRangeLoader)
[LOG 12:13:32]: Parsing Target endEnd in (Kopernicus.Configuration.ModLoader.LandControl+LerpRangeLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 12:13:32]: Parsing Target endStart in (Kopernicus.Configuration.ModLoader.LandControl+LerpRangeLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 12:13:32]: Parsing Target startEnd in (Kopernicus.Configuration.ModLoader.LandControl+LerpRangeLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 12:13:32]: Parsing Target startStart in (Kopernicus.Configuration.ModLoader.LandControl+LerpRangeLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 12:13:32]: Parsing Target minimumRealHeight in (Kopernicus.Configuration.ModLoader.LandControl+LandClassLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 12:13:32]: Parsing Target noiseBlend in (Kopernicus.Configuration.ModLoader.LandControl+LandClassLoader) as (Kopernicus.NumericParser`1[System.Single])
[LOG 12:13:32]: Parsing Target noiseColor in (Kopernicus.Configuration.ModLoader.LandControl+LandClassLoader) as (Kopernicus.ColorParser)
[LOG 12:13:32]: Parsing Target noiseFrequency in (Kopernicus.Configuration.ModLoader.LandControl+LandClassLoader) as (Kopernicus.NumericParser`1[System.Single])
[LOG 12:13:32]: Parsing Target noiseOctaves in (Kopernicus.Configuration.ModLoader.LandControl+LandClassLoader) as (Kopernicus.NumericParser`1[System.Int32])
[LOG 12:13:32]: Parsing Target noisePersistance in (Kopernicus.Configuration.ModLoader.LandControl+LandClassLoader) as (Kopernicus.NumericParser`1[System.Single])
[LOG 12:13:32]: Parsing Target noiseSeed in (Kopernicus.Configuration.ModLoader.LandControl+LandClassLoader) as (Kopernicus.NumericParser`1[System.Int32])
[LOG 12:13:32]: Parsing Target scatters in (Kopernicus.Configuration.ModLoader.LandControl+LandClassLoader) as (Kopernicus.Configuration.CallbackList`1[Kopernicus.Configuration.ModLoader.LandControl+LandClassScatterAmountLoader])
[LOG 12:13:32]: Parsing Target density in (Kopernicus.Configuration.ModLoader.LandControl+LandClassScatterAmountLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 12:13:32]: Parsing Target scatterName in (Kopernicus.Configuration.ModLoader.LandControl+LandClassScatterAmountLoader) as (System.String)
[LOG 12:13:32]: Parsing Target delete in (Kopernicus.Configuration.ModLoader.LandControl+LandClassScatterAmountLoader) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 12:13:32]: Parsing Target delete in (Kopernicus.Configuration.ModLoader.LandControl+LandClassLoader) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 12:13:32]: Parsing Target LandClasses in (Kopernicus.Configuration.ModLoader.LandControl) as (Kopernicus.Configuration.CallbackList`1[Kopernicus.Configuration.ModLoader.LandControl+LandClassLoader])
[LOG 12:13:32]: Parsing Target order in (Kopernicus.Configuration.ModLoader.LandControl) as (Kopernicus.NumericParser`1[System.Int32])
[LOG 12:13:32]: Parsing Target enabled in (Kopernicus.Configuration.ModLoader.LandControl) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 12:13:32]: Parsing Target name in (Kopernicus.Configuration.ModLoader.LandControl) as (System.String)
[LOG 12:13:32]:   Vaste (UnityEngine.GameObject)
[LOG 12:13:32]:    >>> Components <<< 
[LOG 12:13:32]:    Vaste (UnityEngine.Transform)
[LOG 12:13:32]:    Vaste (PQS)
[LOG 12:13:32]:    >>> ---------- <<< 
[LOG 12:13:32]:       _Material_ModProjection (UnityEngine.GameObject)
[LOG 12:13:32]:        >>> Components <<< 
[LOG 12:13:32]:        _Material_ModProjection (UnityEngine.Transform)
[LOG 12:13:32]:        _Material_ModProjection (PQSMod_AltitudeAlpha)
[LOG 12:13:32]:        >>> ---------- <<< 
[LOG 12:13:32]:       _Material_AerialPerspective (UnityEngine.GameObject)
[LOG 12:13:32]:        >>> Components <<< 
[LOG 12:13:32]:        _Material_AerialPerspective (UnityEngine.Transform)
[LOG 12:13:32]:        _Material_AerialPerspective (PQSMod_AerialPerspectiveMaterial)
[LOG 12:13:32]:        >>> ---------- <<< 
[LOG 12:13:32]:       _Material_SurfaceQuads (UnityEngine.GameObject)
[LOG 12:13:32]:        >>> Components <<< 
[LOG 12:13:32]:        _Material_SurfaceQuads (UnityEngine.Transform)
[LOG 12:13:32]:        _Material_SurfaceQuads (PQSMod_UVPlanetRelativePosition)
[LOG 12:13:32]:        >>> ---------- <<< 
[LOG 12:13:32]:       _HeightNoise (UnityEngine.GameObject)
[LOG 12:13:32]:        >>> Components <<< 
[LOG 12:13:32]:        _HeightNoise (UnityEngine.Transform)
[LOG 12:13:32]:        _HeightNoise (PQSMod_VertexHeightMap)
[LOG 12:13:32]:        _HeightNoise (PQSMod_VertexSimplexHeight)
[LOG 12:13:32]:        _HeightNoise (PQSMod_VertexHeightNoiseVertHeightCurve2)
[LOG 12:13:32]:        >>> ---------- <<< 
[LOG 12:13:32]:       _CelestialBody (UnityEngine.GameObject)
[LOG 12:13:32]:        >>> Components <<< 
[LOG 12:13:32]:        _CelestialBody (UnityEngine.Transform)
[LOG 12:13:32]:        _CelestialBody (PQSMod_CelestialBodyTransform)
[LOG 12:13:32]:        >>> ---------- <<< 
[LOG 12:13:32]:       _Material_SunLight (UnityEngine.GameObject)
[LOG 12:13:32]:        >>> Components <<< 
[LOG 12:13:32]:        _Material_SunLight (UnityEngine.Transform)
[LOG 12:13:32]:        _Material_SunLight (PQSMod_MaterialSetDirection)
[LOG 12:13:32]:        >>> ---------- <<< 
[LOG 12:13:32]:       QuadMeshColliders (UnityEngine.GameObject)
[LOG 12:13:32]:        >>> Components <<< 
[LOG 12:13:32]:        QuadMeshColliders (UnityEngine.Transform)
[LOG 12:13:32]:        QuadMeshColliders (PQSMod_QuadMeshColliders)
[LOG 12:13:32]:        >>> ---------- <<< 
[LOG 12:13:32]:       _FineDetail (UnityEngine.GameObject)
[LOG 12:13:32]:        >>> Components <<< 
[LOG 12:13:32]:        _FineDetail (UnityEngine.Transform)
[LOG 12:13:32]:        _FineDetail (PQSMod_VertexSimplexHeightAbsolute)
[LOG 12:13:32]:        >>> ---------- <<< 
[LOG 12:13:32]:       Randolith (UnityEngine.GameObject)
[LOG 12:13:32]:        >>> Components <<< 
[LOG 12:13:32]:        Randolith (UnityEngine.Transform)
[LOG 12:13:32]:        Randolith (PQSCity)
[LOG 12:13:32]:        Randolith (PrefabSpawner)
[LOG 12:13:32]:        >>> ---------- <<< 
[LOG 12:13:32]:           monolith01 (UnityEngine.GameObject)
[LOG 12:13:32]:            >>> Components <<< 
[LOG 12:13:32]:            monolith01 (UnityEngine.Transform)
[LOG 12:13:32]:            monolith01 (UnityEngine.MeshFilter)
[LOG 12:13:32]:            monolith01 (UnityEngine.MeshRenderer)
[LOG 12:13:32]:            monolith01 (UnityEngine.Animation)
[LOG 12:13:32]:            monolith01 (UnityEngine.MeshCollider)
[LOG 12:13:32]:            >>> ---------- <<< 
[LOG 12:13:32]:           RandolithDetail(Clone) (UnityEngine.GameObject)
[LOG 12:13:32]:            >>> Components <<< 
[LOG 12:13:32]:            RandolithDetail(Clone) (UnityEngine.Transform)
[LOG 12:13:32]:            >>> ---------- <<< 
[LOG 12:13:32]:       Mohole (UnityEngine.GameObject)
[LOG 12:13:32]:        >>> Components <<< 
[LOG 12:13:32]:        Mohole (UnityEngine.Transform)
[LOG 12:13:32]:        Mohole (PQSCity2)
[LOG 12:13:32]:        >>> ---------- <<< 
[LOG 12:13:32]:       OnDemandHandler (UnityEngine.GameObject)
[LOG 12:13:32]:        >>> Components <<< 
[LOG 12:13:32]:        OnDemandHandler (UnityEngine.Transform)
[LOG 12:13:32]:        OnDemandHandler (Kopernicus.OnDemand.PQSMod_OnDemandHandler)
[LOG 12:13:32]:        >>> ---------- <<< 
[LOG 12:13:32]:       VertexColorMap (UnityEngine.GameObject)
[LOG 12:13:32]:        >>> Components <<< 
[LOG 12:13:32]:        VertexColorMap (UnityEngine.Transform)
[LOG 12:13:32]:        VertexColorMap (PQSMod_VertexColorMap)
[LOG 12:13:32]:        >>> ---------- <<< 
[LOG 12:13:32]:       LandControl (UnityEngine.GameObject)
[LOG 12:13:32]:        >>> Components <<< 
[LOG 12:13:32]:        LandControl (UnityEngine.Transform)
[LOG 12:13:32]:        LandControl (PQSLandControl)
[LOG 12:13:32]:        >>> ---------- <<< 
[LOG 12:13:32]:           Scatter (UnityEngine.GameObject)
[LOG 12:13:32]:            >>> Components <<< 
[LOG 12:13:32]:            Scatter (UnityEngine.Transform)
[LOG 12:13:32]:            Scatter (Kopernicus.Components.ModularScatter)
[LOG 12:13:32]:            >>> ---------- <<< 
[LOG 12:13:32]: Parsing Target Ocean in (Kopernicus.Configuration.Body) as (Kopernicus.Configuration.OceanLoader)
[LOG 12:13:32]: Parsing Target Rings in (Kopernicus.Configuration.Body) as (System.Collections.Generic.List`1[Kopernicus.Configuration.RingLoader])
[LOG 12:13:32]: Parsing Target Particles in (Kopernicus.Configuration.Body) as (System.Collections.Generic.List`1[Kopernicus.Configuration.ParticleLoader])
[LOG 12:13:32]: Parsing Target SpaceCenter in (Kopernicus.Configuration.Body) as (Kopernicus.Configuration.SpaceCenterLoader)
[LOG 12:13:32]: Parsing Target Debug in (Kopernicus.Configuration.Body) as (Kopernicus.Configuration.DebugLoader)
[LOG 12:13:32]: Parsing Target exportMesh in (Kopernicus.Configuration.DebugLoader) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 12:13:32]: Parsing Target update in (Kopernicus.Configuration.DebugLoader) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 12:13:32]: Parsing Target showSOI in (Kopernicus.Configuration.DebugLoader) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 12:13:32]: Parsing Target PostSpawnOrbit in (Kopernicus.Configuration.Body) as (ConfigNode)
[LOG 12:13:33]: --------- Celestial Body ------------
[LOG 12:13:33]: bodyName = Vaste
[LOG 12:13:33]: bodyDisplayName = Vaste^N
[LOG 12:13:33]: bodyAdjectiveDisplayName = Moho^n
[LOG 12:13:33]: bodyDescription = It is the brightest asteroid on the Kerbin skies, as well it is a catfish! Managed to get a roughly round shape, but anyway it is an asteroid.
[LOG 12:13:33]: GeeASL = 0.045
[LOG 12:13:33]: Radius = 22000
[LOG 12:13:33]: Mass = 3.20027385047827E+18
[LOG 12:13:33]: Density = 0
[LOG 12:13:33]: SurfaceArea = 0
[LOG 12:13:33]: gravParameter = 213588837
[LOG 12:13:33]: sphereOfInfluence = 0
[LOG 12:13:33]: hillSphere = 0
[LOG 12:13:33]: gMagnitudeAtCenter = 213588837
[LOG 12:13:33]: atmDensityASL = 0
[LOG 12:13:33]: scaledEllipsoid = True
[LOG 12:13:33]: scaledElipRadMult = [1, 1, 1]
[LOG 12:13:33]: scaledRadiusHorizonMultiplier = 1
[LOG 12:13:33]: navballSwitchRadiusMult = 0.06
[LOG 12:13:33]: navballSwitchRadiusMultLow = 0.055
[LOG 12:13:33]: use_The_InName = False
[LOG 12:13:33]: isHomeWorld = False
[LOG 12:13:33]: ocean = False
[LOG 12:13:33]: oceanUseFog = True
[LOG 12:13:33]: oceanFogPQSDepth = 1000
[LOG 12:13:33]: oceanFogPQSDepthRecip = 0.001
[LOG 12:13:33]: oceanFogDensityStart = 0.015
[LOG 12:13:33]: oceanFogDensityEnd = 0.13
[LOG 12:13:33]: oceanFogDensityPQSMult = 0.02
[LOG 12:13:33]: oceanFogDensityAltScalar = -0.0008
[LOG 12:13:33]: oceanFogDensityExponent = 1
[LOG 12:13:33]: oceanFogColorStart = RGBA(0.000, 0.337, 0.486, 1.000)
[LOG 12:13:33]: oceanFogColorEnd = RGBA(0.000, 0.084, 0.122, 1.000)
[LOG 12:13:33]: oceanFogDawnFactor = 10
[LOG 12:13:33]: oceanSkyColorMult = 1.2
[LOG 12:13:33]: oceanSkyColorOpacityBase = 0.2
[LOG 12:13:33]: oceanSkyColorOpacityAltMult = 2
[LOG 12:13:33]: oceanDensity = 1
[LOG 12:13:33]: oceanAFGBase = 0.6
[LOG 12:13:33]: oceanAFGAltMult = 0.05
[LOG 12:13:33]: oceanAFGMin = 0.05
[LOG 12:13:33]: oceanSunBase = 0.5
[LOG 12:13:33]: oceanSunAltMult = 0.01
[LOG 12:13:33]: oceanSunMin = 0.05
[LOG 12:13:33]: oceanAFGLerp = False
[LOG 12:13:33]: oceanMinAlphaFogDistance = 200
[LOG 12:13:33]: oceanMaxAlbedoFog = 0.95
[LOG 12:13:33]: oceanMaxAlphaFog = 0.9
[LOG 12:13:33]: oceanAlbedoDistanceScalar = 0.01
[LOG 12:13:33]: oceanAlphaDistanceScalar = 0.01
[LOG 12:13:33]: minOrbitalDistance = 100000
[LOG 12:13:33]: atmosphere = False
[LOG 12:13:33]: atmosphereContainsOxygen = False
[LOG 12:13:33]: atmosphereDepth = 0
[LOG 12:13:33]: atmosphereTemperatureSeaLevel = 288
[LOG 12:13:33]: atmospherePressureSeaLevel = 101.325
[LOG 12:13:33]: atmosphereMolarMass = 0.0289644
[LOG 12:13:33]: atmosphereAdiabaticIndex = 1.39999997615814
[LOG 12:13:33]: atmosphereTemperatureLapseRate = 0
[LOG 12:13:33]: atmosphereGasMassLapseRate = 0
[LOG 12:13:33]: atmosphereUseTemperatureCurve = False
[LOG 12:13:33]: atmosphereTemperatureCurveIsNormalized = False
[LOG 12:13:33]: atmosphereTemperatureCurve = FloatCurve
[LOG 12:13:33]: latitudeTemperatureBiasCurve = FloatCurve
[LOG 12:13:33]: latitudeTemperatureSunMultCurve = FloatCurve
[LOG 12:13:33]: axialTemperatureSunMultCurve = FloatCurve
[LOG 12:13:33]: axialTemperatureSunBiasCurve = FloatCurve
[LOG 12:13:33]: atmosphereTemperatureSunMultCurve = FloatCurve
[LOG 12:13:33]: maxAxialDot = 0
[LOG 12:13:33]: eccentricityTemperatureBiasCurve = FloatCurve
[LOG 12:13:33]: albedo = 0.1
[LOG 12:13:33]: emissivity = 0.9
[LOG 12:13:33]: coreTemperatureOffset = 0
[LOG 12:13:33]: convectionMultiplier = 1
[LOG 12:13:33]: shockTemperatureMultiplier = 1
[LOG 12:13:33]: atmosphereUsePressureCurve = False
[LOG 12:13:33]: atmospherePressureCurveIsNormalized = False
[LOG 12:13:33]: atmospherePressureCurve = FloatCurve
[LOG 12:13:33]: radiusAtmoFactor = 1
[LOG 12:13:33]: hasSolidSurface = True
[LOG 12:13:33]: rotation = (0.0, 0.0, 0.0, 0.0)
[LOG 12:13:33]: orbitDriver = Vaste (OrbitDriver)
[LOG 12:13:33]: pqsController = Vaste (PQS)
[LOG 12:13:33]: pqsSurfaceObjects = PQSSurfaceObject[]
[LOG 12:13:33]: scaledBody = Vaste (UnityEngine.GameObject)
[LOG 12:13:33]: afg = 
[LOG 12:13:33]: rotates = True
[LOG 12:13:33]: rotationPeriod = 36134.589375
[LOG 12:13:33]: rotPeriodRecip = 0
[LOG 12:13:33]: solarDayLength = 0
[LOG 12:13:33]: solarRotationPeriod = False
[LOG 12:13:33]: initialRotation = 0
[LOG 12:13:33]: rotationAngle = 0
[LOG 12:13:33]: directRotAngle = 0
[LOG 12:13:33]: angularVelocity = [0, 0, 0]
[LOG 12:13:33]: zUpAngularVelocity = [0, 0, 0]
[LOG 12:13:33]: tidallyLocked = True
[LOG 12:13:33]: clampInverseRotThreshold = True
[LOG 12:13:33]: inverseRotation = False
[LOG 12:13:33]: inverseRotThresholdAltitude = 100000
[LOG 12:13:33]: angularV = 0
[LOG 12:13:33]: timeWarpAltitudeLimits = System.Single[]
[LOG 12:13:33]: atmosphericAmbientColor = RGBA(0.000, 0.000, 0.000, 0.000)
[LOG 12:13:33]: orbitingBodies = System.Collections.Generic.List`1[CelestialBody]
[LOG 12:13:33]: BodyFrame = Planetarium+CelestialFrame
[LOG 12:13:33]: progressTree = KSPAchievements.CelestialBodySubtree
[LOG 12:13:33]: bodyType = Generic
[LOG 12:13:33]: scienceValues = CelestialBodyScienceParams
[LOG 12:13:33]: BiomeMap = Vaste_biome (CBRGB) for Vaste (Kopernicus.OnDemand.CBAttributeMapSODemand)
[LOG 12:13:33]: MiniBiomes = MiniBiome[]
[LOG 12:13:33]: bodyTransform = Vaste (UnityEngine.Transform)
[LOG 12:13:33]: --------------------------------------
[LOG 12:13:33]: Vaste is using custom cache file 'C:/Users/Lenovo/Desktop/Takie tam/Kerbal.Space.Program.Away.with.Words.v1.3.1.1891/Kerbal.Space.Program.Away.with.Words.v1.3.1.1891/Kerbal Space Program/KSP_x64_Data/../GameData/EBM/Cache/Vaste.bin'
[LOG 12:13:33]: Body.PostApply(ConfigNode): Generating scaled space mesh: Vaste
[LOG 12:13:33]: Vaste (CelestialBody)
[LOG 12:13:33]: Vaste (PQS)
[LOG 12:13:33]: Vaste (PQS)
[LOG 12:13:33]: Exception Was Recorded: Object reference not set to an instance of an object
  at Kopernicus.OnDemand.OnDemandStorage.LoadTexture (System.String path, Boolean compress, Boolean upload, Boolean unreadable) [0x00000] in <filename unknown>:0 
  at Kopernicus.OnDemand.MapSODemand.Load () [0x00000] in <filename unknown>:0 
  at Kopernicus.OnDemand.OnDemandStorage.EnableMapList (System.Collections.Generic.List`1 maps, System.Collections.Generic.List`1 exclude) [0x00000] in <filename unknown>:0 
  at Kopernicus.OnDemand.OnDemandStorage.EnableBody (System.String body) [0x00000] in <filename unknown>:0 
  at Kopernicus.Utility.ComputeScaledSpaceMesh (.CelestialBody body, .PQS pqs) [0x00000] in <filename unknown>:0 
  at Kopernicus.Utility.UpdateScaledMesh (UnityEngine.GameObject scaledVersion, .PQS pqs, .CelestialBody body, System.String path, System.String cacheFile, Boolean exportBin, Boolean useSpherical) [0x00000] in <filename unknown>:0 
  at Kopernicus.Configuration.ScaledVersionLoader.RebuildScaledSpace () [0x00000] in <filename unknown>:0 
  at Kopernicus.Configuration.Body.Kopernicus.IParserEventSubscriber.PostApply (.ConfigNode node) [0x00000] in <filename unknown>:0 
  at Kopernicus.Parser.LoadObjectFromConfigurationNode (System.Object o, .ConfigNode node, System.String configName, Boolean getChilds) [0x00000] in <filename unknown>:0 
  at Kopernicus.Configuration.Loader.Kopernicus.IParserEventSubscriber.PostApply (.ConfigNode node) [0x00000] in <filename unknown>:0 

Sooo... yeah. Idk what is going on and I think it can't load something.

This is my Vaste.cfg

@Kopernicus:FOR[EBM]
{
	Body
    {
        name = Vaste

		Debug
		{
			exportMesh = true
			update = true
		}
		cacheFile = EBM/Cache/Vaste.bin		
        Template
        {
            name = Moho
			removePQSMods = FlattenOcean, VertexSimplexNoiseColor, HeightColorMap
        }
        Properties
        {
			displayName = #EBM_Vaste_name
			radius = 22000
			geeASL = 0.045
			description = #EBM_Vaste_desc
			rotationPeriod = 36134.589375
			rotates = true
			tidallyLocked = True
			initialRotation = 0
			isHomeWorld = false
			timewarpAltitudeLimits = 0 1238 2475 4950 9900 19800 39600 79200
			ScienceValues
			{
				landedDataValue = 13
				splashedDataValue = 1
				flyingLowDataValue = 1
				flyingHighDataValue = 1
				inSpaceLowDataValue = 10
				inSpaceHighDataValue = 9
				recoveryValue = 9
				spaceAltitudeThreshold =  20000			
			}
			biomeMap = EBM/PluginData/Vaste_biome.dds
            Biomes
            {
                Biome
                {
                    name = Recess
					displayName = #EBM_Vaste_biome_recess
                    value = 0.8
                    color = #685647
                }
				Biome
				{
				    name = Lowlands
					displayName = #EBM_Vaste_biome_lowlands
					value = 0.8
					color = #847668
				}
				Biome
                {
                    name = Foothills
					displayName = #EBM_Vaste_biome_foothils
                    value = 1.2
                    color = #BDB6AA
                }
				Biome
				{
				    name = Midlands
					displayName = #EBM_Vaste_biome_midlands
					value = 0.8
					color = #978C7B
			    }
				Biome
				{
				    name = Dawnhole
					displayName = #EBM_Vaste_biome_dawnhole
					value = 5
					color = #000000
				}
			}					
        }
        Orbit
        {
            referenceBody = Sun
            color = 0.195,0.195,0.195,1.0
            inclination = 7.14043
            eccentricity = 0.08874
			semiMajorAxis = 44839348
            longitudeOfAscendingNode = 26
            argumentOfPeriapsis = 0
			meanAnomalyAtEpoch = 1.1
            epoch = 20
        }
		ScaledVersion
        {
			fadeStart = 34400
            fadeEnd = 68800
            Material
            {	
                texture = EBM/PluginData/Vaste_color.dds
		        normals = EBM/PluginData/Vaste_normal.dds
            }
        }
		PQS
		{
			fadeStart = 68800
			fadeEnd = 137600
			deactivateAltitude = 138288
			allowFootprints = True
			Material
			{
				saturation = 1
				contrast = 1.35
				tintColor = 1,1,1,0
				groundTexStart = 0
				groundTexEnd = 9000
				steepTexStart = 0
				steepTexEnd = 9000				
				steepTex = CTTP/Textures/PluginData/gravel.dds
				steepBumpMap = CTTP/Textures/PluginData/gravel_normal.dds
				steepNearTiling = 2500
				steepTiling = 25
				lowTex = CTTP/Textures/PluginData/sand.dds
				lowBumpMap = CTTP/Textures/PluginData/sand_normal.dds
				lowNearTiling = 5000
				lowMultiFactor = 50
				lowBumpNearTiling = 5000
				lowBumpFarTiling = 50
				midTex = CTTP/Textures/PluginData/gravel.dds
				midBumpMap = CTTP/Textures/PluginData/gravel_normal.dds
				midNearTiling = 5000
				midMultiFactor = 50
				midBumpNearTiling = 5000
				midBumpFarTiling = 50
				highTex = CTTP/Textures/PluginData/snow.dds
				highBumpMap = CTTP/Textures/PluginData/snow_normal.dds
				highNearTiling = 5000
				highMultiFactor = 50
				highBumpNearTiling = 5000
				highBumpFarTiling = 50				
				lowStart = 0
				lowEnd = 0.28
				highStart = 0.66
				highEnd = 1
			}
			Mods
			{
				VertexHeightMap
				{
					map = EBM/PluginData/Vaste_height.dds
					offset = 0
					deformity = 12000.0
					scaleDeformityByRadius = false
					order = 10
					enabled = true
				}
				VertexSimplexHeight
				{
					deformity = 200
					frequency = 8
					octaves = 10
					persistence = 0.5
					seed = 908234
					order = 20
					enabled = True
				}
				VertexSimplexHeightAbsolute
				{
					deformity = 100
					frequency = 12
					octaves = 8
					persistence = 0.5
					seed = 345433462
					order = 30
					enabled = True
				}				
				VertexHeightNoiseVertHeightCurve2
				{
					deformity = 100
					ridgedAddFrequency = 32
					ridgedAddLacunarity = 1
					ridgedAddOctaves = 8
					ridgedAddSeed = 45645
					ridgedMode = Low
					ridgedSubFrequency = 24
					ridgedSubLacunarity = 2
					ridgedSubOctaves = 8
					ridgedSubSeed = 9878345
					simplexFrequency = 24
					simplexHeightEnd = 6000
					simplexHeightStart = 0
					simplexOctaves = 8
					simplexPersistence = 0.5
					simplexSeed = 2343225
					order = 40
					enabled = True
					simplexCurve
					{
						key = 0 0 0 0
						key = 0.6311918 0.4490898 1.432598 1.432598
						key = 1 1 0 0
					}
				}	
				VertexColorMap
				{
					map = EBM/PluginData/Vaste_color.dds
					order = 50
					enabled = true
				}
				LandControl
				{
					altitudeBlend = 0
					altitudeFrequency = 1
					altitudeOctaves = 1
					altitudePersistance = 1
					altitudeSeed = 1
					createColors = False
					createScatter = True
					latitudeBlend = 0
					latitudeFrequency = 1
					latitudeOctaves = 1
					latitudePersistance = 1
					latitudeSeed = 1
					longitudeBlend = 0
					longitudeFrequency = 1
					longitudeOctaves = 1
					longitudePersistance = 1
					longitudeSeed = 1
					useHeightMap = False
					vHeightMax = 10000
					order = 999999
					enabled = True
					altitudeSimplex
					{
						frequency = 1
						octaves = 1
						persistence = 1
					}
					latitudeSimplex
					{
						frequency = 1
						octaves = 1
						persistence = 1
					}
					longitudeSimplex
					{
						frequency = 1
						octaves = 1
						persistence = 1
					}
					landClasses
					{
						Class
						{
							alterApparentHeight = 0
							alterRealHeight = 0
							color = 0,0,0,0
							coverageBlend = 0
							coverageFrequency = 1
							coverageOctaves = 1
							coveragePersistance = 1
							coverageSeed = 1
							name = Base
							latDelta = 1
							latitudeDouble = False
							lonDelta = 1
							minimumRealHeight = 0
							noiseBlend = 0
							noiseColor = 0,0,0,0
							noiseFrequency = 1
							noiseOctaves = 1
							noisePersistance = 1
							noiseSeed = 1
							delete = False
							altitudeRange
							{
								endEnd = 1
								endStart = 1
								startEnd = 0
								startStart = 0
							}
							coverageSimplex
							{
								frequency = 1
								octaves = 1
								persistence = 1
							}
							latitudeDoubleRange
							{
								endEnd = 1
								endStart = 1
								startEnd = 0
								startStart = 0
							}
							latitudeRange
							{
								endEnd = 1
								endStart = 1
								startEnd = 0
								startStart = 0
							}
							longitudeRange
							{
								endEnd = 2
								endStart = 2
								startEnd = -1
								startStart = -1
							}
							noiseSimplex
							{
								frequency = 1
								octaves = 1
								persistence = 1
							}
							scatters
							{
								Scatter
								{
									density = 1
									scatterName = rock_boulder
								}
							}
						}
					}
					scatters
					{
						Scatter
						{
							materialType = BumpedDiffuse
							mesh = BUILTIN/boulder
							castShadows = True
							densityFactor = 1
							maxCache = 512
							maxCacheDelta = 32
							maxLevelOffset = 0
							maxScale = 1.25
							maxScatter = 20
							maxSpeed = 1000
							minScale = 0.5
							recieveShadows = True
							name = rock_boulder
							seed = 63454362
							verticalOffset = 0
							delete = False
							collide = True
							science = False
							Material
							{
								color = RGBA(98, 87, 69, 255)
								mainTex = CTTP/Textures/PluginData/rock.dds
								mainTexScale = 1,1
								mainTexOffset = 0,0
								bumpMap = CTTP/Textures/PluginData/rock_normal.dds
								bumpMapScale = 1,1
								bumpMapOffset = 0,0
							}
							Experiment
							{
							}
						}
					}
				}
			}
		}	
    }
}	

Screens of my folders:

https://imgur.com/a/Qsr5GWa

Link to comment
Share on other sites

5 hours ago, Ozimek PL said:

-snip-

The key to the problem lies in the following:

5 hours ago, Ozimek PL said:

[LOG 12:13:33]: Exception Was Recorded: Object reference not set to an instance of an object   at Kopernicus.OnDemand.OnDemandStorage.LoadTexture (System.String path, Boolean compress, Boolean upload, Boolean unreadable) [0x00000] in <filename unknown>:0    at Kopernicus.OnDemand.MapSODemand.Load () [0x00000] in <filename unknown>:0    at Kopernicus.OnDemand.OnDemandStorage.EnableMapList (System.Collections.Generic.List`1 maps, System.Collections.Generic.List`1 exclude) [0x00000] in <filename unknown>:0    at Kopernicus.OnDemand.OnDemandStorage.EnableBody (System.String body) [0x00000] in <filename unknown>:0    at Kopernicus.Utility.ComputeScaledSpaceMesh (.CelestialBody body, .PQS pqs) [0x00000] in <filename unknown>:0    at Kopernicus.Utility.UpdateScaledMesh (UnityEngine.GameObject scaledVersion, .PQS pqs, .CelestialBody body, System.String path, System.String cacheFile, Boolean exportBin, Boolean useSpherical) [0x00000] in <filename unknown>:0    at Kopernicus.Configuration.ScaledVersionLoader.RebuildScaledSpace () [0x00000] in <filename unknown>:0    at Kopernicus.Configuration.Body.Kopernicus.IParserEventSubscriber.PostApply (.ConfigNode node) [0x00000] in <filename unknown>:0    at Kopernicus.Parser.LoadObjectFromConfigurationNode (System.Object o, .ConfigNode node, System.String configName, Boolean getChilds) [0x00000] in <filename unknown>:0    at Kopernicus.Configuration.Loader.Kopernicus.IParserEventSubscriber.PostApply (.ConfigNode node) [0x00000] in <filename unknown>:0 

What this means specifically is that Kopernicus is trying to read a piece of data that has not yet been assigned a value. To illustrate what exactly is going on, think of it like this: let's define a variable storing a whole number (otherwise called an 'integer'), and let's call it 'myNumber'. In C# we would write:

public int myNumber;

Note that the above command only tells the computer to prepare 32 bits for storing a number contained in the 'box' with the label 'myNumber', but we haven't actually defined a value to it. As far as the computer is concerned, 'myNumber' could have a value of 4, or 2, or 491325, etc. Thus if we ask the computer to read the value assigned to 'myNumber' if we haven't yet assigned a value to it, the computer will point out that no value is given yet and thus retrieving data is impossible.

This is essentially what the computer means by 'object reference not set to an instance of an object'. In the above context, the 'object reference' would be 'myNumber' since we'd be referring to the object 'myNumber', and since we haven't given it an instance of the data type 'int', the computer has to abort execution.

In other words, imagine I presented you with a cardboard box, showed you it was empty, then closed it, before asking you to give me what is inside the box. Surely you'll respond with something among the lines of "but that's impossible, the box is empty so there is nothing inside for me to give to you." Your computer runs into the same kind of problem. I hope this explanation makes sense.

Anyhow, now we can investigate what exactly caused the issue. From the specific error log, we see that Kopernicus notes the error occurred in the function 'Kopernicus.OnDemandStorage.LoadTexture', which leads me to suspect that Kopernicus is trying to use OnDemandLoading to load a texture assigned but fails to find it, hence trying to assign a non-existant texture, which would of course result in a reference to a non-existant (or non-instance of a) texture, which causes errors if KSP then tries to read it.

 

Now we can find the context as to where in your config this error occurred. Specifically, what part of the config was Kopernicus trying to parse? Before the exception occurred, we read:

5 hours ago, Ozimek PL said:

[LOG 12:13:33]: Body.PostApply(ConfigNode): Generating scaled space mesh: Vaste

This leads me to suspect that the following happened:

1. Somewhere in the scaled space section of your planet, Kopernicus fails to find a texture, and thus a reference to a texture is left unassigned.

2. When KSP then tries to use this texture to apply to the scaled space mesh, it tries to apply a non-existant texture and crashes.

 

I suggest the following steps:

1. Please verify that the filepaths to the textures in ScaledVersion{ Material{ ... } } are correct.

2a. If they are not correct, correct them and try to run it again.

2b. If they are correct, delete the entire ScaledVersion{} node and its contents and see if it now loads. Your planet should appear like a deformed Moho in map view if it loads. If this happens, get back to me and we'll look into why exactly Kopernicus can't load your textures.

3. If, on the other hand, after deleting the ScaledVersion{} node the game still freezes, show me the .body file generated. In that case something more exotic is going wrong.

Link to comment
Share on other sites

Quote
  On 3/4/2019 at 5:22 PM, Ozimek PL said:

-snip-

The key to the problem lies in the following:

  On 3/4/2019 at 5:22 PM, Ozimek PL said:

[LOG 12:13:33]: Exception Was Recorded: Object reference not set to an instance of an object   at Kopernicus.OnDemand.OnDemandStorage.LoadTexture (System.String path, Boolean compress, Boolean upload, Boolean unreadable) [0x00000] in <filename unknown>:0    at Kopernicus.OnDemand.MapSODemand.Load () [0x00000] in <filename unknown>:0    at Kopernicus.OnDemand.OnDemandStorage.EnableMapList (System.Collections.Generic.List`1 maps, System.Collections.Generic.List`1 exclude) [0x00000] in <filenameunknown>:0    at Kopernicus.OnDemand.OnDemandStorage.EnableBody (System.String body) [0x00000] in <filename unknown>:0    at Kopernicus.Utility.ComputeScaledSpaceMesh (.CelestialBody body, .PQS pqs) [0x00000] in <filename unknown>:0    at Kopernicus.Utility.UpdateScaledMesh (UnityEngine.GameObject scaledVersion, .PQS pqs, .CelestialBody body, System.String path, System.String cacheFile, Boolean exportBin, Boolean useSpherical) [0x00000] in <filename unknown>:0    at Kopernicus.Configuration.ScaledVersionLoader.RebuildScaledSpace () [0x00000] in <filename unknown>:0    at Kopernicus.Configuration.Body.Kopernicus.IParserEventSubscriber.PostApply (.ConfigNode node) [0x00000] in <filename unknown>:0    at Kopernicus.Parser.LoadObjectFromConfigurationNode (System.Object o, .ConfigNode node, System.String configName, Boolean getChilds) [0x00000] in <filename unknown>:0    at Kopernicus.Configuration.Loader.Kopernicus.IParserEventSubscriber.PostApply (.ConfigNode node) [0x00000] in <filename unknown>:0 

What this means specifically is that Kopernicus is trying to read a piece of data that has not yet been assigned a value. To illustrate what exactly is going on, think of it like this: let's define a variable storing a whole number (otherwise called an 'integer'), and let's call it 'myNumber'. In C# we would write:


public int myNumber;

Note that the above command only tells the computer to prepare 32 bits for storing a number contained in the 'box' with the label 'myNumber', but we haven't actually defined a value to it. As far as the computer is concerned, 'myNumber' could have a value of 4, or 2, or 491325, etc. Thus if we ask the computer to read the value assigned to 'myNumber' if we haven't yet assigned a value to it, the computer will point out that no value is given yet and thus retrieving data is impossible.

This is essentially what the computer means by 'object reference not set to an instance of an object'. In the above context, the 'object reference' would be 'myNumber' since we'd be referring to the object 'myNumber', and since we haven't given it an instance of the data type 'int', the computer has to abort execution.

In other words, imagine I presented you with a cardboard box, showed you it was empty, then closed it, before asking you to give me what is inside the box. Surely you'll respond withsomething among the lines of "but that's impossible, the box is empty so there is nothing inside for me to give to you." Your computer runs into the same kind of problem. I hope this explanation makes sense.

Anyhow, now we can investigate what exactly caused the issue. From the specific error log, we see that Kopernicus notes the error occurred in the function'Kopernicus.OnDemandStorage.LoadTexture', which leads me to suspect that Kopernicus is trying to use OnDemandLoading to load a texture assigned but fails to find it, hence trying toassign a non-existant texture, which would of course result in a reference to a non-existant (or non-instance of a) texture, which causes errors if KSP then tries to read it.

 

Now we can find the context as to where in your config this error occurred. Specifically, what part of the config was Kopernicus trying to parse? Before the exception occurred, we read:

  On 3/4/2019 at 5:22 PM, Ozimek PL said:

[LOG 12:13:33]: Body.PostApply(ConfigNode): Generating scaled space mesh: Vaste

This leads me to suspect that the following happened:

1. Somewhere in the scaled space section of your planet, Kopernicus fails to find a texture, and thus a reference to a texture is left unassigned.

2. When KSP then tries to use this texture to apply to the scaled space mesh, it tries to apply a non-existant texture and crashes.

 

I suggest the following steps:

1. Please verify that the filepaths to the textures in ScaledVersion{ Material{ ... } } are correct.

2a. If they are not correct, correct them and try to run it again.

2b. If they are correct, delete the entire ScaledVersion{} node and its contents and see if it now loads. Your planet should appear like a deformed Moho in map view if it loads. If thishappens, get back to me and we'll look into why exactly Kopernicus can't load your textures.

3. If, on the other hand, after deleting the ScaledVersion{} node the game still freezes, show me the .body file generated. In that case something more exotic is going wrong.

Removed the ScaledVersion and it didn't changed anything. The point number 3 is true - something is wrong.

Edited by Ozimek PL
Removed scaled version and game freezes
Link to comment
Share on other sites

On 3/4/2019 at 11:18 PM, The White Guardian said:

The key to the problem lies in the following:

What this means specifically is that Kopernicus is trying to read a piece of data that has not yet been assigned a value. To illustrate what exactly is going on, think of it like this: let's define a variable storing a whole number (otherwise called an 'integer'), and let's call it 'myNumber'. In C# we would write:


public int myNumber;

Note that the above command only tells the computer to prepare 32 bits for storing a number contained in the 'box' with the label 'myNumber', but we haven't actually defined a value to it. As far as the computer is concerned, 'myNumber' could have a value of 4, or 2, or 491325, etc. Thus if we ask the computer to read the value assigned to 'myNumber' if we haven't yet assigned a value to it, the computer will point out that no value is given yet and thus retrieving data is impossible.

This is essentially what the computer means by 'object reference not set to an instance of an object'. In the above context, the 'object reference' would be 'myNumber' since we'd be referring to the object 'myNumber', and since we haven't given it an instance of the data type 'int', the computer has to abort execution.

In other words, imagine I presented you with a cardboard box, showed you it was empty, then closed it, before asking you to give me what is inside the box. Surely you'll respond with something among the lines of "but that's impossible, the box is empty so there is nothing inside for me to give to you." Your computer runs into the same kind of problem. I hope this explanation makes sense.

Anyhow, now we can investigate what exactly caused the issue. From the specific error log, we see that Kopernicus notes the error occurred in the function 'Kopernicus.OnDemandStorage.LoadTexture', which leads me to suspect that Kopernicus is trying to use OnDemandLoading to load a texture assigned but fails to find it, hence trying to assign a non-existant texture, which would of course result in a reference to a non-existant (or non-instance of a) texture, which causes errors if KSP then tries to read it.

 

Now we can find the context as to where in your config this error occurred. Specifically, what part of the config was Kopernicus trying to parse? Before the exception occurred, we read:

This leads me to suspect that the following happened:

1. Somewhere in the scaled space section of your planet, Kopernicus fails to find a texture, and thus a reference to a texture is left unassigned.

2. When KSP then tries to use this texture to apply to the scaled space mesh, it tries to apply a non-existant texture and crashes.

 

I suggest the following steps:

1. Please verify that the filepaths to the textures in ScaledVersion{ Material{ ... } } are correct.

2a. If they are not correct, correct them and try to run it again.

2b. If they are correct, delete the entire ScaledVersion{} node and its contents and see if it now loads. Your planet should appear like a deformed Moho in map view if it loads. If this happens, get back to me and we'll look into why exactly Kopernicus can't load your textures.

3. If, on the other hand, after deleting the ScaledVersion{} node the game still freezes, show me the .body file generated. In that case something more exotic is going wrong.

Removed ScaledVersion and it didn't changed anything.

Link to comment
Share on other sites

On 3/4/2019 at 11:18 PM, The White Guardian said:

The key to the problem lies in the following:

What this means specifically is that Kopernicus is trying to read a piece of data that has not yet been assigned a value. To illustrate what exactly is going on, think of it like this: let's define a variable storing a whole number (otherwise called an 'integer'), and let's call it 'myNumber'. In C# we would write:


public int myNumber;

Note that the above command only tells the computer to prepare 32 bits for storing a number contained in the 'box' with the label 'myNumber', but we haven't actually defined a value to it. As far as the computer is concerned, 'myNumber' could have a value of 4, or 2, or 491325, etc. Thus if we ask the computer to read the value assigned to 'myNumber' if we haven't yet assigned a value to it, the computer will point out that no value is given yet and thus retrieving data is impossible.

This is essentially what the computer means by 'object reference not set to an instance of an object'. In the above context, the 'object reference' would be 'myNumber' since we'd be referring to the object 'myNumber', and since we haven't given it an instance of the data type 'int', the computer has to abort execution.

In other words, imagine I presented you with a cardboard box, showed you it was empty, then closed it, before asking you to give me what is inside the box. Surely you'll respond with something among the lines of "but that's impossible, the box is empty so there is nothing inside for me to give to you." Your computer runs into the same kind of problem. I hope this explanation makes sense.

Anyhow, now we can investigate what exactly caused the issue. From the specific error log, we see that Kopernicus notes the error occurred in the function 'Kopernicus.OnDemandStorage.LoadTexture', which leads me to suspect that Kopernicus is trying to use OnDemandLoading to load a texture assigned but fails to find it, hence trying to assign a non-existant texture, which would of course result in a reference to a non-existant (or non-instance of a) texture, which causes errors if KSP then tries to read it.

 

Now we can find the context as to where in your config this error occurred. Specifically, what part of the config was Kopernicus trying to parse? Before the exception occurred, we read:

This leads me to suspect that the following happened:

1. Somewhere in the scaled space section of your planet, Kopernicus fails to find a texture, and thus a reference to a texture is left unassigned.

2. When KSP then tries to use this texture to apply to the scaled space mesh, it tries to apply a non-existant texture and crashes.

 

I suggest the following steps:

1. Please verify that the filepaths to the textures in ScaledVersion{ Material{ ... } } are correct.

2a. If they are not correct, correct them and try to run it again.

2b. If they are correct, delete the entire ScaledVersion{} node and its contents and see if it now loads. Your planet should appear like a deformed Moho in map view if it loads. If this happens, get back to me and we'll look into why exactly Kopernicus can't load your textures.

3. If, on the other hand, after deleting the ScaledVersion{} node the game still freezes, show me the .body file generated. In that case something more exotic is going wrong.

Nothing changed

Link to comment
Share on other sites

  • 1 month later...

@The White Guardian
Hi everyone.
I'm trying to create my Moon by replacing Mun. It's my first attempt.
I managed to eliminate Mun and make mine appear. I extracted the data of Mun with kittopia but this cfg were not read and nothing append than I tried to follow these videos to the letter but again nothing. So I took a moon from another pack and heavily modified it. This is the result:

Spoiler

@Kopernicus:FOR[Luna]
{
    Body
    {
        name = Muun
        Debug
        {
            exportMesh = True
            update = True
        }
        cacheFile = Luna/cache/Luna.bin
        Template
        {
            name = Mun
            removeAllPQSMods = True
        }
        Properties
        {
            description = #LOC_Luna_description
            radius = 347620 //200000
            geeASL = 0.166056700098353
            tidallyLocked = true
            rotationPeriod = 9716
            initialRotation = -40
            albedo = 0.5
            emissivity = 0.2 //0.5
            isHomeWorld = false
            timewarpAltitudeLimits = 0 1500 3000 15000 55000 80000 120000 200000

            ScienceValues
            {
                landedDataValue = 4
                splashedDataValue = 1
                flyingLowDataValue = 1
                flyingHighDataValue = 1
                inSpaceLowDataValue = 3
                inSpaceHighDataValue = 2
                recoveryValue = 2
                flyingAltitudeThreshold = 18000
                spaceAltitudeThreshold = 60000
            }
            biomeMap = Luna/textures/luna_biomi.dds
            Biomes
            {
                Biome
                {
                    name = #LOC_Luna_bioma1
                    value = 1.0
                    color = 0,0,0,1
                }
                Biome
                {
                    name = #LOC_Luna_bioma2
                    value = 1.0
                    color = 0.4,0.4,0.4,1
                }
                Biome
                {
                    name = #LOC_Luna_bioma3
                    value = 1.0
                    color = 0.8,0.8,0.8,1
                }
                Biome
                {
                    name = #LOC_Luna_bioma4
                    value = 1.0
                    color = 1,1,1,1
                }
                Biome
                {
                    name = #LOC_Luna_bioma5
                    value = 1.0
                    color = 0,0,1,1
                }
                Biome
                {
                    name = #LOC_Luna_bioma6
                    value = 1.0
                    color = 1,0,0,1
                }
                Biome
                {
                    name = #LOC_Luna_bioma7
                    value = 1.0
                    color = 0,1,0,1
                }
                Biome
                {
                    name = #LOC_Luna_bioma8
                    value = 1.0
                    color = 1,1,0,1
                }
                Biome
                {
                    name = #LOC_Luna_bioma9
                    value = 1.0
                    color = 0,0,0.4,1
                }
                Biome
                {
                    name = #LOC_Luna_bioma10
                    value = 1.0
                    color = 1,0,1,1
                }
                Biome
                {
                    name = #LOC_Luna_bioma11
                    value = 1.0
                    color = 0.6,0,0.6,1
                }
                Biome
                {
                    name = #LOC_Luna_bioma12
                    value = 1.0
                    color = 0,0.6,0,1
                }
                Biome
                {
                    name = #LOC_Luna_bioma13
                    value = 1.0
                    color = 0,1,1,1
                }
                Biome
                {
                    name = #LOC_Luna_bioma14
                    value = 1.0
                    color = 0.6,0.6,0,1
                }
                Biome
                {
                    name = #LOC_Luna_bioma15
                    value = 1.0
                    color = 0.6,0,0,1
                }
                Biome
                {
                    name = #LOC_Luna_bioma16
                    value = 1.0
                    color = 0.4,0.4,0,1
                }
                Biome
                {
                    name = #LOC_Luna_bioma17
                    value = 1.0
                    color = 0,0,0.6,1
                }
            }
        }
        Orbit
        {
            referenceBody = Kerbin
            inclination = 5.15
            eccentricity = 0.0549
            semiMajorAxis = 12000000
            longitudeOfAscendingNode = 0
            argumentOfPeriapsis = 40
            meanAnomalyAtEpoch = 0.2429040
            epoch = 0
            color = 0.61,0.63,0.7,0.5
            iconColor = 0.61,0.63,0.7,0.5
        }
        ScaledVersion
        {
            type = Vacuum
            fadeStart = 45000 //55000
            fadeEnd = 60000
            Material
            {
                color = 1,1,1,1

                texture = Luna/textures/luna_diffuse2.dds
                normals = Luna/textures/luna_nrm.dds
            }
        }
        PQS
        {
            //materialType = AtmosphericOptimized
            minLevel = 2
            maxLevel = 7
            minDetailDistance = 6
            maxQuadLengthsPerFrame = 0.03
            fadeStart = 60000
            fadeEnd = 120000
            mapMaxHeight = 9000
            deactivateAltitude = 120750
            
            PhysicsMaterial
            {
                bounceCombine = Average
                frictionCombine = Maximum
                bounciness = 0
                staticFriction = 0.8
                dynamicFriction = 0.6
            }
            
            Material            
            {
                saturation = 1
                contrast = 1
                tintColor = 0.6,0.6,0.6,0 //1,1,1,0
                powerNear = 1.3 //0.75
                powerFar = 1.2 //0.75
                groundTexStart = 2500
                groundTexEnd = 8500
                steepPower = 18 //1
                steepTex = BUILTIN/lunar cliff face
                steepBumpMap = BUILTIN/Cliff (Layered Rock)_NRM
                steepNearTiling = 650
                steepTiling = 250
                lowTex = BUILTIN/RockyGround
                lowBumpMap = BUILTIN/RockyGround2
                lowNearTiling = 250
                lowMultiFactor = 500
                midTex = CTTP/Textures/PluginData/gravel.dds //BUILTIN/RockyGround
                midBumpMap = CTTP/Textures/PluginData/gravel_normal.dds //BUILTIN/RockyGround2
                midNearTiling = 450
                midMultiFactor = 250
                midBumpNearTiling = 850
                highTex = CTTP/Textures/PluginData/rock.dds //BUILTIN/RockyGround
                highBumpMap = CTTP/Textures/PluginData/rock_normal.dds //BUILTIN/RockyGround2
                highNearTiling = 850
                highMultiFactor = 150
                
                steepTexStart = 0.5
                steepTexEnd = 10000
                lowTexStart = 0.2
                lowTexEnd = 0.4
                highTexStart = 0.6
                highTexEnd = 0.7
                
                globalDensity = 1
                planetOpacity = 1
                oceanFogDistance = 0
            }
            
            FallbackMaterial
            {
                saturation = 1
                contrast = 1
                tintColor = 1,1,1,0
                texTiling = 4000
                texPower = 0.75
                multiPower = 0.75
                groundTexStart = 0
                groundTexEnd = 1200 //6000
                multiFactor = 24
                mainTex = BUILTIN/RockyGround
                planetOpacity = 1
            }
            
            Mods
            {
                VertexHeightMap
                {
                    map = Luna/textures/luna_ht3.dds
                    offset = 0
                    deformity = 2500 //1990.5
                    scaleDeformityByRadius = False
                    order = 1
                    enabled = True
                }    
                
                VertexHeightNoise
                {
                    deformity = 20 //120
                    frequency = 45
                    octaves = 8
                    persistence = 0.55
                    seed = 7568
                    noiseType = RiggedMultifractal
                    mode = Low
                    lacunarity = 3
                    order = 70
                    enabled = True
                }
                
                VertexColorMap
                {
                    map = Luna/textures/luna_diffuse3.dds
                    order = 90
                    enabled = true
                }
                
                VertexHeightNoiseVertHeightCurve2
                {
                    deformity = 100
                    ridgedAddSeed = 123456
                    ridgedAddFrequency = 12
                    ridgedAddLacunarity = 2
                    ridgedAddOctaves = 4
                    ridgedSubSeed = 654321
                    ridgedSubFrequency = 12
                    ridgedSubLacunarity = 2
                    ridgedSubOctaves = 4
                    simplexCurve
                    {
                        key = 0 0 0.1466263 0.1466263
                        key = 0.7922793 0.2448772 0.6761706 1.497418
                        key = 1 1 6.106985 6.106985
                    }
                    simplexHeightStart = 0
                    simplexHeightEnd = 6500
                    simplexSeed = 123456
                    simplexOctaves = 4
                    simplexPersistence = 0.6
                    simplexFrequency = 12
                    enabled = true
                    order = 200
                }
                HeightColorMap
                {
                    blend = 1
                    order = 500
                    enabled = false //true
                    
                    LandClasses
                    {
                        Class
                        {
                            name = Bottom
                            altitudeStart = 0
                            altitudeEnd = 0.7
                            color = 0.1,0.1,0.1,1.0
                            lerpToNext = true
                        }
                        Class
                        {
                            name = Base
                            altitudeStart = 0.7
                            altitudeEnd = 0.75
                            color = 0.9,0.9,0.9,1.0 //0.7,0.55,0.2,1.0
                            lerpToNext = true
                        }
                        Class
                        {
                            name = Low
                            altitudeStart = 0.75
                            altitudeEnd = 0.85
                            color = 0.7,0.6,0.4,1.0
                            lerpToNext = true
                        }
                        Class
                        {
                            name = Grad
                            altitudeStart = 0.85
                            altitudeEnd = 0.95
                            color = 1.0,0.9,0.7,1.0
                            lerpToNext = true
                        }
                        Class
                        {
                            name = High
                            altitudeStart = 0.95
                            altitudeEnd = 2
                            color = 0.95,0.95,0.9,1.0
                            lerpToNext = false
                        }
                    }    
                }
                
                LandControl
                {
                    altitudeBlend = 0
                    altitudeFrequency = 1
                    altitudeOctaves = 1
                    altitudePersistance = 1
                    altitudeSeed = 1
                    createColors = False
                    createScatter = True
                    latitudeBlend = 0
                    latitudeFrequency = 1
                    latitudeOctaves = 1
                    latitudePersistance = 1
                    latitudeSeed = 1
                    longitudeBlend = 0
                    longitudeFrequency = 1
                    longitudeOctaves = 1
                    longitudePersistance = 1
                    longitudeSeed = 1
                    useHeightMap = False
                    vHeightMax = 10000
                    order = 999999
                    enabled = True
                    name = Scatter
                    
                    scatters
                    {
                        Value
                        {
                            materialType = Diffuse
                            mesh = BUILTIN/boulder
                            castShadows = False
                            densityFactor = 1
                            material = BUILTIN/terrain_rock00
                            maxCache = 512
                            maxCacheDelta = 32
                            maxLevelOffset = 0
                            maxScale = 2.5
                            maxScatter = 20
                            maxSpeed = 1000
                            minScale = 0.15
                            recieveShadows = False
                            name = Rock00
                            seed = 231123
                            verticalOffset = 0
                            delete = False
                            Material
                            {
                                color = 0.679104447,0.679104447,0.679104447,1
                                mainTex = BUILTIN/lunar cliff face
                            }
                        }
                    }
                    
                    landClasses
                    {
                        Value
                        {
                            alterApparentHeight = 0
                            alterRealHeight = 0
                            color = 0,0,0,0
                            coverageBlend = 0
                            coverageFrequency = 1
                            coverageOctaves = 1
                            coveragePersistance = 1
                            coverageSeed = 1
                            name = Base
                            latDelta = 1
                            latitudeDouble = False
                            lonDelta = 1
                            minimumRealHeight = 0
                            noiseBlend = 0
                            noiseColor = 0,0,0,0
                            noiseFrequency = 1
                            noiseOctaves = 1
                            noisePersistance = 1
                            noiseSeed = 1
                            delete = False
                            altitudeRange
                            {
                                endEnd = 1
                                endStart = 1
                                startEnd = 0
                                startStart = 0
                            }
                            latitudeDoubleRange
                            {
                                endEnd = 1
                                endStart = 1
                                startEnd = 0
                                startStart = 0
                            }
                            latitudeRange
                            {
                                endEnd = 1
                                endStart = 1
                                startEnd = 0
                                startStart = 0
                            }
                            longitudeRange
                            {
                                endEnd = 2
                                endStart = 2
                                startEnd = -1
                                startStart = -1
                            }
                            scatters
                            {
                                Value
                                {
                                    density = 1
                                    scatterName = Rock00
                                    delete = False
                                }
                            }
                        }
                    }
                }
                
            }
        }
        
    }
}

There are several voices that I don't understand, especially for soil textures. How do I set when to show one rather than the other?

These voices what do they do exactly?

Spoiler

                steepTexStart = 0.4 //20000
                steepTexEnd = 50000 //50000
                lowTexStart = 0.6 //0.2
                lowTexEnd = 0.62 //0.4
                midTexStart = 0.62 //0.4
                midTexEnd = 0.85// 0.6
                highTexStart = 0.85 //0.6
                highTexEnd = 1 //0.7
---------------------------------------------------------

               globalDensity = -8E-06


I'm changing numbers even extreme value, but nothing seems to happen. From what I understand, based on the camera's altitude, it should display the High > Mid > Low textures in sequence, to which you can give different tiling values, Right?
Instead, only the High texture (yellow in the screen) appears to me and the SteepTex (red)

Any other correction or addition to do?

Last thing, how is the entry to increase the number of scatter objects

There are other small things that I can't fix, but for now I will stop :-D
Many thanks for the patience :-)

Some screen:
(actually i'm using a temp texture to see better)
screenshot1.png screenshot4.png

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

screenshot19.pngscreenshot28.png

Edited by Simog
Link to comment
Share on other sites

@The White Guardian, I need help with my planet.

It seems to be bumpy (very large bumps, too) for no reason I can find, and it's not loading my heightmap (I checked by looking at the planet's limb and terminator, as well as setting deformity stupidly high). I tried messing with the PQS and ScaledVersion stuff, I even tried setting  extreme values and removing it altogether, to no effect. It keeps the bumps no matter what I do. It also won't render my atmosphere (although it is definitely present), but that's probably an issue with my Scatterer config (I haven't tried without since removing scatterer deletes the visuals for all atmospheres, including stock)

Here's my config (yes, I know those values aren't very typical. I wanted a low density planet with a Titan-like atmosphere)

Spoiler

@Kopernicus:AFTER[Kopernicus]
{
	Body
	{
		name = Tyrin
		Template
		{
			name = Duna
			removeAllPQSMods = true
		}
		Properties
		{
			description = This world seems almost unnaturaly light, almost as if it was hollowed out. While Kerbal scientists insist that there is a perfectly natural explanation, it is generally agreed that this was the work of the Kraken.
			radius = 900000
			geeASL = 0.35
			rotates = true
			rotationPeriod = 54000
			tidallyLocked = false
			initialRotation = 0
			isHomeworld = false
			timewarpAltitudeLimits 200000 200000 200000 250000 400000 500000 650000 800000
			ScienceValues
			{
				landedDataValue = 8
				splashedDataValue = 8
				flyingLowDataValue = 7
				flyingHighDataValue = 5
				inSpaceLowDataValue = 3
				inSpaceHighDataValue = 2
				recoveryValue = 6
				flyingAltitudeThreshold = 19000
				spaceAltitudeThreshold = 500000
			}
		}
		Orbit
		{
			referenceBody = Sun
			color = 0.4, 0.5, 0.4, 0.7
			semiMajorAxis = 33710818201
			eccentricity = 0.065
			inclination = 3
			longitudeOfAscendingNode = 280
			argumentOfPeriapsis = 90
			meanAnomalyAtEpoch = 1.8
			epoch = 0
		}
		Atmosphere
		{
			enabled = true
			oxygen = false
			altitude = 200000
			temperatureSeaLevel = 170			
			staticPressureASL = 1013.3
			pressureCurve
			{
				key = 0 1013.3 0 -0.0011111
				key = 2000 811.35 -8.8971E-4 -8.8971E-4
				key = 6000 520.22 -5.7046E-4 -5.7046E-4
				key = 10000 333.55 -3.6577E-4 -3.6577E-4
				key = 20000 141.55 -6.6524E-5 -6.6524E-5
				key = 40000 54.614 -2.5666E-5 -2.5666E-5
				key = 60000 21.071 -9.9026E-6 -9.9026E-6
				key = 90000 5.0497 -2.3732E-6 -2.3732E-6
				key = 120000 0.75169 -5.2999E-7 -5.2999E-7
				key = 150000 0.088188 -6.2167E-8 -6.2167E-8
				key = 200000 0 0 0
			}
			temperatureCurve
			{
				key = 0 170 0 0
				key = 2000 175 0.003 0.003
				key = 6000 200 0.008 0.008
				key = 10000 240 0.013 0.013
				key = 20000 360 0.001 0.001
				key = 40000 300 -0.005 -0.005
				key = 60000 180 -0.005 -0.005
				key = 90000 130 0.001 0.001
				key = 120000 170 0 0
				key = 150000 120 -0.0009 -0.0009
				key = 200000 0 0
			}
		}
		ScaledVersion
		{
			Material
			{
				texture = KrakenSystem/PluginData/Tyrin_color.png
				normals = KrakenSystem/PluginData/Tyrin_normal.png
				shininess = 0
				specular = 0.0,0.0,0.0,1.0
				fadeStart = 0
				fadeEnd = 150000
				rimPower = 3
				rimBlend = 0.2
				Gradient
				{
					0.0 = 1.0, 0.6, 0.2, 0.6
					0.3 = 0.5, 0.7, 0.7, 0.4
					0.8 = 0.2, 0.4, 0.6, 0.4
					1.0 = 0.0, 0.0, 0.0, 0.0
				}
			}
		}
		PQS
		{
			Mods
			{
				VertexHeightMap
				{
					map = KrakenSystem/PluginData/Tyrin_height.png
					deformity = 10000
					offset = -200
					scaleDeformityByRadius = false
					enabled = true
					order = 20
				}
				VertexColorMap
				{
					map = KrakenSystem/PluginData/Tyrin_color.png
					order = 20
					enabled = true
				}
				VertexHeightNoiseVertHeightCurve2
				{
					deformity = 100
					ridgedAddSeed = 421124
					ridgedAddFrequency = 12
					ridgedAddLacunarity = 12
					ridgedAddOctaves = 4
					ridgedSubSeed = 124421
					ridgedSubFrequency = 12
					ridgedSubLacunarity = 2
					ridgedSubOctaves = 4
					simplexCurve
					{
						key = 0 0 0.1466263 0.1466263
						key = 0.7922793 0.2448772 0.6761706 1.497418
						key = 1 1 6.106985 6.106985
					}
					simplexHeightStart = 0
					simplexHeightEnd = 6500
					simplexSeed = 421124
					simplexOctaves = 4
					simplexPersistence = 0.6
					simplexFrequency = 12
					enabled = true
					order = 200
				}
			}
		}
	}
}

 

I'd really like to get this to work so that I could try my hand at making a planet pack of my own. Also, do you know anywhere good to go to find information on the parts you didn't cover like biomes, other PQS/Ocean mods, etc.?

 

Update: I just made a Pan-like moon for this planet by copying the config and changing the maps, orbit, size, and deformity, and it doesn't have any problems. Now I'm even more confused, since the only thing different that should affect that is the deformity, and I already tried changing that on Tyrin. Is there some size above which it becomes more difficult to make work properly?

Edited by WarriorSabe
New information
Link to comment
Share on other sites

@WarriorSabe

Your heightmap problems are likely a result of OnDemandLoading. Try moving the heightmap out of the 'PluginData' folder and remove the filetype extension from the heightmap.

In any case, head into [KSPDirectory]/logs/Kopernicus/Tyrin.body and send me the contents in a comment (through please use a spoiler ;) )

These logfiles are generated by Kopernicus when loading and thus should identify any potential problems. If any of your planets ever fail to load for some reason, the logfiles have the answer.

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...