Jump to content

Help making planets with Kopernicus


chicote_angi

Recommended Posts

Hello! First of all, sorry if I misplaced the topic or something, I'm new to the forum.

Well, the thing is that I've been trying to make planets with Kopernicus, but my planet doesn't show up in the game! I'm a newbie at this, so I need help. Here is the .cfg file:

 

Spoiler

@Kopernicus:AFTER[Kopernicus]
{
    Body
    {
        name = Planet1
        

        }
        Properties
        {
            description = Description. Write later.
            radius = 200000
            geeASL = 0.2
            mass = 2.5263617E+20
            isHomeWorld = false
            tidallyLocked = false
            rotates = true
            rotationPeriod = 36090
            timewarpAltitude = 0 5000 10000 15000 30000 50000 90000
            ScienceValue
            {
            landedDataValue = 10
            splashedDataValue = 7
            flyingLowDataValue = 9
            lyingHighDataValue = 7
            inSpaceLowDataValue = 4.89
            inSpaceHighDataValue = 3.6
            recoveryValue = 0
            flyingAltitudeThreshold = 30000
            spaceAltitudeThreshold = 500000
            }

            Orbit
            {
                referenceBody = Sun
                semiMajorAxis = 4678597376
                inclination = 2
                eccentricity = 0.45
                longitudeOfAscendingNode = 80
                argumentOfPeriapsis = 180
                meanAnomalyAtEpoch = 12
                epoch = 4
                color = 1.0,0.5,0.5,1.0
            }
            PQS
            {
                Mods
                {
                    VertexHeightMap
                    {

                        deformity = 4
                        scaleDeformityByRadius = false
                        offset = 1
                        enable = true
                        order = 10
                    }
                    VertexSimplexHeight
                    {
                        seed = 670000
                        deformity = 1700.0
                        octaves = 12.0
                        persistence = 0.5
                        frequency = 4.0
                        enabled = true
                        order = 21
                        }
                    VertexSampleHeightAbsolute
                    {
                        name = Alpha
                        deformity = 3000
                        octaves = 3
                        persistence = 0.5
                        frequency = 1
                        seed = 567
                        enabled = true
                        order = 2
                    }
                    VertexSimplexHeightAbsolute
                    {
                          name = Beta
                          seed = 456
                          deformity = 2500
                          octaves = 3
                        	persistence = 0.5
                        	frequency = 1
                        	enabled = true
                        	order = 3
                      }

                      VertexSimplexNoiseColor
                      {
                          seed = 45
                          blend = 1.0
                          colorStart = 0.33,0.2784313,0.2784313,1
                          colorEnd = 0.13,0.1294117,0.1294117,1
                          octaves = 12.0
                          persistence = 0.5
                          frequency = 2.0
                          enabled = true
                          order = 200
                          }

                          VoronoiCraters
                  				{
                  					deformation = 500
                  					voronoiSeed = 999
                  					voronoiDisplacement = 0
                  					voronoiFrequency = 4
                  					CraterCurve
                  					{
                  						key = -0.9982381 -0.7411783 -0.06500059 -0.06500059
                  						key = -0.9332262 -0.7678316 -0.2176399 -0.2176399
                  						key = -0.8990405 -0.7433339 -2.560626 -2.560626
                  						key = -0.7445966 -0.8581167 0.4436148 0.4436148
                  						key = -0.4499771 -0.1392395 5.289535 5.289535
                  						key = -0.4015177 0.2551735 9.069458 -2.149609
                  						key = -0.2297457 0.002857953 -0.4453675 -0.4453675
                  						key = 0.2724952 0.00423781 -0.01884932 -0.01884932
                  						key = 0.9998434 -0.004090764 0.01397126 0.01397126
                  					}
                  					simplexSeed = 123123
                  					simplexOctaves = 3
                  					simplexPersistence = 0.5
                  					simplexFrequency = 120
                  					jitter = 0.1
                  					jitterHeight = 3
                  					JitterCurve
                  					{
                  						key = -1.000701 0.4278412 0.1577609 0.1577609
                  						key = -0.7884969 0.09487452 -0.7739663 -0.7739663
                  						key = -0.6091803 0.072019 0.123537 0.123537
                  						key = -0.3930514 0.3903495 3.300831 3.300831
                  						key = -0.3584836 0.8643304 0.07139917 0.07139917
                  						key = -0.2988068 0.002564805 -0.01814346 -0.01814346
                  						key = 0.9970253 0.003401639 0 0
                  					}
                  					rFactor = 1
                  					rOffset = 1
                  					colorOpacity = 0.7
                  					DebugColorMapping = False
                  					enabled = True
                  					order = 100
                  				}

                      HeightColorMap
                        {
                        	blend = 0.5
                        	enabled = true
                        	order = 9 //make this number higher than the HeightMods
                        	LandClasses
                        	{
                        		Class
                        		{
                        			name = Base
                        			altitudeStart = 0
                        			altitudeEnd = 0.1
                        			color = 0.1,0.1,0.1,1.0
                        			lerpToNext = true
                        		}
                        		Class
                        		{
                        			name = Low
                        			altitudeStart = 0.1
                        			altitudeEnd = 0.6
                        			color = 0.1,0.1,0.6,1.0
                        			lerpToNext = true
                        		}
                        		Class
                        		{
                        			name = Mid
                        			altitudeStart = 0.6
                        			altitudeEnd = 0.8
                        			color = 0.2,0.2,0.8,1.0
                        			lerpToNext = true
                        		}
                        		Class
                        		{
                        			name = High
                        			altitudeStart = 0.8
                        			altitudeEnd = 2
                        			color = 1.0,1.0,1.0,0.8
                        			lerpToNext = false
                        		}
                        	}
                        }
                }
            }
          }
        }

        }
    }
}

 

Please tell me what's wrong and what can I do. Also, the Kopernicus log file:

Spoiler

//===============================================================================================================//
//=====  Kopernicus 1.1.3-1 - (BuildDate: 04.07.2016 19:47:37; AssemblyHash: 8+hAbAwc1tawplHVoco1Ej+9agw=)  =====//
//===============================================================================================================//
[LOG 16:43:36]: Logger "Planet1.Body" was created
[LOG 16:43:36]: Parsing Target name in (Kopernicus.Configuration.Body) as (System.String)
[LOG 16:43:36]: Parsing Target Template in (Kopernicus.Configuration.Body) as (Kopernicus.Configuration.TemplateLoader)
[LOG 16:43:36]: Parsing Target cacheFile in (Kopernicus.Configuration.Body) as (System.String)
[LOG 16:43:36]: Parsing Target cbNameLater in (Kopernicus.Configuration.Body) as (System.String)
[LOG 16:43:36]: Parsing Target flightGlobalsIndex in (Kopernicus.Configuration.Body) as (Kopernicus.Configuration.NumericParser`1[System.Int32])
[LOG 16:43:36]: Parsing Target finalizeOrbit in (Kopernicus.Configuration.Body) as (Kopernicus.Configuration.NumericParser`1[System.Boolean])
[LOG 16:43:36]: Parsing Target randomMainMenuBody in (Kopernicus.Configuration.Body) as (Kopernicus.Configuration.NumericParser`1[System.Boolean])
[LOG 16:43:36]: Parsing Target Properties in (Kopernicus.Configuration.Body) as (Kopernicus.Configuration.PropertiesLoader)
[LOG 16:43:36]: Parsing Target Orbit in (Kopernicus.Configuration.Body) as (Kopernicus.Configuration.OrbitLoader)
[LOG 16:43:36]: Parsing Target ScaledVersion in (Kopernicus.Configuration.Body) as (Kopernicus.Configuration.ScaledVersionLoader)
[LOG 16:43:36]: Parsing Target Atmosphere in (Kopernicus.Configuration.Body) as (Kopernicus.Configuration.AtmosphereLoader)
[LOG 16:43:36]: Parsing Target PQS in (Kopernicus.Configuration.Body) as (Kopernicus.Configuration.PQSLoader)
[LOG 16:43:36]: Parsing Target Ocean in (Kopernicus.Configuration.Body) as (Kopernicus.Configuration.OceanLoader)
[LOG 16:43:36]: Parsing Target SpaceCenter in (Kopernicus.Configuration.Body) as (Kopernicus.Configuration.SpaceCenterLoader)
[LOG 16:43:36]: Parsing Target Debug in (Kopernicus.Configuration.Body) as (Kopernicus.Configuration.DebugLoader)
[LOG 16:43:36]: Parsing Target barycenter in (Kopernicus.Configuration.Body) as (Kopernicus.Configuration.NumericParser`1[System.Boolean])
[LOG 16:43:36]: [Kopernicus]: Planet1 is using custom cache file 'C:/Games/Kerbal Space Program v1.1.3.1289/KSP_x64_Data/../GameData\Planet1/Cache/Planet1.bin' in 'C:/Games/Kerbal Space Program v1.1.3.1289/KSP_x64_Data/../GameData\Planet1/Cache'
[LOG 16:43:36]: [Kopernicus]: Body.PostApply(ConfigNode): Loading cached scaled space mesh: Planet1
[LOG 16:43:36]: --------- Celestial Body ------------
[LOG 16:43:36]: bodyName = Planet1
[LOG 16:43:36]: bodyDescription = A mysterious uncharted celestial body.
[LOG 16:43:36]: GeeASL = 0
[LOG 16:43:36]: Radius = 0
[LOG 16:43:36]: Mass = 0
[LOG 16:43:36]: Density = 0
[LOG 16:43:36]: SurfaceArea = 0
[LOG 16:43:36]: gravParameter = 0
[LOG 16:43:36]: sphereOfInfluence = Infinity
[LOG 16:43:36]: hillSphere = 0
[LOG 16:43:36]: gMagnitudeAtCenter = 0
[LOG 16:43:36]: atmDensityASL = 0
[LOG 16:43:36]: navballSwitchRadiusMult = 0.06
[LOG 16:43:36]: navballSwitchRadiusMultLow = 0.055
[LOG 16:43:36]: use_The_InName = False
[LOG 16:43:36]: isHomeWorld = False
[LOG 16:43:36]: ocean = False
[LOG 16:43:36]: oceanUseFog = True
[LOG 16:43:36]: oceanFogPQSDepth = 1000
[LOG 16:43:36]: oceanFogPQSDepthRecip = 0.001
[LOG 16:43:36]: oceanFogDensityStart = 0.015
[LOG 16:43:36]: oceanFogDensityEnd = 0.13
[LOG 16:43:36]: oceanFogDensityPQSMult = 0.02
[LOG 16:43:36]: oceanFogDensityAltScalar = -0.0008
[LOG 16:43:36]: oceanFogDensityExponent = 1
[LOG 16:43:36]: oceanFogColorStart = RGBA(0.000, 0.337, 0.486, 1.000)
[LOG 16:43:36]: oceanFogColorEnd = RGBA(0.000, 0.084, 0.122, 1.000)
[LOG 16:43:36]: oceanFogDawnFactor = 10
[LOG 16:43:36]: oceanSkyColorMult = 1.2
[LOG 16:43:36]: oceanSkyColorOpacityBase = 0.2
[LOG 16:43:36]: oceanSkyColorOpacityAltMult = 2
[LOG 16:43:36]: oceanDensity = 1
[LOG 16:43:36]: oceanAFGBase = 0.6
[LOG 16:43:36]: oceanAFGAltMult = 0.05
[LOG 16:43:36]: oceanAFGMin = 0.05
[LOG 16:43:36]: oceanSunBase = 0.5
[LOG 16:43:36]: oceanSunAltMult = 0.01
[LOG 16:43:36]: oceanSunMin = 0.05
[LOG 16:43:36]: oceanAFGLerp = False
[LOG 16:43:36]: oceanMinAlphaFogDistance = 200
[LOG 16:43:36]: oceanMaxAlbedoFog = 0.95
[LOG 16:43:36]: oceanMaxAlphaFog = 0.9
[LOG 16:43:36]: oceanAlbedoDistanceScalar = 0.01
[LOG 16:43:36]: oceanAlphaDistanceScalar = 0.01
[LOG 16:43:36]: atmosphere = False
[LOG 16:43:36]: atmosphereContainsOxygen = False
[LOG 16:43:36]: atmosphereDepth = 0
[LOG 16:43:36]: atmosphereTemperatureSeaLevel = 288
[LOG 16:43:36]: atmospherePressureSeaLevel = 101.325
[LOG 16:43:36]: atmosphereMolarMass = 0.0289644
[LOG 16:43:36]: atmosphereAdiabaticIndex = 1.4
[LOG 16:43:36]: atmosphereTemperatureLapseRate = 0
[LOG 16:43:36]: atmosphereGasMassLapseRate = 0
[LOG 16:43:36]: atmosphereUseTemperatureCurve = False
[LOG 16:43:36]: atmosphereTemperatureCurveIsNormalized = False
[LOG 16:43:36]: atmosphereTemperatureCurve = FloatCurve
[LOG 16:43:36]: latitudeTemperatureBiasCurve = FloatCurve
[LOG 16:43:36]: latitudeTemperatureSunMultCurve = FloatCurve
[LOG 16:43:36]: axialTemperatureSunMultCurve = FloatCurve
[LOG 16:43:36]: axialTemperatureSunBiasCurve = FloatCurve
[LOG 16:43:36]: atmosphereTemperatureSunMultCurve = FloatCurve
[LOG 16:43:36]: maxAxialDot = 0
[LOG 16:43:36]: eccentricityTemperatureBiasCurve = FloatCurve
[LOG 16:43:36]: albedo = 0.35
[LOG 16:43:36]: emissivity = 0.65
[LOG 16:43:36]: coreTemperatureOffset = 0
[LOG 16:43:36]: convectionMultiplier = 1
[LOG 16:43:36]: shockTemperatureMultiplier = 1
[LOG 16:43:36]: atmosphereUsePressureCurve = False
[LOG 16:43:36]: atmospherePressureCurveIsNormalized = False
[LOG 16:43:36]: atmospherePressureCurve = FloatCurve
[LOG 16:43:36]: radiusAtmoFactor = 1
[LOG 16:43:36]: rotation = (0.0, 0.0, 0.0, 0.0)
[LOG 16:43:36]: orbitDriver = 
[LOG 16:43:36]: pqsController = 
[LOG 16:43:36]: scaledBody = 
[LOG 16:43:36]: afg = 
[LOG 16:43:36]: rotates = False
[LOG 16:43:36]: rotationPeriod = 0
[LOG 16:43:36]: solarDayLength = 0
[LOG 16:43:36]: solarRotationPeriod = False
[LOG 16:43:36]: initialRotation = 0
[LOG 16:43:36]: rotationAngle = 0
[LOG 16:43:36]: directRotAngle = 0
[LOG 16:43:36]: angularVelocity = [0, 0, 0]
[LOG 16:43:36]: zUpAngularVelocity = [0, 0, 0]
[LOG 16:43:36]: tidallyLocked = False
[LOG 16:43:36]: inverseRotation = False
[LOG 16:43:36]: inverseRotThresholdAltitude = 15000
[LOG 16:43:36]: angularV = 0
[LOG 16:43:36]: timeWarpAltitudeLimits = 
[LOG 16:43:36]: atmosphericAmbientColor = RGBA(0.000, 0.000, 0.000, 0.000)
[LOG 16:43:36]: orbitingBodies = System.Collections.Generic.List`1[CelestialBody]
[LOG 16:43:36]: progressTree = 
[LOG 16:43:36]: bodyType = Generic
[LOG 16:43:36]: scienceValues = 
[LOG 16:43:36]: BiomeMap = 
[LOG 16:43:36]: bodyTransform = 
[LOG 16:43:36]: --------------------------------------

 

Thanks in advance, I hope I can do something because I've been like two weeks wondering!

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...