Jump to content

[1.8.1-1] [PLEASE FORK ME] Kopernicus & KittopiaTech


Thomas P.

Recommended Posts

2 hours ago, OhioBob said:

I don't know if there's a minimum, but I've gone as small as 7000 meters and it worked.  Never tried anything smaller than that.

BTW, I think your config needs to include a template.  I'm not sure it will work without one.  Try something like this:


@Kopernicus:AFTER[Kopernicus]
{
	Body
	{
		name = Peor
		Template
		{
			name = Moho
			removeAllPQSMods = True		// If you do this, you'll need to add back whatever PQSmods you need.
		}
		Properties
		{
			...

 

I did have a template before but I removed it because I thought it was causing the problem. Get the same issue with or without it. I guess Kopernicus just freaks out with something that small.

Link to comment
Share on other sites

I once worked on a moon that was 5km in radius. I don't know how small you can get beyond that though. I'd try 3km to see if it works with that small a radius.

Edited by Astrofox
Link to comment
Share on other sites

So i'm trying to create solar panel-type things that only produce power in darkness. Im calling them Disphotovoltaics. To do this, I have created a custom part module. and I was wondering if what i have will work if the vessel is around a star other than the sun.

using System;
using UnityEngine;


namespace AzraqamaAerospace
{
    public class ModuleStockDisphotovoltaicPanel : ModuleDeployableSolarPanel
    {
        ModuleResourceHandler hand;
        public double currentFlux;

        public override void OnStart(StartState state)
        {

            //find sun
            CelestialBody sun = FlightIntegrator.sunBody;
        }

        void Update()
        {
            if (FlightGlobals.ActiveVessel.directSunlight)
            {
                currentFlux = FlightIntegrator.ActiveVesselFI.solarFlux *= FlightIntegrator.ActiveVesselFI.solarFluxMultiplier;
                hand.UpdateModuleResourceOutputs();
            }
        }
    }
}

 

Link to comment
Share on other sites

On 7/3/2018 at 6:22 AM, Galileo said:

Yep I here has been some minor work done, but I think the dev plans to wait until 1.4.5 since squad has already made it clear that it’s coming quick on the heels of 1.4.4 :/ 

Geez, there is going to be another microupdate after the last one? Think I will stop updating everything again. lol

Edited by demibear
Link to comment
Share on other sites

Additional content has been removed from the thread.  A request for 1.4.4 update-- not appropriate, given that the topic has very recently been discussed, just a few posts ago-- followed by people piling on and wagging irate fingers at the person who asked the question.

To folks eager for a Kopernicus update:  Yes, the author's aware of the situation.  The question has been asked and answered, just a few posts ago.  Please don't pester mod authors for updates.  It doesn't help, and it gets in their way while they're trying to get stuff done.

To folks expressing irritation with the mod-pesterer:  Folks, please try to go easy on the finger-wagging if you're not a moderator.  Newbies make mistakes.  If someone does something you feel to be inappropriate, please don't respond.  Just report the post and the moderators will look into the matter.  And once you've reported it... do not engage.

Thank you for your understanding.

Link to comment
Share on other sites

hi all, hi ave KSP 1.4.3, but during the initial loading,the game tells me Kopernicus doesn't support the game version, and it doesn't load the mod.

can anyone help me to fix this issue?
thanks

Edited by Milvus
Link to comment
Share on other sites

2 hours ago, Milvus said:

hi all, hi ave KSP 1.4.3, but during the initial loading,the game tells me Kopernicus doesn't support the game version, and it doesn't load the mod.

can anyone help me to fix this issue?
thanks

Sounds like you accidentally loaded a wrong version, maybe the 1.3.1 backport. Make sure you get the latest release for 1.4.3: https://github.com/Kopernicus/Kopernicus/releases/tag/release-1.4.3-2

Link to comment
Share on other sites

On 7/9/2018 at 2:00 PM, 4x4cheesecake said:

Sounds like you accidentally loaded a wrong version, maybe the 1.3.1 backport. Make sure you get the latest release for 1.4.3: https://github.com/Kopernicus/Kopernicus/releases/tag/release-1.4.3-2

THANKYOU, i have solved the problem, but all the progress with missions, research bodies, and milestone, has been lost

Link to comment
Share on other sites

Some content has been removed, in which a person quoted a nearly year-old post to try to continue an argument that was long ago put to bed, followed by response from folks who were willing to feed the flames.

Folks, a gentle reminder:

  • This is a place to find out latest news about the mod, or to seek answers for technical problems with it.
  • This is not a place to air grievances.
  • This is not a place to complain that the maintainers of the mod-- who have been putting lots of their personal time into maintaining it, in order to give people shiny toys for free-- are Doing It Wrong™.  Not only do they not owe anyone anything, but they also presumably know their business after maintaining this mod for multiple years.
  • This is not a place to get into an argument over How Modders Should Mod.  It ends up in a flame war and nobody wins.
  • It's fine to ask polite, non-demanding questions.  It's not okay to tell people how to do what they do-- particularly when what they're doing is "hard work to give you something for free".  You are, of course, free to create your own mods if you don't care for the mods that other people choose to maintain.

Thank you for your understanding.

Link to comment
Share on other sites

Adding to what Snark said, if you see a post which you think is out of line, please report it and let the moderators deal with it rather than answer it yourself. If the other party is going to get mad about it, let them get mad at us, the moderators, while you get on with your life and do more pleasant things than argue with each other. 

Link to comment
Share on other sites

3 hours ago, Turf said:

Provided that I use the correct version, is it okay to use this mod in my previous saves (the saves without this mod)?

Kopernicus by itself doesn't change anything.  It's a tool that allows other mod developer to add and change planets.  It should be safe to add Kopernicus, but there's no reason to do so unless you plan to add some other mod that uses it.  So the question should be whether or not the other mod break your saves.  The answer to that is, it depends.  Some will and some won't.

Link to comment
Share on other sites

I've encountered a problem, every rocky planet I created always gets it's light from somewhere completely random. About 90 degrees from where the Sun actually is, and mind you I have no other stars in my game.

Another random question, has KittopiaTech been updated for ksp and kopernicus 1.4.2-3

Link to comment
Share on other sites

1 minute ago, qazqazqaz said:

I've encountered a problem, every rocky planet I created always gets it's light from somewhere completely random. About 90 degrees from where the Sun actually is, and mind you I have no other stars in my game.

Another random question, has KittopiaTech been updated for ksp and kopernicus 1.4.2-3

This is due to saving your normal maps incorrectly, and no, kittopia only works on 1.3.1 right now.

Link to comment
Share on other sites

On 7/9/2018 at 2:00 PM, 4x4cheesecake said:

Sounds like you accidentally loaded a wrong version, maybe the 1.3.1 backport. Make sure you get the latest release for 1.4.3: https://github.com/Kopernicus/Kopernicus/releases/tag/release-1.4.3-2

I downloaded and installed that, and it told me not to open my savegames.

I do, however, recall someone saying this is just the mod's built-in safeties being a bit overzealous. Can anybody confirm?

Link to comment
Share on other sites

4 minutes ago, Angstinator said:

I downloaded and installed that, and it told me not to open my savegames.

I do, however, recall someone saying this is just the mod's built-in safeties being a bit overzealous. Can anybody confirm? 

Kopernicus is version locked and has to run in the KSP version it is build for. If you use any other version, the warning not to open a savegame will appear because kopernicus will not be loaded. So if you use a planet pack or any other universe altering mod, you probably break your savegame.
So...no, it's not overzealous, it's just for the safety of your savegame.

Link to comment
Share on other sites

1 hour ago, Angstinator said:

I downloaded and installed that, and it told me not to open my savegames.

I do, however, recall someone saying this is just the mod's built-in safeties being a bit overzealous. Can anybody confirm?

It could also be that you're using some other mod that's broken.  If a mod, such as a planet pack, that uses Kopernicus has an error in it that prevents Kopernicus from loading it correctly, Kopernicus will display an error and will warn you not to open your saved games.  So just because Koprnicus is producing the error message, there's a good chance that Kopernicus is not the problem.  You may have to do some further debugging to try to isolate the cause of the error.

Link to comment
Share on other sites

Greetings, fellow Kerbonauts! I've gotten back into this game after a long hiatus, and discovered Kopernicus just the other day.

First off: thanks to @Thomas P., @KillAshley, @the-white-guardian, and everyone else who's poured in so much time and effort into this amazing mod!

Being new to Kopernicus, understandably, I have a few questions. And this thread is so long it's difficult to take in all the information here, so apologies if these have been addressed and my search-fu is weak!

1. Is there a way to give celestial bodies obliquity (i.e. axial tilt)? If so, what does the full node structure of this look like?

2. I've so far been tinkering with the example Hodor, and am running into irregularity with how my modded version displays in the map mode.

Basically: I tweaked the PSQ parameters to make it look more realistic. It looks OK from orbit. But when I open up the map (or tracker), the ScaledVersion looks like the default Gilly lump of cottage cheese. Hopefully screen shots will illustrate...

(Attempting to hide spammy stuff behind a cut...)

Spoiler

 

Before updating the sphere in Kittopia...

v64OR4S.png

After updating in Kittopia...

HD383IM.png

Hopefully the logs I've encoded here are the correct ones.


@Kopernicus:AFTER[KOPERNICUS] 
{
    @Body[Kerbin]
	{
	    obliquity = 15.5
	}
    // Carbon copy gilly into orbit around Kerbin
    Body
    {
       Debug //Now we want both to be true.
       {
           exportMesh = true
           update = true
       }
        name = Hodor
        cacheFile = KopernicusExamples/Creating New Bodies/ProceduralBody/Cache/Hodor.bin
        
        Template
        {
            name = Gilly
            
            // Remove unnecessary PQSMods for our new body
            //removePQSMods = PQSLandControl
			removeAllPQSMods = True
        }
        Properties
        {
            // Change the description
            description = Wait, what?  When did this show up?  You know what ... ALIENS!
            
            // triple the radius
            radius = 50000
            
            // triple the radius of a sphere, the volume increases 27x (n^3) (we'll just assume uniform density).
            // mass increase by 27
            //mass = 3.3535382e+18
            
            // acceleration = GM / r^2
            // calculated constant of graviation using gilly numbers, G = 6.667197e-11
            // punch in Hodor numbers -> (0.147 m/s^2 ASL)
            geeASL = 0.0149847093
        }
        
        // Update ScaledSpace textures otherwise your world will appear the same as the templated world
//        ScaledVersion
//        {
//            Material
//            {
//                texture = KopernicusExamples/Creating New Bodies/ProceduralBody/PluginData/Hodor_color.dds
//                normals = KopernicusExamples/Creating New Bodies/ProceduralBody/PluginData/Hodor_normal.dds
//				mapMaxHeight = 1500
//            }
//        }
        Orbit
        {
            referenceBody = Kerbin
            color = XKCD.Maroon
            inclination = 2
            eccentricity = 0.01
            semiMajorAxis = 6000000 
            longitudeOfAscendingNode = 0
            argumentOfPeriapsis = 0
            meanAnomalyAtEpoch = 0
            epoch = 0
        }
        PQS
        {
            maxQuadLengthsPerFrame = 0.03
            minLevel = 2
            maxLevel = 10
            minDetailDistance = 8
            
            Mods
            {               
                VertexSimplexNoiseColor
                {
                    seed = 111
                    blend = 1.0
                    colorStart = 0.13, 0.11, 0.02, 1.0
                    colorEnd = 0.6, 0.5, 0.4, 1.0
                    octaves = 6.0
                    persistence = 0.5
                    frequency = 4
                    enabled = true
                    order = 100
                }
                // A name = value must be entered, as we use this mod twice on the same body
                //
                // Lets call this one Base
                VertexSimplexHeightAbsolute
                {
                    name = Base
                    seed = 222
                    deformity = 3000
                    octaves = 4
                    persistence = 0.75
                    frequency = 0.5
                    enabled = true
                    order = 5
                }
                
                // And let's call this one Ridges
                VertexSimplexHeightAbsolute
                {
                    name = Ridges
                    seed = 111
                    deformity = 1000
                    octaves = 4
                    persistence = 0.5
                    frequency = 3
                    enabled = true
                    order = 10
                }
                VertexHeightNoise
                {
                    noiseType = RiggedMultifractal
                    deformity = 300
                    seed = 111
                    frequency = 3
                    lacunarity = 2.5
                    persistance = 0.5
                    octaves = 6
                    mode = Low
                    enabled = true
                    order = 19
                }
				VoronoiCraters
				{
					colorOpacity = 0.7
					DebugColorMapping = False
					deformation = 1000
					jitter = 0.1
					jitterHeight = 3
					rFactor = 1
					rOffset = 1
					simplexFrequency = 120
					simplexOctaves = 3
					simplexPersistence = 0.5
					simplexSeed = 123123
					voronoiDisplacement = 0
					voronoiFrequency = 5
					voronoiSeed = 824
					order = 101
					enabled = True
					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
					}
					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
					}
				}
				VoronoiCraters
				{
					colorOpacity = 0.7
					DebugColorMapping = False
					deformation = 200
					jitter = 0.1
					jitterHeight = 2
					rFactor = 1
					rOffset = 1.1
					simplexFrequency = 300
					simplexOctaves = 3
					simplexPersistence = 0.5
					simplexSeed = 123123
					voronoiDisplacement = 0
					voronoiFrequency = 6
					voronoiSeed = 462
					order = 100
					enabled = True
					CraterCurve
					{
						key = -0.9963056 -0.7950293 -0.1902251 -0.1902251
						key = -0.9520697 -0.8223228 -0.6806358 -0.6806358
						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.08363447 -0.4453675 -0.4453675
						key = 0.2817185 0.01192154 0.01421198 0.01421198
						key = 1.000876 0.001117015 0.01397126 0.01397126
					}
					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.3141366 0.9276265 0 0
						key = -0.2586833 0.002564805 -0.01814346 -0.01814346
						key = 0.9970253 0.003401639 0 0
					}
				}
            }
        }
    }
}

//===============================================================================================================//
//=====  Kopernicus 1.4.3-2 - (BuildDate: 06.05.2018 19:19:24; AssemblyHash: YOBsIozafGgEe3udSDKwKCih5BE=)  =====//
//===============================================================================================================//
[LOG 17:35:24]: Logger "Hodor.Body" was created
[LOG 17:35:24]: Parsing Target name in (Kopernicus.Configuration.Body) as (System.String)
[LOG 17:35:24]: Parsing Target Template in (Kopernicus.Configuration.Body) as (Kopernicus.Configuration.TemplateLoader)
[LOG 17:35:24]: Parsing Target name in (Kopernicus.Configuration.TemplateLoader) as (System.String)
[LOG 17:35:24]: Parsing Target removePQS in (Kopernicus.Configuration.TemplateLoader) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 17:35:24]: Parsing Target removeBiomes in (Kopernicus.Configuration.TemplateLoader) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 17:35:24]: Parsing Target removeAtmosphere in (Kopernicus.Configuration.TemplateLoader) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 17:35:24]: Parsing Target removeOcean in (Kopernicus.Configuration.TemplateLoader) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 17:35:24]: Parsing Target removePQSMods in (Kopernicus.Configuration.TemplateLoader) as (Kopernicus.StringCollectionParser)
[LOG 17:35:24]: Parsing Target removeAllPQSMods in (Kopernicus.Configuration.TemplateLoader) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 17:35:24]: Parsing Target removeProgressTree in (Kopernicus.Configuration.TemplateLoader) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 17:35:24]: Parsing Target removeCoronas in (Kopernicus.Configuration.TemplateLoader) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 17:35:24]: [Kopernicus]: Configuration.Template: Using Template "Gilly"
[LOG 17:35:24]: Removing mods from pqs Gilly
[LOG 17:35:24]: Creating blacklist
[LOG 17:35:24]: Blacklist count = 4
[LOG 17:35:24]: Adding all found PQSMods in pqs Gilly
[LOG 17:35:24]: Adding to removelist: PQSMod_VertexSimplexHeightAbsolute
[LOG 17:35:24]: Adding to removelist: PQSMod_VertexHeightNoise
[LOG 17:35:24]: Adding to removelist: PQSMod_AltitudeAlpha
[LOG 17:35:24]: Adding to removelist: PQSMod_VertexSimplexNoiseColor
[LOG 17:35:24]: Adding to removelist: PQSLandControl
[LOG 17:35:24]: Adding to removelist: PQSCity
[LOG 17:35:24]: Removed mod PQSMod_VertexSimplexHeightAbsolute
[LOG 17:35:24]: Removed mod PQSMod_VertexHeightNoise
[LOG 17:35:24]: Removed mod PQSMod_AltitudeAlpha
[LOG 17:35:24]: Removed mod PQSMod_VertexSimplexNoiseColor
[LOG 17:35:24]: Removed mod PQSLandControl
[LOG 17:35:24]: Removed mod PQSCity
[LOG 17:35:24]: Parsing Target cacheFile in (Kopernicus.Configuration.Body) as (System.String)
[LOG 17:35:24]: Parsing Target barycenter in (Kopernicus.Configuration.Body) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 17:35:24]: Parsing Target cbNameLater in (Kopernicus.Configuration.Body) as (System.String)
[LOG 17:35:24]: Parsing Target identifier in (Kopernicus.Configuration.Body) as (System.String)
[LOG 17:35:24]: Parsing Target finalizeOrbit in (Kopernicus.Configuration.Body) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 17:35:24]: Parsing Target randomMainMenuBody in (Kopernicus.Configuration.Body) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 17:35:24]: Parsing Target contractWeight in (Kopernicus.Configuration.Body) as (Kopernicus.NumericParser`1[System.Int32])
[LOG 17:35:24]: Parsing Target Properties in (Kopernicus.Configuration.Body) as (Kopernicus.Configuration.PropertiesLoader)
[LOG 17:35:24]: Parsing Target description in (Kopernicus.Configuration.PropertiesLoader) as (System.String)
[LOG 17:35:24]: Parsing Target radius in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target geeASL in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target mass in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target gravParameter in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target rotates in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 17:35:24]: Parsing Target rotationPeriod in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target tidallyLocked in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 17:35:24]: Parsing Target initialRotation in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target inverseRotThresholdAltitude in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.NumericParser`1[System.Single])
[LOG 17:35:24]: Parsing Target albedo in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target emissivity in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target coreTemperatureOffset in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target timewarpAltitudeLimits in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.NumericCollectionParser`1[System.Single])
[LOG 17:35:24]: Parsing Target sphereOfInfluence in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target solarRotationPeriod in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 17:35:24]: Parsing Target navballSwitchRadiusMult in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target navballSwitchRadiusMultLow in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target ScienceValues in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.Configuration.ScienceValuesLoader)
[LOG 17:35:24]: Parsing Target biomeMap in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.Configuration.MapSOParser_RGB`1[CBAttributeMapSO])
[LOG 17:35:24]: Parsing Target nonExactThreshold in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.NumericParser`1[System.Single])
[LOG 17:35:24]: Parsing Target exactSearch in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 17:35:24]: Parsing Target useTheInName in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 17:35:24]: Parsing Target displayName in (Kopernicus.Configuration.PropertiesLoader) as (System.String)
[LOG 17:35:24]: Parsing Target selectable in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 17:35:24]: Parsing Target RDVisibility in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.EnumParser`1[Kopernicus.Configuration.PropertiesLoader+RDVisibility])
[LOG 17:35:24]: Parsing Target RnDVisibility in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.EnumParser`1[Kopernicus.Configuration.PropertiesLoader+RDVisibility])
[LOG 17:35:24]: Parsing Target RnDRotation in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 17:35:24]: Parsing Target maxZoom in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.NumericParser`1[System.Single])
[LOG 17:35:24]: Parsing Target Biomes in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.Configuration.CallbackList`1[Kopernicus.Configuration.BiomeLoader])
[LOG 17:35:24]: Via surface G, set gravParam to 367374498.642112, mass to 5.50449647954643E+18
[LOG 17:35:24]: --------- Science Values ------------
[LOG 17:35:24]: LandedDataValue = 9
[LOG 17:35:24]: SplashedDataValue = 1
[LOG 17:35:24]: FlyingLowDataValue = 1
[LOG 17:35:24]: FlyingHighDataValue = 1
[LOG 17:35:24]: InSpaceLowDataValue = 8
[LOG 17:35:24]: InSpaceHighDataValue = 6
[LOG 17:35:24]: RecoveryValue = 6
[LOG 17:35:24]: flyingAltitudeThreshold = 18000
[LOG 17:35:24]: spaceAltitudeThreshold = 6000
[LOG 17:35:24]: --------------------------------------
[LOG 17:35:24]: Found Biome: Midlands : RGBA(0.796, 0.631, 0.365, 1.000) : 0
[LOG 17:35:24]: Found Biome: Lowlands : RGBA(0.647, 0.506, 0.278, 1.000) : 0
[LOG 17:35:24]: Found Biome: Highlands : RGBA(0.918, 0.792, 0.588, 1.000) : 0
[LOG 17:35:24]: Added Progress Tree
[LOG 17:35:24]: Parsing Target Orbit in (Kopernicus.Configuration.Body) as (Kopernicus.Configuration.OrbitLoader)
[LOG 17:35:24]: Parsing Target referenceBody in (Kopernicus.Configuration.OrbitLoader) as (System.String)
[LOG 17:35:24]: Parsing Target inclination in (Kopernicus.Configuration.OrbitLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target eccentricity in (Kopernicus.Configuration.OrbitLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target semiMajorAxis in (Kopernicus.Configuration.OrbitLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target longitudeOfAscendingNode in (Kopernicus.Configuration.OrbitLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target argumentOfPeriapsis in (Kopernicus.Configuration.OrbitLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target meanAnomalyAtEpoch in (Kopernicus.Configuration.OrbitLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target meanAnomalyAtEpochD in (Kopernicus.Configuration.OrbitLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target epoch in (Kopernicus.Configuration.OrbitLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target color in (Kopernicus.Configuration.OrbitLoader) as (Kopernicus.ColorParser)
[LOG 17:35:24]: Parsing Target iconColor in (Kopernicus.Configuration.OrbitLoader) as (Kopernicus.ColorParser)
[LOG 17:35:24]: Parsing Target nodeColor in (Kopernicus.Configuration.OrbitLoader) as (Kopernicus.ColorParser)
[LOG 17:35:24]: Parsing Target mode in (Kopernicus.Configuration.OrbitLoader) as (Kopernicus.EnumParser`1[OrbitRendererBase+DrawMode])
[LOG 17:35:24]: Parsing Target icon in (Kopernicus.Configuration.OrbitLoader) as (Kopernicus.EnumParser`1[OrbitRendererBase+DrawIcons])
[LOG 17:35:24]: Parsing Target cameraSmaRatioBounds in (Kopernicus.Configuration.OrbitLoader) as (Kopernicus.NumericCollectionParser`1[System.Single])
[LOG 17:35:24]: Parsing Target ScaledVersion in (Kopernicus.Configuration.Body) as (Kopernicus.Configuration.ScaledVersionLoader)
[LOG 17:35:24]: Parsing Target Atmosphere in (Kopernicus.Configuration.Body) as (Kopernicus.Configuration.AtmosphereLoader)
[LOG 17:35:24]: Parsing Target PQS in (Kopernicus.Configuration.Body) as (Kopernicus.Configuration.PQSLoader)
[LOG 17:35:24]: Parsing Target materialType in (Kopernicus.Configuration.PQSLoader) as (Kopernicus.EnumParser`1[Kopernicus.Configuration.PQSLoader+PQSMaterialType])
[LOG 17:35:24]: Parsing Target PhysicsMaterial in (Kopernicus.Configuration.PQSLoader) as (Kopernicus.Configuration.PhysicsMaterialParser)
[LOG 17:35:24]: Parsing Target minLevel in (Kopernicus.Configuration.PQSLoader) as (Kopernicus.NumericParser`1[System.Int32])
[LOG 17:35:24]: Parsing Target maxLevel in (Kopernicus.Configuration.PQSLoader) as (Kopernicus.NumericParser`1[System.Int32])
[LOG 17:35:24]: Parsing Target minDetailDistance in (Kopernicus.Configuration.PQSLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target maxQuadLengthsPerFrame in (Kopernicus.Configuration.PQSLoader) as (Kopernicus.NumericParser`1[System.Single])
[LOG 17:35:24]: Parsing Target fadeStart in (Kopernicus.Configuration.PQSLoader) as (Kopernicus.NumericParser`1[System.Single])
[LOG 17:35:24]: Parsing Target fadeEnd in (Kopernicus.Configuration.PQSLoader) as (Kopernicus.NumericParser`1[System.Single])
[LOG 17:35:24]: Parsing Target deactivateAltitude in (Kopernicus.Configuration.PQSLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target mapMaxHeight in (Kopernicus.Configuration.PQSLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target Material in (Kopernicus.Configuration.PQSLoader) as (UnityEngine.Material)
[LOG 17:35:24]: Parsing Target FallbackMaterial in (Kopernicus.Configuration.PQSLoader) as (UnityEngine.Material)
[LOG 17:35:24]: Parsing Target Mods in (Kopernicus.Configuration.PQSLoader) as (System.Collections.Generic.List`1[Kopernicus.Configuration.ModLoader.IModLoader])
[LOG 17:35:24]: Parsing Target blend in (Kopernicus.Configuration.ModLoader.VertexSimplexNoiseColor) as (Kopernicus.NumericParser`1[System.Single])
[LOG 17:35:24]: Parsing Target colorStart in (Kopernicus.Configuration.ModLoader.VertexSimplexNoiseColor) as (Kopernicus.ColorParser)
[LOG 17:35:24]: Parsing Target colorEnd in (Kopernicus.Configuration.ModLoader.VertexSimplexNoiseColor) as (Kopernicus.ColorParser)
[LOG 17:35:24]: Parsing Target frequency in (Kopernicus.Configuration.ModLoader.VertexSimplexNoiseColor) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target octaves in (Kopernicus.Configuration.ModLoader.VertexSimplexNoiseColor) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target persistence in (Kopernicus.Configuration.ModLoader.VertexSimplexNoiseColor) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target seed in (Kopernicus.Configuration.ModLoader.VertexSimplexNoiseColor) as (Kopernicus.NumericParser`1[System.Int32])
[LOG 17:35:24]: Parsing Target order in (Kopernicus.Configuration.ModLoader.VertexSimplexNoiseColor) as (Kopernicus.NumericParser`1[System.Int32])
[LOG 17:35:24]: Parsing Target enabled in (Kopernicus.Configuration.ModLoader.VertexSimplexNoiseColor) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 17:35:24]: Parsing Target name in (Kopernicus.Configuration.ModLoader.VertexSimplexNoiseColor) as (System.String)
[LOG 17:35:24]: Parsing Target deformity in (Kopernicus.Configuration.ModLoader.VertexSimplexHeightAbsolute) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target frequency in (Kopernicus.Configuration.ModLoader.VertexSimplexHeightAbsolute) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target octaves in (Kopernicus.Configuration.ModLoader.VertexSimplexHeightAbsolute) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target persistence in (Kopernicus.Configuration.ModLoader.VertexSimplexHeightAbsolute) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target seed in (Kopernicus.Configuration.ModLoader.VertexSimplexHeightAbsolute) as (Kopernicus.NumericParser`1[System.Int32])
[LOG 17:35:24]: Parsing Target order in (Kopernicus.Configuration.ModLoader.VertexSimplexHeightAbsolute) as (Kopernicus.NumericParser`1[System.Int32])
[LOG 17:35:24]: Parsing Target enabled in (Kopernicus.Configuration.ModLoader.VertexSimplexHeightAbsolute) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 17:35:24]: Parsing Target name in (Kopernicus.Configuration.ModLoader.VertexSimplexHeightAbsolute) as (System.String)
[LOG 17:35:24]: Parsing Target deformity in (Kopernicus.Configuration.ModLoader.VertexSimplexHeightAbsolute) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target frequency in (Kopernicus.Configuration.ModLoader.VertexSimplexHeightAbsolute) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target octaves in (Kopernicus.Configuration.ModLoader.VertexSimplexHeightAbsolute) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target persistence in (Kopernicus.Configuration.ModLoader.VertexSimplexHeightAbsolute) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target seed in (Kopernicus.Configuration.ModLoader.VertexSimplexHeightAbsolute) as (Kopernicus.NumericParser`1[System.Int32])
[LOG 17:35:24]: Parsing Target order in (Kopernicus.Configuration.ModLoader.VertexSimplexHeightAbsolute) as (Kopernicus.NumericParser`1[System.Int32])
[LOG 17:35:24]: Parsing Target enabled in (Kopernicus.Configuration.ModLoader.VertexSimplexHeightAbsolute) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 17:35:24]: Parsing Target name in (Kopernicus.Configuration.ModLoader.VertexSimplexHeightAbsolute) as (System.String)
[LOG 17:35:24]: Parsing Target deformity in (Kopernicus.Configuration.ModLoader.VertexHeightNoise) as (Kopernicus.NumericParser`1[System.Single])
[LOG 17:35:24]: Parsing Target frequency in (Kopernicus.Configuration.ModLoader.VertexHeightNoise) as (Kopernicus.NumericParser`1[System.Single])
[LOG 17:35:24]: Parsing Target octaves in (Kopernicus.Configuration.ModLoader.VertexHeightNoise) as (Kopernicus.NumericParser`1[System.Int32])
[LOG 17:35:24]: Parsing Target persistence in (Kopernicus.Configuration.ModLoader.VertexHeightNoise) as (Kopernicus.NumericParser`1[System.Single])
[LOG 17:35:24]: Parsing Target seed in (Kopernicus.Configuration.ModLoader.VertexHeightNoise) as (Kopernicus.NumericParser`1[System.Int32])
[LOG 17:35:24]: Parsing Target noiseType in (Kopernicus.Configuration.ModLoader.VertexHeightNoise) as (Kopernicus.EnumParser`1[Kopernicus.KopernicusNoiseType])
[LOG 17:35:24]: Parsing Target mode in (Kopernicus.Configuration.ModLoader.VertexHeightNoise) as (Kopernicus.EnumParser`1[Kopernicus.KopernicusNoiseQuality])
[LOG 17:35:24]: Parsing Target lacunarity in (Kopernicus.Configuration.ModLoader.VertexHeightNoise) as (Kopernicus.NumericParser`1[System.Single])
[LOG 17:35:24]: Parsing Target order in (Kopernicus.Configuration.ModLoader.VertexHeightNoise) as (Kopernicus.NumericParser`1[System.Int32])
[LOG 17:35:24]: Parsing Target enabled in (Kopernicus.Configuration.ModLoader.VertexHeightNoise) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 17:35:24]: Parsing Target name in (Kopernicus.Configuration.ModLoader.VertexHeightNoise) as (System.String)
[LOG 17:35:24]: Parsing Target colorOpacity in (Kopernicus.Configuration.ModLoader.VoronoiCraters) as (Kopernicus.NumericParser`1[System.Single])
[LOG 17:35:24]: Parsing Target DebugColorMapping in (Kopernicus.Configuration.ModLoader.VoronoiCraters) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 17:35:24]: Parsing Target deformation in (Kopernicus.Configuration.ModLoader.VoronoiCraters) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target CraterCurve in (Kopernicus.Configuration.ModLoader.VoronoiCraters) as (Kopernicus.FloatCurveParser)
[LOG 17:35:24]: Parsing Target jitter in (Kopernicus.Configuration.ModLoader.VoronoiCraters) as (Kopernicus.NumericParser`1[System.Single])
[LOG 17:35:24]: Parsing Target JitterCurve in (Kopernicus.Configuration.ModLoader.VoronoiCraters) as (Kopernicus.FloatCurveParser)
[LOG 17:35:24]: Parsing Target jitterHeight in (Kopernicus.Configuration.ModLoader.VoronoiCraters) as (Kopernicus.NumericParser`1[System.Single])
[LOG 17:35:24]: Parsing Target rFactor in (Kopernicus.Configuration.ModLoader.VoronoiCraters) as (Kopernicus.NumericParser`1[System.Single])
[LOG 17:35:24]: Parsing Target rOffset in (Kopernicus.Configuration.ModLoader.VoronoiCraters) as (Kopernicus.NumericParser`1[System.Single])
[LOG 17:35:24]: Parsing Target simplexFrequency in (Kopernicus.Configuration.ModLoader.VoronoiCraters) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target simplexOctaves in (Kopernicus.Configuration.ModLoader.VoronoiCraters) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target simplexPersistence in (Kopernicus.Configuration.ModLoader.VoronoiCraters) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target simplexSeed in (Kopernicus.Configuration.ModLoader.VoronoiCraters) as (Kopernicus.NumericParser`1[System.Int32])
[LOG 17:35:24]: Parsing Target voronoiDisplacement in (Kopernicus.Configuration.ModLoader.VoronoiCraters) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target voronoiFrequency in (Kopernicus.Configuration.ModLoader.VoronoiCraters) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target voronoiSeed in (Kopernicus.Configuration.ModLoader.VoronoiCraters) as (Kopernicus.NumericParser`1[System.Int32])
[LOG 17:35:24]: Parsing Target order in (Kopernicus.Configuration.ModLoader.VoronoiCraters) as (Kopernicus.NumericParser`1[System.Int32])
[LOG 17:35:24]: Parsing Target enabled in (Kopernicus.Configuration.ModLoader.VoronoiCraters) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 17:35:24]: Parsing Target name in (Kopernicus.Configuration.ModLoader.VoronoiCraters) as (System.String)
[LOG 17:35:24]: Parsing Target colorOpacity in (Kopernicus.Configuration.ModLoader.VoronoiCraters) as (Kopernicus.NumericParser`1[System.Single])
[LOG 17:35:24]: Parsing Target DebugColorMapping in (Kopernicus.Configuration.ModLoader.VoronoiCraters) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 17:35:24]: Parsing Target deformation in (Kopernicus.Configuration.ModLoader.VoronoiCraters) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target CraterCurve in (Kopernicus.Configuration.ModLoader.VoronoiCraters) as (Kopernicus.FloatCurveParser)
[LOG 17:35:24]: Parsing Target jitter in (Kopernicus.Configuration.ModLoader.VoronoiCraters) as (Kopernicus.NumericParser`1[System.Single])
[LOG 17:35:24]: Parsing Target JitterCurve in (Kopernicus.Configuration.ModLoader.VoronoiCraters) as (Kopernicus.FloatCurveParser)
[LOG 17:35:24]: Parsing Target jitterHeight in (Kopernicus.Configuration.ModLoader.VoronoiCraters) as (Kopernicus.NumericParser`1[System.Single])
[LOG 17:35:24]: Parsing Target rFactor in (Kopernicus.Configuration.ModLoader.VoronoiCraters) as (Kopernicus.NumericParser`1[System.Single])
[LOG 17:35:24]: Parsing Target rOffset in (Kopernicus.Configuration.ModLoader.VoronoiCraters) as (Kopernicus.NumericParser`1[System.Single])
[LOG 17:35:24]: Parsing Target simplexFrequency in (Kopernicus.Configuration.ModLoader.VoronoiCraters) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target simplexOctaves in (Kopernicus.Configuration.ModLoader.VoronoiCraters) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target simplexPersistence in (Kopernicus.Configuration.ModLoader.VoronoiCraters) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target simplexSeed in (Kopernicus.Configuration.ModLoader.VoronoiCraters) as (Kopernicus.NumericParser`1[System.Int32])
[LOG 17:35:24]: Parsing Target voronoiDisplacement in (Kopernicus.Configuration.ModLoader.VoronoiCraters) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target voronoiFrequency in (Kopernicus.Configuration.ModLoader.VoronoiCraters) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target voronoiSeed in (Kopernicus.Configuration.ModLoader.VoronoiCraters) as (Kopernicus.NumericParser`1[System.Int32])
[LOG 17:35:24]: Parsing Target order in (Kopernicus.Configuration.ModLoader.VoronoiCraters) as (Kopernicus.NumericParser`1[System.Int32])
[LOG 17:35:24]: Parsing Target enabled in (Kopernicus.Configuration.ModLoader.VoronoiCraters) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 17:35:24]: Parsing Target name in (Kopernicus.Configuration.ModLoader.VoronoiCraters) as (System.String)
[LOG 17:35:24]:   Hodor (UnityEngine.GameObject)
[LOG 17:35:24]:    >>> Components <<< 
[LOG 17:35:24]:    Hodor (UnityEngine.Transform)
[LOG 17:35:24]:    Hodor (PQS)
[LOG 17:35:24]:    >>> ---------- <<< 
[LOG 17:35:24]:       _CelestialBody (UnityEngine.GameObject)
[LOG 17:35:24]:        >>> Components <<< 
[LOG 17:35:24]:        _CelestialBody (UnityEngine.Transform)
[LOG 17:35:24]:        _CelestialBody (PQSMod_CelestialBodyTransform)
[LOG 17:35:24]:        >>> ---------- <<< 
[LOG 17:35:24]:       _SurfaceQuadUVs (UnityEngine.GameObject)
[LOG 17:35:24]:        >>> Components <<< 
[LOG 17:35:24]:        _SurfaceQuadUVs (UnityEngine.Transform)
[LOG 17:35:24]:        _SurfaceQuadUVs (PQSMod_UVPlanetRelativePosition)
[LOG 17:35:24]:        >>> ---------- <<< 
[LOG 17:35:24]:       QuadMeshColliders (UnityEngine.GameObject)
[LOG 17:35:24]:        >>> Components <<< 
[LOG 17:35:24]:        QuadMeshColliders (UnityEngine.Transform)
[LOG 17:35:24]:        QuadMeshColliders (PQSMod_QuadMeshColliders)
[LOG 17:35:24]:        >>> ---------- <<< 
[LOG 17:35:24]:       OnDemandHandler (UnityEngine.GameObject)
[LOG 17:35:24]:        >>> Components <<< 
[LOG 17:35:24]:        OnDemandHandler (UnityEngine.Transform)
[LOG 17:35:24]:        OnDemandHandler (Kopernicus.OnDemand.PQSMod_OnDemandHandler)
[LOG 17:35:24]:        >>> ---------- <<< 
[LOG 17:35:24]:       VertexSimplexNoiseColor (UnityEngine.GameObject)
[LOG 17:35:24]:        >>> Components <<< 
[LOG 17:35:24]:        VertexSimplexNoiseColor (UnityEngine.Transform)
[LOG 17:35:24]:        VertexSimplexNoiseColor (PQSMod_VertexSimplexNoiseColor)
[LOG 17:35:24]:        >>> ---------- <<< 
[LOG 17:35:24]:       Base (UnityEngine.GameObject)
[LOG 17:35:24]:        >>> Components <<< 
[LOG 17:35:24]:        Base (UnityEngine.Transform)
[LOG 17:35:24]:        Base (PQSMod_VertexSimplexHeightAbsolute)
[LOG 17:35:24]:        >>> ---------- <<< 
[LOG 17:35:24]:       Ridges (UnityEngine.GameObject)
[LOG 17:35:24]:        >>> Components <<< 
[LOG 17:35:24]:        Ridges (UnityEngine.Transform)
[LOG 17:35:24]:        Ridges (PQSMod_VertexSimplexHeightAbsolute)
[LOG 17:35:24]:        >>> ---------- <<< 
[LOG 17:35:24]:       VertexHeightNoise (UnityEngine.GameObject)
[LOG 17:35:24]:        >>> Components <<< 
[LOG 17:35:24]:        VertexHeightNoise (UnityEngine.Transform)
[LOG 17:35:24]:        VertexHeightNoise (PQSMod_VertexHeightNoise)
[LOG 17:35:24]:        >>> ---------- <<< 
[LOG 17:35:24]:       VoronoiCraters (UnityEngine.GameObject)
[LOG 17:35:24]:        >>> Components <<< 
[LOG 17:35:24]:        VoronoiCraters (UnityEngine.Transform)
[LOG 17:35:24]:        VoronoiCraters (PQSMod_VoronoiCraters)
[LOG 17:35:24]:        >>> ---------- <<< 
[LOG 17:35:24]:       VoronoiCraters (UnityEngine.GameObject)
[LOG 17:35:24]:        >>> Components <<< 
[LOG 17:35:24]:        VoronoiCraters (UnityEngine.Transform)
[LOG 17:35:24]:        VoronoiCraters (PQSMod_VoronoiCraters)
[LOG 17:35:24]:        >>> ---------- <<< 
[LOG 17:35:24]: Parsing Target Ocean in (Kopernicus.Configuration.Body) as (Kopernicus.Configuration.OceanLoader)
[LOG 17:35:24]: Parsing Target Rings in (Kopernicus.Configuration.Body) as (System.Collections.Generic.List`1[Kopernicus.Configuration.RingLoader])
[LOG 17:35:24]: Parsing Target Particles in (Kopernicus.Configuration.Body) as (System.Collections.Generic.List`1[Kopernicus.Configuration.ParticleLoader])
[LOG 17:35:24]: Parsing Target SpaceCenter in (Kopernicus.Configuration.Body) as (Kopernicus.Configuration.SpaceCenterLoader)
[LOG 17:35:24]: Parsing Target Debug in (Kopernicus.Configuration.Body) as (Kopernicus.Configuration.DebugLoader)
[LOG 17:35:24]: Parsing Target exportMesh in (Kopernicus.Configuration.DebugLoader) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 17:35:24]: Parsing Target update in (Kopernicus.Configuration.DebugLoader) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 17:35:24]: Parsing Target showSOI in (Kopernicus.Configuration.DebugLoader) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 17:35:24]: Parsing Target PostSpawnOrbit in (Kopernicus.Configuration.Body) as (ConfigNode)
[LOG 17:35:25]: --------- Celestial Body ------------
[LOG 17:35:25]: bodyName = Hodor
[LOG 17:35:25]: bodyDisplayName = Hodor
[LOG 17:35:25]: bodyAdjectiveDisplayName = Gilly^n
[LOG 17:35:25]: bodyDescription = Wait, what?  When did this show up?  You know what ... ALIENS!
[LOG 17:35:25]: GeeASL = 0.0149847093
[LOG 17:35:25]: Radius = 50000
[LOG 17:35:25]: Mass = 5.50449647954643E+18
[LOG 17:35:25]: Density = 0
[LOG 17:35:25]: SurfaceArea = 0
[LOG 17:35:25]: gravParameter = 367374498.642112
[LOG 17:35:25]: sphereOfInfluence = 0
[LOG 17:35:25]: hillSphere = 0
[LOG 17:35:25]: gMagnitudeAtCenter = 367374498.642112
[LOG 17:35:25]: atmDensityASL = 0
[LOG 17:35:25]: scaledEllipsoid = True
[LOG 17:35:25]: scaledElipRadMult = [1, 1, 1]
[LOG 17:35:25]: scaledRadiusHorizonMultiplier = 1
[LOG 17:35:25]: navballSwitchRadiusMult = 0.06
[LOG 17:35:25]: navballSwitchRadiusMultLow = 0.055
[LOG 17:35:25]: use_The_InName = False
[LOG 17:35:25]: isHomeWorld = False
[LOG 17:35:25]: ocean = False
[LOG 17:35:25]: oceanUseFog = True
[LOG 17:35:25]: oceanFogPQSDepth = 1000
[LOG 17:35:25]: oceanFogPQSDepthRecip = 0.001
[LOG 17:35:25]: oceanFogDensityStart = 0.015
[LOG 17:35:25]: oceanFogDensityEnd = 0.13
[LOG 17:35:25]: oceanFogDensityPQSMult = 0.02
[LOG 17:35:25]: oceanFogDensityAltScalar = -0.0008
[LOG 17:35:25]: oceanFogDensityExponent = 1
[LOG 17:35:25]: oceanFogColorStart = RGBA(0.000, 0.337, 0.486, 1.000)
[LOG 17:35:25]: oceanFogColorEnd = RGBA(0.000, 0.084, 0.122, 1.000)
[LOG 17:35:25]: oceanFogDawnFactor = 10
[LOG 17:35:25]: oceanSkyColorMult = 1.2
[LOG 17:35:25]: oceanSkyColorOpacityBase = 0.2
[LOG 17:35:25]: oceanSkyColorOpacityAltMult = 2
[LOG 17:35:25]: oceanDensity = 1
[LOG 17:35:25]: oceanAFGBase = 0.6
[LOG 17:35:25]: oceanAFGAltMult = 0.05
[LOG 17:35:25]: oceanAFGMin = 0.05
[LOG 17:35:25]: oceanSunBase = 0.5
[LOG 17:35:25]: oceanSunAltMult = 0.01
[LOG 17:35:25]: oceanSunMin = 0.05
[LOG 17:35:25]: oceanAFGLerp = False
[LOG 17:35:25]: oceanMinAlphaFogDistance = 200
[LOG 17:35:25]: oceanMaxAlbedoFog = 0.95
[LOG 17:35:25]: oceanMaxAlphaFog = 0.9
[LOG 17:35:25]: oceanAlbedoDistanceScalar = 0.01
[LOG 17:35:25]: oceanAlphaDistanceScalar = 0.01
[LOG 17:35:25]: minOrbitalDistance = 100000
[LOG 17:35:25]: atmosphere = False
[LOG 17:35:25]: atmosphereContainsOxygen = False
[LOG 17:35:25]: atmosphereDepth = 0
[LOG 17:35:25]: atmosphereTemperatureSeaLevel = 288
[LOG 17:35:25]: atmospherePressureSeaLevel = 101.325
[LOG 17:35:25]: atmosphereMolarMass = 0.0289644
[LOG 17:35:25]: atmosphereAdiabaticIndex = 1.39999997615814
[LOG 17:35:25]: atmosphereTemperatureLapseRate = 0
[LOG 17:35:25]: atmosphereGasMassLapseRate = 0
[LOG 17:35:25]: atmosphereUseTemperatureCurve = False
[LOG 17:35:25]: atmosphereTemperatureCurveIsNormalized = False
[LOG 17:35:25]: atmosphereTemperatureCurve = FloatCurve
[LOG 17:35:25]: latitudeTemperatureBiasCurve = FloatCurve
[LOG 17:35:25]: latitudeTemperatureSunMultCurve = FloatCurve
[LOG 17:35:25]: axialTemperatureSunMultCurve = FloatCurve
[LOG 17:35:25]: axialTemperatureSunBiasCurve = FloatCurve
[LOG 17:35:25]: atmosphereTemperatureSunMultCurve = FloatCurve
[LOG 17:35:25]: maxAxialDot = 0
[LOG 17:35:25]: eccentricityTemperatureBiasCurve = FloatCurve
[LOG 17:35:25]: albedo = 0.15
[LOG 17:35:25]: emissivity = 0.85
[LOG 17:35:25]: coreTemperatureOffset = 20
[LOG 17:35:25]: convectionMultiplier = 1
[LOG 17:35:25]: shockTemperatureMultiplier = 1
[LOG 17:35:25]: atmosphereUsePressureCurve = False
[LOG 17:35:25]: atmospherePressureCurveIsNormalized = False
[LOG 17:35:25]: atmospherePressureCurve = FloatCurve
[LOG 17:35:25]: radiusAtmoFactor = 1
[LOG 17:35:25]: hasSolidSurface = True
[LOG 17:35:25]: rotation = (0.0, 0.0, 0.0, 0.0)
[LOG 17:35:25]: orbitDriver = Hodor (OrbitDriver)
[LOG 17:35:25]: pqsController = Hodor (PQS)
[LOG 17:35:25]: pqsSurfaceObjects = PQSSurfaceObject[]
[LOG 17:35:25]: scaledBody = Hodor (UnityEngine.GameObject)
[LOG 17:35:25]: afg = 
[LOG 17:35:25]: rotates = True
[LOG 17:35:25]: rotationPeriod = 28255
[LOG 17:35:25]: rotPeriodRecip = 0
[LOG 17:35:25]: solarDayLength = 0
[LOG 17:35:25]: solarRotationPeriod = False
[LOG 17:35:25]: initialRotation = 5
[LOG 17:35:25]: rotationAngle = 0
[LOG 17:35:25]: directRotAngle = 0
[LOG 17:35:25]: angularVelocity = [0, 0, 0]
[LOG 17:35:25]: zUpAngularVelocity = [0, 0, 0]
[LOG 17:35:25]: tidallyLocked = False
[LOG 17:35:25]: clampInverseRotThreshold = True
[LOG 17:35:25]: inverseRotation = False
[LOG 17:35:25]: inverseRotThresholdAltitude = 100000
[LOG 17:35:25]: angularV = 0
[LOG 17:35:25]: timeWarpAltitudeLimits = System.Single[]
[LOG 17:35:25]: atmosphericAmbientColor = RGBA(0.000, 0.000, 0.000, 0.000)
[LOG 17:35:25]: orbitingBodies = System.Collections.Generic.List`1[CelestialBody]
[LOG 17:35:25]: BodyFrame = Planetarium+CelestialFrame
[LOG 17:35:25]: progressTree = KSPAchievements.CelestialBodySubtree
[LOG 17:35:25]: bodyType = Generic
[LOG 17:35:25]: scienceValues = CelestialBodyScienceParams
[LOG 17:35:25]: BiomeMap = gilly_biome (CBAttributeMapSO)
[LOG 17:35:25]: MiniBiomes = MiniBiome[]
[LOG 17:35:25]: bodyTransform = Hodor (UnityEngine.Transform)
[LOG 17:35:25]: --------------------------------------
[LOG 17:35:25]: Hodor is using custom cache file 'C:/Program Files (x86)/Steam/steamapps/common/Kerbal Space Program/KSP_x64_Data/../GameData/KopernicusExamples/Creating New Bodies/ProceduralBody/Cache/Hodor.bin'
[LOG 17:35:25]: Body.PostApply(ConfigNode): Loading cached scaled space mesh: Hodor

//===============================================================================================================//
//=====  Kopernicus 1.4.3-2 - (BuildDate: 06.05.2018 19:19:24; AssemblyHash: YOBsIozafGgEe3udSDKwKCih5BE=)  =====//
//===============================================================================================================//
[LOG 17:35:22]: Logger "Kopernicus" was created
[LOG 17:35:22]: Injector.Awake(): Begin
[LOG 17:35:22]: Parsing Target name in (Kopernicus.Configuration.Loader) as (System.String)
[LOG 17:35:22]: Parsing Target timeScale in (Kopernicus.Configuration.Loader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:22]: Parsing Target scale in (Kopernicus.Configuration.Loader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:22]: Parsing Target Epoch in (Kopernicus.Configuration.Loader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:22]: Parsing Target useOnDemand in (Kopernicus.Configuration.Loader) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 17:35:22]: Parsing Target onDemandLoadOnMissing in (Kopernicus.Configuration.Loader) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 17:35:22]: Parsing Target onDemandLogOnMissing in (Kopernicus.Configuration.Loader) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 17:35:22]: Parsing Target onDemandUnloadDelay in (Kopernicus.Configuration.Loader) as (Kopernicus.NumericParser`1[System.Int32])
[LOG 17:35:22]: Parsing Target useManualMemoryManagement in (Kopernicus.Configuration.Loader) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 17:35:22]: Parsing Target mainMenuBody in (Kopernicus.Configuration.Loader) as (System.String)
[LOG 17:35:22]: Parsing Target maxViewingDistance in (Kopernicus.Configuration.Loader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:22]: Parsing Target scaledSpaceFaderMult in (Kopernicus.Configuration.Loader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:22]: Parsing Target self in (Kopernicus.Configuration.Loader) as (System.Collections.Generic.List`1[Kopernicus.StringCollectionParser])
[LOG 17:35:22]: [Kopernicus]: Configuration.Loader: Loaded Body: Sun
[LOG 17:35:22]: [Kopernicus]: Configuration.Loader: Loaded Body: Moho
[LOG 17:35:23]: [Kopernicus]: Configuration.Loader: Loaded Body: Eve
[LOG 17:35:23]: [Kopernicus]: Configuration.Loader: Loaded Body: Gilly
[LOG 17:35:23]: [Kopernicus]: Configuration.Loader: Loaded Body: Kerbin
[LOG 17:35:23]: [Kopernicus]: Configuration.Loader: Loaded Body: Mun
[LOG 17:35:23]: [Kopernicus]: Configuration.Loader: Loaded Body: Minmus
[LOG 17:35:23]: [Kopernicus]: Configuration.Loader: Loaded Body: Duna
[LOG 17:35:23]: [Kopernicus]: Configuration.Loader: Loaded Body: Ike
[LOG 17:35:24]: [Kopernicus]: Configuration.Loader: Loaded Body: Dres
[LOG 17:35:24]: [Kopernicus]: Configuration.Loader: Loaded Body: Jool
[LOG 17:35:24]: [Kopernicus]: Configuration.Loader: Loaded Body: Laythe
[LOG 17:35:24]: [Kopernicus]: Configuration.Loader: Loaded Body: Vall
[LOG 17:35:24]: [Kopernicus]: Configuration.Loader: Loaded Body: Tylo
[LOG 17:35:24]: [Kopernicus]: Configuration.Loader: Loaded Body: Bop
[LOG 17:35:24]: [Kopernicus]: Configuration.Loader: Loaded Body: Pol
[LOG 17:35:24]: [Kopernicus]: Configuration.Loader: Loaded Body: Eeloo
[LOG 17:35:25]: [Kopernicus]: Configuration.Loader: Loaded Body: Hodor
[LOG 17:35:25]: [Kopernicus]: Configuration.Loader: Loaded Asteroid: Stock
[LOG 17:35:25]: Injector.Awake(): Completed in: 2589.1481 ms
[LOG 17:35:25]: StarLightSwitcher.Start() => Sun
[LOG 17:35:26]: Found Body: Sun:0 -> SOI = Infinity, Hill Sphere = Infinity
[LOG 17:35:26]: Found Body: Kerbin:1 -> SOI = 84159286.4796305, Hill Sphere = 196414707.77848
[LOG 17:35:26]: Found Body: Mun:2 -> SOI = 2429559.11656475, Hill Sphere = 3170563.33757116
[LOG 17:35:26]: Found Body: Minmus:3 -> SOI = 2247428.3879023, Hill Sphere = 3730392.49065433
[LOG 17:35:26]: Found Body: Moho:4 -> SOI = 9646663.02332811, Hill Sphere = 22060314.8155466
[LOG 17:35:26]: Found Body: Eve:5 -> SOI = 85109364.7382441, Hill Sphere = 185949494.965972
[LOG 17:35:26]: Found Body: Duna:6 -> SOI = 47921949.369738, Hill Sphere = 125063736.748336
[LOG 17:35:26]: Found Body: Ike:7 -> SOI = 1049598.93931162, Hill Sphere = 1225978.58343315
[LOG 17:35:26]: Found Body: Jool:8 -> SOI = 2455985185.42347, Hill Sphere = 4065824625.34358
[LOG 17:35:26]: Found Body: Laythe:9 -> SOI = 3723645.81113302, Hill Sphere = 5186318.66159496
[LOG 17:35:26]: Found Body: Vall:10 -> SOI = 2406401.44479404, Hill Sphere = 3893201.55262436
[LOG 17:35:26]: Found Body: Bop:11 -> SOI = 1221060.86284253, Hill Sphere = 2029674.44211376
[LOG 17:35:26]: Found Body: Tylo:12 -> SOI = 10856518.3683586, Hill Sphere = 14757877.6267184
[LOG 17:35:26]: Found Body: Gilly:13 -> SOI = 126123.271704568, Hill Sphere = 142427.423478875
[LOG 17:35:26]: Found Body: Pol:14 -> SOI = 1042138.89230178, Hill Sphere = 2038945.47430365
[LOG 17:35:26]: Found Body: Dres:15 -> SOI = 32832839.5767762, Hill Sphere = 92059713.5005964
[LOG 17:35:26]: Found Body: Eeloo:16 -> SOI = 119082941.647812, Hill Sphere = 266016718.015223
[LOG 17:35:26]: Found Body: Hodor:17 -> SOI = 153110.949484491, Hill Sphere = 279360.893501016
[LOG 17:35:26]: Injector.OnDestroy(): Complete
[LOG 17:35:27]: [Kopernicus] RuntimeUtility Started
[LOG 17:35:27]: StarLightSwitcher.Awake(): Begin

3. Is there a way to increase the voxel resolution of how a body appears from orbit? I.e. can I make this look less... chunky?

Bj6C98l.png

Thanks--any help is appreciated!

 

EDIT: P. S. one thing I tried, to no effect: delete the relevant .bin from Cache, just in case it was a cacheing problem. Nope.

Edited by aimeilian
Link to comment
Share on other sites

38 minutes ago, aimeilian said:

1. Is there a way to give celestial bodies obliquity (i.e. axial tilt)? If so, what does the full node structure of this look like?

2. I've so far been tinkering with the example Hodor, and am running into irregularity with how my modded version displays in the map mode.

Question #1 - Unfortunately, no.  You can fake axial tilt by inclining the ecliptic plane, i.e. planets will have axial tilt relative to their orbits, but that's as close as you can get.  And in that case all the planets will still have their axes pointed in the same direction.

Question #2 - The first thing I'd suggest is to delete your Kopernicus cache.  An old cache file could cause you to see the old shape of the body prior to your changes.  The cache files have a .bin extension.  If you haven't specified the cache location, you'll find the files somewhere inside the Kopernicus folder.  Deleting the cache will just force Kopernicus to recreate it the next time you launch the game.

Link to comment
Share on other sites

1 hour ago, aimeilian said:

Greetings, fellow Kerbonauts! I've gotten back into this game after a long hiatus, and discovered Kopernicus just the other day.

First off: thanks to @Thomas P., @KillAshley, @the-white-guardian, and everyone else who's poured in so much time and effort into this amazing mod!

Being new to Kopernicus, understandably, I have a few questions. And this thread is so long it's difficult to take in all the information here, so apologies if these have been addressed and my search-fu is weak!

1. Is there a way to give celestial bodies obliquity (i.e. axial tilt)? If so, what does the full node structure of this look like?

2. I've so far been tinkering with the example Hodor, and am running into irregularity with how my modded version displays in the map mode.

Basically: I tweaked the PSQ parameters to make it look more realistic. It looks OK from orbit. But when I open up the map (or tracker), the ScaledVersion looks like the default Gilly lump of cottage cheese. Hopefully screen shots will illustrate...

(Attempting to hide spammy stuff behind a cut...)

  Reveal hidden contents

 

Before updating the sphere in Kittopia...

v64OR4S.png

After updating in Kittopia...

HD383IM.png

Hopefully the logs I've encoded here are the correct ones.



@Kopernicus:AFTER[KOPERNICUS] 
{
    @Body[Kerbin]
	{
	    obliquity = 15.5
	}
    // Carbon copy gilly into orbit around Kerbin
    Body
    {
       Debug //Now we want both to be true.
       {
           exportMesh = true
           update = true
       }
        name = Hodor
        cacheFile = KopernicusExamples/Creating New Bodies/ProceduralBody/Cache/Hodor.bin
        
        Template
        {
            name = Gilly
            
            // Remove unnecessary PQSMods for our new body
            //removePQSMods = PQSLandControl
			removeAllPQSMods = True
        }
        Properties
        {
            // Change the description
            description = Wait, what?  When did this show up?  You know what ... ALIENS!
            
            // triple the radius
            radius = 50000
            
            // triple the radius of a sphere, the volume increases 27x (n^3) (we'll just assume uniform density).
            // mass increase by 27
            //mass = 3.3535382e+18
            
            // acceleration = GM / r^2
            // calculated constant of graviation using gilly numbers, G = 6.667197e-11
            // punch in Hodor numbers -> (0.147 m/s^2 ASL)
            geeASL = 0.0149847093
        }
        
        // Update ScaledSpace textures otherwise your world will appear the same as the templated world
//        ScaledVersion
//        {
//            Material
//            {
//                texture = KopernicusExamples/Creating New Bodies/ProceduralBody/PluginData/Hodor_color.dds
//                normals = KopernicusExamples/Creating New Bodies/ProceduralBody/PluginData/Hodor_normal.dds
//				mapMaxHeight = 1500
//            }
//        }
        Orbit
        {
            referenceBody = Kerbin
            color = XKCD.Maroon
            inclination = 2
            eccentricity = 0.01
            semiMajorAxis = 6000000 
            longitudeOfAscendingNode = 0
            argumentOfPeriapsis = 0
            meanAnomalyAtEpoch = 0
            epoch = 0
        }
        PQS
        {
            maxQuadLengthsPerFrame = 0.03
            minLevel = 2
            maxLevel = 10
            minDetailDistance = 8
            
            Mods
            {               
                VertexSimplexNoiseColor
                {
                    seed = 111
                    blend = 1.0
                    colorStart = 0.13, 0.11, 0.02, 1.0
                    colorEnd = 0.6, 0.5, 0.4, 1.0
                    octaves = 6.0
                    persistence = 0.5
                    frequency = 4
                    enabled = true
                    order = 100
                }
                // A name = value must be entered, as we use this mod twice on the same body
                //
                // Lets call this one Base
                VertexSimplexHeightAbsolute
                {
                    name = Base
                    seed = 222
                    deformity = 3000
                    octaves = 4
                    persistence = 0.75
                    frequency = 0.5
                    enabled = true
                    order = 5
                }
                
                // And let's call this one Ridges
                VertexSimplexHeightAbsolute
                {
                    name = Ridges
                    seed = 111
                    deformity = 1000
                    octaves = 4
                    persistence = 0.5
                    frequency = 3
                    enabled = true
                    order = 10
                }
                VertexHeightNoise
                {
                    noiseType = RiggedMultifractal
                    deformity = 300
                    seed = 111
                    frequency = 3
                    lacunarity = 2.5
                    persistance = 0.5
                    octaves = 6
                    mode = Low
                    enabled = true
                    order = 19
                }
				VoronoiCraters
				{
					colorOpacity = 0.7
					DebugColorMapping = False
					deformation = 1000
					jitter = 0.1
					jitterHeight = 3
					rFactor = 1
					rOffset = 1
					simplexFrequency = 120
					simplexOctaves = 3
					simplexPersistence = 0.5
					simplexSeed = 123123
					voronoiDisplacement = 0
					voronoiFrequency = 5
					voronoiSeed = 824
					order = 101
					enabled = True
					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
					}
					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
					}
				}
				VoronoiCraters
				{
					colorOpacity = 0.7
					DebugColorMapping = False
					deformation = 200
					jitter = 0.1
					jitterHeight = 2
					rFactor = 1
					rOffset = 1.1
					simplexFrequency = 300
					simplexOctaves = 3
					simplexPersistence = 0.5
					simplexSeed = 123123
					voronoiDisplacement = 0
					voronoiFrequency = 6
					voronoiSeed = 462
					order = 100
					enabled = True
					CraterCurve
					{
						key = -0.9963056 -0.7950293 -0.1902251 -0.1902251
						key = -0.9520697 -0.8223228 -0.6806358 -0.6806358
						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.08363447 -0.4453675 -0.4453675
						key = 0.2817185 0.01192154 0.01421198 0.01421198
						key = 1.000876 0.001117015 0.01397126 0.01397126
					}
					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.3141366 0.9276265 0 0
						key = -0.2586833 0.002564805 -0.01814346 -0.01814346
						key = 0.9970253 0.003401639 0 0
					}
				}
            }
        }
    }
}


//===============================================================================================================//
//=====  Kopernicus 1.4.3-2 - (BuildDate: 06.05.2018 19:19:24; AssemblyHash: YOBsIozafGgEe3udSDKwKCih5BE=)  =====//
//===============================================================================================================//
[LOG 17:35:24]: Logger "Hodor.Body" was created
[LOG 17:35:24]: Parsing Target name in (Kopernicus.Configuration.Body) as (System.String)
[LOG 17:35:24]: Parsing Target Template in (Kopernicus.Configuration.Body) as (Kopernicus.Configuration.TemplateLoader)
[LOG 17:35:24]: Parsing Target name in (Kopernicus.Configuration.TemplateLoader) as (System.String)
[LOG 17:35:24]: Parsing Target removePQS in (Kopernicus.Configuration.TemplateLoader) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 17:35:24]: Parsing Target removeBiomes in (Kopernicus.Configuration.TemplateLoader) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 17:35:24]: Parsing Target removeAtmosphere in (Kopernicus.Configuration.TemplateLoader) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 17:35:24]: Parsing Target removeOcean in (Kopernicus.Configuration.TemplateLoader) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 17:35:24]: Parsing Target removePQSMods in (Kopernicus.Configuration.TemplateLoader) as (Kopernicus.StringCollectionParser)
[LOG 17:35:24]: Parsing Target removeAllPQSMods in (Kopernicus.Configuration.TemplateLoader) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 17:35:24]: Parsing Target removeProgressTree in (Kopernicus.Configuration.TemplateLoader) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 17:35:24]: Parsing Target removeCoronas in (Kopernicus.Configuration.TemplateLoader) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 17:35:24]: [Kopernicus]: Configuration.Template: Using Template "Gilly"
[LOG 17:35:24]: Removing mods from pqs Gilly
[LOG 17:35:24]: Creating blacklist
[LOG 17:35:24]: Blacklist count = 4
[LOG 17:35:24]: Adding all found PQSMods in pqs Gilly
[LOG 17:35:24]: Adding to removelist: PQSMod_VertexSimplexHeightAbsolute
[LOG 17:35:24]: Adding to removelist: PQSMod_VertexHeightNoise
[LOG 17:35:24]: Adding to removelist: PQSMod_AltitudeAlpha
[LOG 17:35:24]: Adding to removelist: PQSMod_VertexSimplexNoiseColor
[LOG 17:35:24]: Adding to removelist: PQSLandControl
[LOG 17:35:24]: Adding to removelist: PQSCity
[LOG 17:35:24]: Removed mod PQSMod_VertexSimplexHeightAbsolute
[LOG 17:35:24]: Removed mod PQSMod_VertexHeightNoise
[LOG 17:35:24]: Removed mod PQSMod_AltitudeAlpha
[LOG 17:35:24]: Removed mod PQSMod_VertexSimplexNoiseColor
[LOG 17:35:24]: Removed mod PQSLandControl
[LOG 17:35:24]: Removed mod PQSCity
[LOG 17:35:24]: Parsing Target cacheFile in (Kopernicus.Configuration.Body) as (System.String)
[LOG 17:35:24]: Parsing Target barycenter in (Kopernicus.Configuration.Body) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 17:35:24]: Parsing Target cbNameLater in (Kopernicus.Configuration.Body) as (System.String)
[LOG 17:35:24]: Parsing Target identifier in (Kopernicus.Configuration.Body) as (System.String)
[LOG 17:35:24]: Parsing Target finalizeOrbit in (Kopernicus.Configuration.Body) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 17:35:24]: Parsing Target randomMainMenuBody in (Kopernicus.Configuration.Body) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 17:35:24]: Parsing Target contractWeight in (Kopernicus.Configuration.Body) as (Kopernicus.NumericParser`1[System.Int32])
[LOG 17:35:24]: Parsing Target Properties in (Kopernicus.Configuration.Body) as (Kopernicus.Configuration.PropertiesLoader)
[LOG 17:35:24]: Parsing Target description in (Kopernicus.Configuration.PropertiesLoader) as (System.String)
[LOG 17:35:24]: Parsing Target radius in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target geeASL in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target mass in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target gravParameter in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target rotates in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 17:35:24]: Parsing Target rotationPeriod in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target tidallyLocked in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 17:35:24]: Parsing Target initialRotation in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target inverseRotThresholdAltitude in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.NumericParser`1[System.Single])
[LOG 17:35:24]: Parsing Target albedo in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target emissivity in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target coreTemperatureOffset in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target timewarpAltitudeLimits in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.NumericCollectionParser`1[System.Single])
[LOG 17:35:24]: Parsing Target sphereOfInfluence in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target solarRotationPeriod in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 17:35:24]: Parsing Target navballSwitchRadiusMult in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target navballSwitchRadiusMultLow in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target ScienceValues in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.Configuration.ScienceValuesLoader)
[LOG 17:35:24]: Parsing Target biomeMap in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.Configuration.MapSOParser_RGB`1[CBAttributeMapSO])
[LOG 17:35:24]: Parsing Target nonExactThreshold in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.NumericParser`1[System.Single])
[LOG 17:35:24]: Parsing Target exactSearch in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 17:35:24]: Parsing Target useTheInName in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 17:35:24]: Parsing Target displayName in (Kopernicus.Configuration.PropertiesLoader) as (System.String)
[LOG 17:35:24]: Parsing Target selectable in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 17:35:24]: Parsing Target RDVisibility in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.EnumParser`1[Kopernicus.Configuration.PropertiesLoader+RDVisibility])
[LOG 17:35:24]: Parsing Target RnDVisibility in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.EnumParser`1[Kopernicus.Configuration.PropertiesLoader+RDVisibility])
[LOG 17:35:24]: Parsing Target RnDRotation in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 17:35:24]: Parsing Target maxZoom in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.NumericParser`1[System.Single])
[LOG 17:35:24]: Parsing Target Biomes in (Kopernicus.Configuration.PropertiesLoader) as (Kopernicus.Configuration.CallbackList`1[Kopernicus.Configuration.BiomeLoader])
[LOG 17:35:24]: Via surface G, set gravParam to 367374498.642112, mass to 5.50449647954643E+18
[LOG 17:35:24]: --------- Science Values ------------
[LOG 17:35:24]: LandedDataValue = 9
[LOG 17:35:24]: SplashedDataValue = 1
[LOG 17:35:24]: FlyingLowDataValue = 1
[LOG 17:35:24]: FlyingHighDataValue = 1
[LOG 17:35:24]: InSpaceLowDataValue = 8
[LOG 17:35:24]: InSpaceHighDataValue = 6
[LOG 17:35:24]: RecoveryValue = 6
[LOG 17:35:24]: flyingAltitudeThreshold = 18000
[LOG 17:35:24]: spaceAltitudeThreshold = 6000
[LOG 17:35:24]: --------------------------------------
[LOG 17:35:24]: Found Biome: Midlands : RGBA(0.796, 0.631, 0.365, 1.000) : 0
[LOG 17:35:24]: Found Biome: Lowlands : RGBA(0.647, 0.506, 0.278, 1.000) : 0
[LOG 17:35:24]: Found Biome: Highlands : RGBA(0.918, 0.792, 0.588, 1.000) : 0
[LOG 17:35:24]: Added Progress Tree
[LOG 17:35:24]: Parsing Target Orbit in (Kopernicus.Configuration.Body) as (Kopernicus.Configuration.OrbitLoader)
[LOG 17:35:24]: Parsing Target referenceBody in (Kopernicus.Configuration.OrbitLoader) as (System.String)
[LOG 17:35:24]: Parsing Target inclination in (Kopernicus.Configuration.OrbitLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target eccentricity in (Kopernicus.Configuration.OrbitLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target semiMajorAxis in (Kopernicus.Configuration.OrbitLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target longitudeOfAscendingNode in (Kopernicus.Configuration.OrbitLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target argumentOfPeriapsis in (Kopernicus.Configuration.OrbitLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target meanAnomalyAtEpoch in (Kopernicus.Configuration.OrbitLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target meanAnomalyAtEpochD in (Kopernicus.Configuration.OrbitLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target epoch in (Kopernicus.Configuration.OrbitLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target color in (Kopernicus.Configuration.OrbitLoader) as (Kopernicus.ColorParser)
[LOG 17:35:24]: Parsing Target iconColor in (Kopernicus.Configuration.OrbitLoader) as (Kopernicus.ColorParser)
[LOG 17:35:24]: Parsing Target nodeColor in (Kopernicus.Configuration.OrbitLoader) as (Kopernicus.ColorParser)
[LOG 17:35:24]: Parsing Target mode in (Kopernicus.Configuration.OrbitLoader) as (Kopernicus.EnumParser`1[OrbitRendererBase+DrawMode])
[LOG 17:35:24]: Parsing Target icon in (Kopernicus.Configuration.OrbitLoader) as (Kopernicus.EnumParser`1[OrbitRendererBase+DrawIcons])
[LOG 17:35:24]: Parsing Target cameraSmaRatioBounds in (Kopernicus.Configuration.OrbitLoader) as (Kopernicus.NumericCollectionParser`1[System.Single])
[LOG 17:35:24]: Parsing Target ScaledVersion in (Kopernicus.Configuration.Body) as (Kopernicus.Configuration.ScaledVersionLoader)
[LOG 17:35:24]: Parsing Target Atmosphere in (Kopernicus.Configuration.Body) as (Kopernicus.Configuration.AtmosphereLoader)
[LOG 17:35:24]: Parsing Target PQS in (Kopernicus.Configuration.Body) as (Kopernicus.Configuration.PQSLoader)
[LOG 17:35:24]: Parsing Target materialType in (Kopernicus.Configuration.PQSLoader) as (Kopernicus.EnumParser`1[Kopernicus.Configuration.PQSLoader+PQSMaterialType])
[LOG 17:35:24]: Parsing Target PhysicsMaterial in (Kopernicus.Configuration.PQSLoader) as (Kopernicus.Configuration.PhysicsMaterialParser)
[LOG 17:35:24]: Parsing Target minLevel in (Kopernicus.Configuration.PQSLoader) as (Kopernicus.NumericParser`1[System.Int32])
[LOG 17:35:24]: Parsing Target maxLevel in (Kopernicus.Configuration.PQSLoader) as (Kopernicus.NumericParser`1[System.Int32])
[LOG 17:35:24]: Parsing Target minDetailDistance in (Kopernicus.Configuration.PQSLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target maxQuadLengthsPerFrame in (Kopernicus.Configuration.PQSLoader) as (Kopernicus.NumericParser`1[System.Single])
[LOG 17:35:24]: Parsing Target fadeStart in (Kopernicus.Configuration.PQSLoader) as (Kopernicus.NumericParser`1[System.Single])
[LOG 17:35:24]: Parsing Target fadeEnd in (Kopernicus.Configuration.PQSLoader) as (Kopernicus.NumericParser`1[System.Single])
[LOG 17:35:24]: Parsing Target deactivateAltitude in (Kopernicus.Configuration.PQSLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target mapMaxHeight in (Kopernicus.Configuration.PQSLoader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target Material in (Kopernicus.Configuration.PQSLoader) as (UnityEngine.Material)
[LOG 17:35:24]: Parsing Target FallbackMaterial in (Kopernicus.Configuration.PQSLoader) as (UnityEngine.Material)
[LOG 17:35:24]: Parsing Target Mods in (Kopernicus.Configuration.PQSLoader) as (System.Collections.Generic.List`1[Kopernicus.Configuration.ModLoader.IModLoader])
[LOG 17:35:24]: Parsing Target blend in (Kopernicus.Configuration.ModLoader.VertexSimplexNoiseColor) as (Kopernicus.NumericParser`1[System.Single])
[LOG 17:35:24]: Parsing Target colorStart in (Kopernicus.Configuration.ModLoader.VertexSimplexNoiseColor) as (Kopernicus.ColorParser)
[LOG 17:35:24]: Parsing Target colorEnd in (Kopernicus.Configuration.ModLoader.VertexSimplexNoiseColor) as (Kopernicus.ColorParser)
[LOG 17:35:24]: Parsing Target frequency in (Kopernicus.Configuration.ModLoader.VertexSimplexNoiseColor) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target octaves in (Kopernicus.Configuration.ModLoader.VertexSimplexNoiseColor) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target persistence in (Kopernicus.Configuration.ModLoader.VertexSimplexNoiseColor) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target seed in (Kopernicus.Configuration.ModLoader.VertexSimplexNoiseColor) as (Kopernicus.NumericParser`1[System.Int32])
[LOG 17:35:24]: Parsing Target order in (Kopernicus.Configuration.ModLoader.VertexSimplexNoiseColor) as (Kopernicus.NumericParser`1[System.Int32])
[LOG 17:35:24]: Parsing Target enabled in (Kopernicus.Configuration.ModLoader.VertexSimplexNoiseColor) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 17:35:24]: Parsing Target name in (Kopernicus.Configuration.ModLoader.VertexSimplexNoiseColor) as (System.String)
[LOG 17:35:24]: Parsing Target deformity in (Kopernicus.Configuration.ModLoader.VertexSimplexHeightAbsolute) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target frequency in (Kopernicus.Configuration.ModLoader.VertexSimplexHeightAbsolute) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target octaves in (Kopernicus.Configuration.ModLoader.VertexSimplexHeightAbsolute) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target persistence in (Kopernicus.Configuration.ModLoader.VertexSimplexHeightAbsolute) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target seed in (Kopernicus.Configuration.ModLoader.VertexSimplexHeightAbsolute) as (Kopernicus.NumericParser`1[System.Int32])
[LOG 17:35:24]: Parsing Target order in (Kopernicus.Configuration.ModLoader.VertexSimplexHeightAbsolute) as (Kopernicus.NumericParser`1[System.Int32])
[LOG 17:35:24]: Parsing Target enabled in (Kopernicus.Configuration.ModLoader.VertexSimplexHeightAbsolute) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 17:35:24]: Parsing Target name in (Kopernicus.Configuration.ModLoader.VertexSimplexHeightAbsolute) as (System.String)
[LOG 17:35:24]: Parsing Target deformity in (Kopernicus.Configuration.ModLoader.VertexSimplexHeightAbsolute) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target frequency in (Kopernicus.Configuration.ModLoader.VertexSimplexHeightAbsolute) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target octaves in (Kopernicus.Configuration.ModLoader.VertexSimplexHeightAbsolute) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target persistence in (Kopernicus.Configuration.ModLoader.VertexSimplexHeightAbsolute) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target seed in (Kopernicus.Configuration.ModLoader.VertexSimplexHeightAbsolute) as (Kopernicus.NumericParser`1[System.Int32])
[LOG 17:35:24]: Parsing Target order in (Kopernicus.Configuration.ModLoader.VertexSimplexHeightAbsolute) as (Kopernicus.NumericParser`1[System.Int32])
[LOG 17:35:24]: Parsing Target enabled in (Kopernicus.Configuration.ModLoader.VertexSimplexHeightAbsolute) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 17:35:24]: Parsing Target name in (Kopernicus.Configuration.ModLoader.VertexSimplexHeightAbsolute) as (System.String)
[LOG 17:35:24]: Parsing Target deformity in (Kopernicus.Configuration.ModLoader.VertexHeightNoise) as (Kopernicus.NumericParser`1[System.Single])
[LOG 17:35:24]: Parsing Target frequency in (Kopernicus.Configuration.ModLoader.VertexHeightNoise) as (Kopernicus.NumericParser`1[System.Single])
[LOG 17:35:24]: Parsing Target octaves in (Kopernicus.Configuration.ModLoader.VertexHeightNoise) as (Kopernicus.NumericParser`1[System.Int32])
[LOG 17:35:24]: Parsing Target persistence in (Kopernicus.Configuration.ModLoader.VertexHeightNoise) as (Kopernicus.NumericParser`1[System.Single])
[LOG 17:35:24]: Parsing Target seed in (Kopernicus.Configuration.ModLoader.VertexHeightNoise) as (Kopernicus.NumericParser`1[System.Int32])
[LOG 17:35:24]: Parsing Target noiseType in (Kopernicus.Configuration.ModLoader.VertexHeightNoise) as (Kopernicus.EnumParser`1[Kopernicus.KopernicusNoiseType])
[LOG 17:35:24]: Parsing Target mode in (Kopernicus.Configuration.ModLoader.VertexHeightNoise) as (Kopernicus.EnumParser`1[Kopernicus.KopernicusNoiseQuality])
[LOG 17:35:24]: Parsing Target lacunarity in (Kopernicus.Configuration.ModLoader.VertexHeightNoise) as (Kopernicus.NumericParser`1[System.Single])
[LOG 17:35:24]: Parsing Target order in (Kopernicus.Configuration.ModLoader.VertexHeightNoise) as (Kopernicus.NumericParser`1[System.Int32])
[LOG 17:35:24]: Parsing Target enabled in (Kopernicus.Configuration.ModLoader.VertexHeightNoise) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 17:35:24]: Parsing Target name in (Kopernicus.Configuration.ModLoader.VertexHeightNoise) as (System.String)
[LOG 17:35:24]: Parsing Target colorOpacity in (Kopernicus.Configuration.ModLoader.VoronoiCraters) as (Kopernicus.NumericParser`1[System.Single])
[LOG 17:35:24]: Parsing Target DebugColorMapping in (Kopernicus.Configuration.ModLoader.VoronoiCraters) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 17:35:24]: Parsing Target deformation in (Kopernicus.Configuration.ModLoader.VoronoiCraters) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target CraterCurve in (Kopernicus.Configuration.ModLoader.VoronoiCraters) as (Kopernicus.FloatCurveParser)
[LOG 17:35:24]: Parsing Target jitter in (Kopernicus.Configuration.ModLoader.VoronoiCraters) as (Kopernicus.NumericParser`1[System.Single])
[LOG 17:35:24]: Parsing Target JitterCurve in (Kopernicus.Configuration.ModLoader.VoronoiCraters) as (Kopernicus.FloatCurveParser)
[LOG 17:35:24]: Parsing Target jitterHeight in (Kopernicus.Configuration.ModLoader.VoronoiCraters) as (Kopernicus.NumericParser`1[System.Single])
[LOG 17:35:24]: Parsing Target rFactor in (Kopernicus.Configuration.ModLoader.VoronoiCraters) as (Kopernicus.NumericParser`1[System.Single])
[LOG 17:35:24]: Parsing Target rOffset in (Kopernicus.Configuration.ModLoader.VoronoiCraters) as (Kopernicus.NumericParser`1[System.Single])
[LOG 17:35:24]: Parsing Target simplexFrequency in (Kopernicus.Configuration.ModLoader.VoronoiCraters) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target simplexOctaves in (Kopernicus.Configuration.ModLoader.VoronoiCraters) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target simplexPersistence in (Kopernicus.Configuration.ModLoader.VoronoiCraters) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target simplexSeed in (Kopernicus.Configuration.ModLoader.VoronoiCraters) as (Kopernicus.NumericParser`1[System.Int32])
[LOG 17:35:24]: Parsing Target voronoiDisplacement in (Kopernicus.Configuration.ModLoader.VoronoiCraters) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target voronoiFrequency in (Kopernicus.Configuration.ModLoader.VoronoiCraters) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target voronoiSeed in (Kopernicus.Configuration.ModLoader.VoronoiCraters) as (Kopernicus.NumericParser`1[System.Int32])
[LOG 17:35:24]: Parsing Target order in (Kopernicus.Configuration.ModLoader.VoronoiCraters) as (Kopernicus.NumericParser`1[System.Int32])
[LOG 17:35:24]: Parsing Target enabled in (Kopernicus.Configuration.ModLoader.VoronoiCraters) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 17:35:24]: Parsing Target name in (Kopernicus.Configuration.ModLoader.VoronoiCraters) as (System.String)
[LOG 17:35:24]: Parsing Target colorOpacity in (Kopernicus.Configuration.ModLoader.VoronoiCraters) as (Kopernicus.NumericParser`1[System.Single])
[LOG 17:35:24]: Parsing Target DebugColorMapping in (Kopernicus.Configuration.ModLoader.VoronoiCraters) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 17:35:24]: Parsing Target deformation in (Kopernicus.Configuration.ModLoader.VoronoiCraters) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target CraterCurve in (Kopernicus.Configuration.ModLoader.VoronoiCraters) as (Kopernicus.FloatCurveParser)
[LOG 17:35:24]: Parsing Target jitter in (Kopernicus.Configuration.ModLoader.VoronoiCraters) as (Kopernicus.NumericParser`1[System.Single])
[LOG 17:35:24]: Parsing Target JitterCurve in (Kopernicus.Configuration.ModLoader.VoronoiCraters) as (Kopernicus.FloatCurveParser)
[LOG 17:35:24]: Parsing Target jitterHeight in (Kopernicus.Configuration.ModLoader.VoronoiCraters) as (Kopernicus.NumericParser`1[System.Single])
[LOG 17:35:24]: Parsing Target rFactor in (Kopernicus.Configuration.ModLoader.VoronoiCraters) as (Kopernicus.NumericParser`1[System.Single])
[LOG 17:35:24]: Parsing Target rOffset in (Kopernicus.Configuration.ModLoader.VoronoiCraters) as (Kopernicus.NumericParser`1[System.Single])
[LOG 17:35:24]: Parsing Target simplexFrequency in (Kopernicus.Configuration.ModLoader.VoronoiCraters) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target simplexOctaves in (Kopernicus.Configuration.ModLoader.VoronoiCraters) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target simplexPersistence in (Kopernicus.Configuration.ModLoader.VoronoiCraters) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target simplexSeed in (Kopernicus.Configuration.ModLoader.VoronoiCraters) as (Kopernicus.NumericParser`1[System.Int32])
[LOG 17:35:24]: Parsing Target voronoiDisplacement in (Kopernicus.Configuration.ModLoader.VoronoiCraters) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target voronoiFrequency in (Kopernicus.Configuration.ModLoader.VoronoiCraters) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:24]: Parsing Target voronoiSeed in (Kopernicus.Configuration.ModLoader.VoronoiCraters) as (Kopernicus.NumericParser`1[System.Int32])
[LOG 17:35:24]: Parsing Target order in (Kopernicus.Configuration.ModLoader.VoronoiCraters) as (Kopernicus.NumericParser`1[System.Int32])
[LOG 17:35:24]: Parsing Target enabled in (Kopernicus.Configuration.ModLoader.VoronoiCraters) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 17:35:24]: Parsing Target name in (Kopernicus.Configuration.ModLoader.VoronoiCraters) as (System.String)
[LOG 17:35:24]:   Hodor (UnityEngine.GameObject)
[LOG 17:35:24]:    >>> Components <<< 
[LOG 17:35:24]:    Hodor (UnityEngine.Transform)
[LOG 17:35:24]:    Hodor (PQS)
[LOG 17:35:24]:    >>> ---------- <<< 
[LOG 17:35:24]:       _CelestialBody (UnityEngine.GameObject)
[LOG 17:35:24]:        >>> Components <<< 
[LOG 17:35:24]:        _CelestialBody (UnityEngine.Transform)
[LOG 17:35:24]:        _CelestialBody (PQSMod_CelestialBodyTransform)
[LOG 17:35:24]:        >>> ---------- <<< 
[LOG 17:35:24]:       _SurfaceQuadUVs (UnityEngine.GameObject)
[LOG 17:35:24]:        >>> Components <<< 
[LOG 17:35:24]:        _SurfaceQuadUVs (UnityEngine.Transform)
[LOG 17:35:24]:        _SurfaceQuadUVs (PQSMod_UVPlanetRelativePosition)
[LOG 17:35:24]:        >>> ---------- <<< 
[LOG 17:35:24]:       QuadMeshColliders (UnityEngine.GameObject)
[LOG 17:35:24]:        >>> Components <<< 
[LOG 17:35:24]:        QuadMeshColliders (UnityEngine.Transform)
[LOG 17:35:24]:        QuadMeshColliders (PQSMod_QuadMeshColliders)
[LOG 17:35:24]:        >>> ---------- <<< 
[LOG 17:35:24]:       OnDemandHandler (UnityEngine.GameObject)
[LOG 17:35:24]:        >>> Components <<< 
[LOG 17:35:24]:        OnDemandHandler (UnityEngine.Transform)
[LOG 17:35:24]:        OnDemandHandler (Kopernicus.OnDemand.PQSMod_OnDemandHandler)
[LOG 17:35:24]:        >>> ---------- <<< 
[LOG 17:35:24]:       VertexSimplexNoiseColor (UnityEngine.GameObject)
[LOG 17:35:24]:        >>> Components <<< 
[LOG 17:35:24]:        VertexSimplexNoiseColor (UnityEngine.Transform)
[LOG 17:35:24]:        VertexSimplexNoiseColor (PQSMod_VertexSimplexNoiseColor)
[LOG 17:35:24]:        >>> ---------- <<< 
[LOG 17:35:24]:       Base (UnityEngine.GameObject)
[LOG 17:35:24]:        >>> Components <<< 
[LOG 17:35:24]:        Base (UnityEngine.Transform)
[LOG 17:35:24]:        Base (PQSMod_VertexSimplexHeightAbsolute)
[LOG 17:35:24]:        >>> ---------- <<< 
[LOG 17:35:24]:       Ridges (UnityEngine.GameObject)
[LOG 17:35:24]:        >>> Components <<< 
[LOG 17:35:24]:        Ridges (UnityEngine.Transform)
[LOG 17:35:24]:        Ridges (PQSMod_VertexSimplexHeightAbsolute)
[LOG 17:35:24]:        >>> ---------- <<< 
[LOG 17:35:24]:       VertexHeightNoise (UnityEngine.GameObject)
[LOG 17:35:24]:        >>> Components <<< 
[LOG 17:35:24]:        VertexHeightNoise (UnityEngine.Transform)
[LOG 17:35:24]:        VertexHeightNoise (PQSMod_VertexHeightNoise)
[LOG 17:35:24]:        >>> ---------- <<< 
[LOG 17:35:24]:       VoronoiCraters (UnityEngine.GameObject)
[LOG 17:35:24]:        >>> Components <<< 
[LOG 17:35:24]:        VoronoiCraters (UnityEngine.Transform)
[LOG 17:35:24]:        VoronoiCraters (PQSMod_VoronoiCraters)
[LOG 17:35:24]:        >>> ---------- <<< 
[LOG 17:35:24]:       VoronoiCraters (UnityEngine.GameObject)
[LOG 17:35:24]:        >>> Components <<< 
[LOG 17:35:24]:        VoronoiCraters (UnityEngine.Transform)
[LOG 17:35:24]:        VoronoiCraters (PQSMod_VoronoiCraters)
[LOG 17:35:24]:        >>> ---------- <<< 
[LOG 17:35:24]: Parsing Target Ocean in (Kopernicus.Configuration.Body) as (Kopernicus.Configuration.OceanLoader)
[LOG 17:35:24]: Parsing Target Rings in (Kopernicus.Configuration.Body) as (System.Collections.Generic.List`1[Kopernicus.Configuration.RingLoader])
[LOG 17:35:24]: Parsing Target Particles in (Kopernicus.Configuration.Body) as (System.Collections.Generic.List`1[Kopernicus.Configuration.ParticleLoader])
[LOG 17:35:24]: Parsing Target SpaceCenter in (Kopernicus.Configuration.Body) as (Kopernicus.Configuration.SpaceCenterLoader)
[LOG 17:35:24]: Parsing Target Debug in (Kopernicus.Configuration.Body) as (Kopernicus.Configuration.DebugLoader)
[LOG 17:35:24]: Parsing Target exportMesh in (Kopernicus.Configuration.DebugLoader) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 17:35:24]: Parsing Target update in (Kopernicus.Configuration.DebugLoader) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 17:35:24]: Parsing Target showSOI in (Kopernicus.Configuration.DebugLoader) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 17:35:24]: Parsing Target PostSpawnOrbit in (Kopernicus.Configuration.Body) as (ConfigNode)
[LOG 17:35:25]: --------- Celestial Body ------------
[LOG 17:35:25]: bodyName = Hodor
[LOG 17:35:25]: bodyDisplayName = Hodor
[LOG 17:35:25]: bodyAdjectiveDisplayName = Gilly^n
[LOG 17:35:25]: bodyDescription = Wait, what?  When did this show up?  You know what ... ALIENS!
[LOG 17:35:25]: GeeASL = 0.0149847093
[LOG 17:35:25]: Radius = 50000
[LOG 17:35:25]: Mass = 5.50449647954643E+18
[LOG 17:35:25]: Density = 0
[LOG 17:35:25]: SurfaceArea = 0
[LOG 17:35:25]: gravParameter = 367374498.642112
[LOG 17:35:25]: sphereOfInfluence = 0
[LOG 17:35:25]: hillSphere = 0
[LOG 17:35:25]: gMagnitudeAtCenter = 367374498.642112
[LOG 17:35:25]: atmDensityASL = 0
[LOG 17:35:25]: scaledEllipsoid = True
[LOG 17:35:25]: scaledElipRadMult = [1, 1, 1]
[LOG 17:35:25]: scaledRadiusHorizonMultiplier = 1
[LOG 17:35:25]: navballSwitchRadiusMult = 0.06
[LOG 17:35:25]: navballSwitchRadiusMultLow = 0.055
[LOG 17:35:25]: use_The_InName = False
[LOG 17:35:25]: isHomeWorld = False
[LOG 17:35:25]: ocean = False
[LOG 17:35:25]: oceanUseFog = True
[LOG 17:35:25]: oceanFogPQSDepth = 1000
[LOG 17:35:25]: oceanFogPQSDepthRecip = 0.001
[LOG 17:35:25]: oceanFogDensityStart = 0.015
[LOG 17:35:25]: oceanFogDensityEnd = 0.13
[LOG 17:35:25]: oceanFogDensityPQSMult = 0.02
[LOG 17:35:25]: oceanFogDensityAltScalar = -0.0008
[LOG 17:35:25]: oceanFogDensityExponent = 1
[LOG 17:35:25]: oceanFogColorStart = RGBA(0.000, 0.337, 0.486, 1.000)
[LOG 17:35:25]: oceanFogColorEnd = RGBA(0.000, 0.084, 0.122, 1.000)
[LOG 17:35:25]: oceanFogDawnFactor = 10
[LOG 17:35:25]: oceanSkyColorMult = 1.2
[LOG 17:35:25]: oceanSkyColorOpacityBase = 0.2
[LOG 17:35:25]: oceanSkyColorOpacityAltMult = 2
[LOG 17:35:25]: oceanDensity = 1
[LOG 17:35:25]: oceanAFGBase = 0.6
[LOG 17:35:25]: oceanAFGAltMult = 0.05
[LOG 17:35:25]: oceanAFGMin = 0.05
[LOG 17:35:25]: oceanSunBase = 0.5
[LOG 17:35:25]: oceanSunAltMult = 0.01
[LOG 17:35:25]: oceanSunMin = 0.05
[LOG 17:35:25]: oceanAFGLerp = False
[LOG 17:35:25]: oceanMinAlphaFogDistance = 200
[LOG 17:35:25]: oceanMaxAlbedoFog = 0.95
[LOG 17:35:25]: oceanMaxAlphaFog = 0.9
[LOG 17:35:25]: oceanAlbedoDistanceScalar = 0.01
[LOG 17:35:25]: oceanAlphaDistanceScalar = 0.01
[LOG 17:35:25]: minOrbitalDistance = 100000
[LOG 17:35:25]: atmosphere = False
[LOG 17:35:25]: atmosphereContainsOxygen = False
[LOG 17:35:25]: atmosphereDepth = 0
[LOG 17:35:25]: atmosphereTemperatureSeaLevel = 288
[LOG 17:35:25]: atmospherePressureSeaLevel = 101.325
[LOG 17:35:25]: atmosphereMolarMass = 0.0289644
[LOG 17:35:25]: atmosphereAdiabaticIndex = 1.39999997615814
[LOG 17:35:25]: atmosphereTemperatureLapseRate = 0
[LOG 17:35:25]: atmosphereGasMassLapseRate = 0
[LOG 17:35:25]: atmosphereUseTemperatureCurve = False
[LOG 17:35:25]: atmosphereTemperatureCurveIsNormalized = False
[LOG 17:35:25]: atmosphereTemperatureCurve = FloatCurve
[LOG 17:35:25]: latitudeTemperatureBiasCurve = FloatCurve
[LOG 17:35:25]: latitudeTemperatureSunMultCurve = FloatCurve
[LOG 17:35:25]: axialTemperatureSunMultCurve = FloatCurve
[LOG 17:35:25]: axialTemperatureSunBiasCurve = FloatCurve
[LOG 17:35:25]: atmosphereTemperatureSunMultCurve = FloatCurve
[LOG 17:35:25]: maxAxialDot = 0
[LOG 17:35:25]: eccentricityTemperatureBiasCurve = FloatCurve
[LOG 17:35:25]: albedo = 0.15
[LOG 17:35:25]: emissivity = 0.85
[LOG 17:35:25]: coreTemperatureOffset = 20
[LOG 17:35:25]: convectionMultiplier = 1
[LOG 17:35:25]: shockTemperatureMultiplier = 1
[LOG 17:35:25]: atmosphereUsePressureCurve = False
[LOG 17:35:25]: atmospherePressureCurveIsNormalized = False
[LOG 17:35:25]: atmospherePressureCurve = FloatCurve
[LOG 17:35:25]: radiusAtmoFactor = 1
[LOG 17:35:25]: hasSolidSurface = True
[LOG 17:35:25]: rotation = (0.0, 0.0, 0.0, 0.0)
[LOG 17:35:25]: orbitDriver = Hodor (OrbitDriver)
[LOG 17:35:25]: pqsController = Hodor (PQS)
[LOG 17:35:25]: pqsSurfaceObjects = PQSSurfaceObject[]
[LOG 17:35:25]: scaledBody = Hodor (UnityEngine.GameObject)
[LOG 17:35:25]: afg = 
[LOG 17:35:25]: rotates = True
[LOG 17:35:25]: rotationPeriod = 28255
[LOG 17:35:25]: rotPeriodRecip = 0
[LOG 17:35:25]: solarDayLength = 0
[LOG 17:35:25]: solarRotationPeriod = False
[LOG 17:35:25]: initialRotation = 5
[LOG 17:35:25]: rotationAngle = 0
[LOG 17:35:25]: directRotAngle = 0
[LOG 17:35:25]: angularVelocity = [0, 0, 0]
[LOG 17:35:25]: zUpAngularVelocity = [0, 0, 0]
[LOG 17:35:25]: tidallyLocked = False
[LOG 17:35:25]: clampInverseRotThreshold = True
[LOG 17:35:25]: inverseRotation = False
[LOG 17:35:25]: inverseRotThresholdAltitude = 100000
[LOG 17:35:25]: angularV = 0
[LOG 17:35:25]: timeWarpAltitudeLimits = System.Single[]
[LOG 17:35:25]: atmosphericAmbientColor = RGBA(0.000, 0.000, 0.000, 0.000)
[LOG 17:35:25]: orbitingBodies = System.Collections.Generic.List`1[CelestialBody]
[LOG 17:35:25]: BodyFrame = Planetarium+CelestialFrame
[LOG 17:35:25]: progressTree = KSPAchievements.CelestialBodySubtree
[LOG 17:35:25]: bodyType = Generic
[LOG 17:35:25]: scienceValues = CelestialBodyScienceParams
[LOG 17:35:25]: BiomeMap = gilly_biome (CBAttributeMapSO)
[LOG 17:35:25]: MiniBiomes = MiniBiome[]
[LOG 17:35:25]: bodyTransform = Hodor (UnityEngine.Transform)
[LOG 17:35:25]: --------------------------------------
[LOG 17:35:25]: Hodor is using custom cache file 'C:/Program Files (x86)/Steam/steamapps/common/Kerbal Space Program/KSP_x64_Data/../GameData/KopernicusExamples/Creating New Bodies/ProceduralBody/Cache/Hodor.bin'
[LOG 17:35:25]: Body.PostApply(ConfigNode): Loading cached scaled space mesh: Hodor


//===============================================================================================================//
//=====  Kopernicus 1.4.3-2 - (BuildDate: 06.05.2018 19:19:24; AssemblyHash: YOBsIozafGgEe3udSDKwKCih5BE=)  =====//
//===============================================================================================================//
[LOG 17:35:22]: Logger "Kopernicus" was created
[LOG 17:35:22]: Injector.Awake(): Begin
[LOG 17:35:22]: Parsing Target name in (Kopernicus.Configuration.Loader) as (System.String)
[LOG 17:35:22]: Parsing Target timeScale in (Kopernicus.Configuration.Loader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:22]: Parsing Target scale in (Kopernicus.Configuration.Loader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:22]: Parsing Target Epoch in (Kopernicus.Configuration.Loader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:22]: Parsing Target useOnDemand in (Kopernicus.Configuration.Loader) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 17:35:22]: Parsing Target onDemandLoadOnMissing in (Kopernicus.Configuration.Loader) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 17:35:22]: Parsing Target onDemandLogOnMissing in (Kopernicus.Configuration.Loader) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 17:35:22]: Parsing Target onDemandUnloadDelay in (Kopernicus.Configuration.Loader) as (Kopernicus.NumericParser`1[System.Int32])
[LOG 17:35:22]: Parsing Target useManualMemoryManagement in (Kopernicus.Configuration.Loader) as (Kopernicus.NumericParser`1[System.Boolean])
[LOG 17:35:22]: Parsing Target mainMenuBody in (Kopernicus.Configuration.Loader) as (System.String)
[LOG 17:35:22]: Parsing Target maxViewingDistance in (Kopernicus.Configuration.Loader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:22]: Parsing Target scaledSpaceFaderMult in (Kopernicus.Configuration.Loader) as (Kopernicus.NumericParser`1[System.Double])
[LOG 17:35:22]: Parsing Target self in (Kopernicus.Configuration.Loader) as (System.Collections.Generic.List`1[Kopernicus.StringCollectionParser])
[LOG 17:35:22]: [Kopernicus]: Configuration.Loader: Loaded Body: Sun
[LOG 17:35:22]: [Kopernicus]: Configuration.Loader: Loaded Body: Moho
[LOG 17:35:23]: [Kopernicus]: Configuration.Loader: Loaded Body: Eve
[LOG 17:35:23]: [Kopernicus]: Configuration.Loader: Loaded Body: Gilly
[LOG 17:35:23]: [Kopernicus]: Configuration.Loader: Loaded Body: Kerbin
[LOG 17:35:23]: [Kopernicus]: Configuration.Loader: Loaded Body: Mun
[LOG 17:35:23]: [Kopernicus]: Configuration.Loader: Loaded Body: Minmus
[LOG 17:35:23]: [Kopernicus]: Configuration.Loader: Loaded Body: Duna
[LOG 17:35:23]: [Kopernicus]: Configuration.Loader: Loaded Body: Ike
[LOG 17:35:24]: [Kopernicus]: Configuration.Loader: Loaded Body: Dres
[LOG 17:35:24]: [Kopernicus]: Configuration.Loader: Loaded Body: Jool
[LOG 17:35:24]: [Kopernicus]: Configuration.Loader: Loaded Body: Laythe
[LOG 17:35:24]: [Kopernicus]: Configuration.Loader: Loaded Body: Vall
[LOG 17:35:24]: [Kopernicus]: Configuration.Loader: Loaded Body: Tylo
[LOG 17:35:24]: [Kopernicus]: Configuration.Loader: Loaded Body: Bop
[LOG 17:35:24]: [Kopernicus]: Configuration.Loader: Loaded Body: Pol
[LOG 17:35:24]: [Kopernicus]: Configuration.Loader: Loaded Body: Eeloo
[LOG 17:35:25]: [Kopernicus]: Configuration.Loader: Loaded Body: Hodor
[LOG 17:35:25]: [Kopernicus]: Configuration.Loader: Loaded Asteroid: Stock
[LOG 17:35:25]: Injector.Awake(): Completed in: 2589.1481 ms
[LOG 17:35:25]: StarLightSwitcher.Start() => Sun
[LOG 17:35:26]: Found Body: Sun:0 -> SOI = Infinity, Hill Sphere = Infinity
[LOG 17:35:26]: Found Body: Kerbin:1 -> SOI = 84159286.4796305, Hill Sphere = 196414707.77848
[LOG 17:35:26]: Found Body: Mun:2 -> SOI = 2429559.11656475, Hill Sphere = 3170563.33757116
[LOG 17:35:26]: Found Body: Minmus:3 -> SOI = 2247428.3879023, Hill Sphere = 3730392.49065433
[LOG 17:35:26]: Found Body: Moho:4 -> SOI = 9646663.02332811, Hill Sphere = 22060314.8155466
[LOG 17:35:26]: Found Body: Eve:5 -> SOI = 85109364.7382441, Hill Sphere = 185949494.965972
[LOG 17:35:26]: Found Body: Duna:6 -> SOI = 47921949.369738, Hill Sphere = 125063736.748336
[LOG 17:35:26]: Found Body: Ike:7 -> SOI = 1049598.93931162, Hill Sphere = 1225978.58343315
[LOG 17:35:26]: Found Body: Jool:8 -> SOI = 2455985185.42347, Hill Sphere = 4065824625.34358
[LOG 17:35:26]: Found Body: Laythe:9 -> SOI = 3723645.81113302, Hill Sphere = 5186318.66159496
[LOG 17:35:26]: Found Body: Vall:10 -> SOI = 2406401.44479404, Hill Sphere = 3893201.55262436
[LOG 17:35:26]: Found Body: Bop:11 -> SOI = 1221060.86284253, Hill Sphere = 2029674.44211376
[LOG 17:35:26]: Found Body: Tylo:12 -> SOI = 10856518.3683586, Hill Sphere = 14757877.6267184
[LOG 17:35:26]: Found Body: Gilly:13 -> SOI = 126123.271704568, Hill Sphere = 142427.423478875
[LOG 17:35:26]: Found Body: Pol:14 -> SOI = 1042138.89230178, Hill Sphere = 2038945.47430365
[LOG 17:35:26]: Found Body: Dres:15 -> SOI = 32832839.5767762, Hill Sphere = 92059713.5005964
[LOG 17:35:26]: Found Body: Eeloo:16 -> SOI = 119082941.647812, Hill Sphere = 266016718.015223
[LOG 17:35:26]: Found Body: Hodor:17 -> SOI = 153110.949484491, Hill Sphere = 279360.893501016
[LOG 17:35:26]: Injector.OnDestroy(): Complete
[LOG 17:35:27]: [Kopernicus] RuntimeUtility Started
[LOG 17:35:27]: StarLightSwitcher.Awake(): Begin

3. Is there a way to increase the voxel resolution of how a body appears from orbit? I.e. can I make this look less... chunky?

Bj6C98l.png

Thanks--any help is appreciated!

 

EDIT: P. S. one thing I tried, to no effect: delete the relevant .bin from Cache, just in case it was a cacheing problem. Nope.

Yeah... You're going to have to generate a ScaledSpace texture, which is the texture that is used in the tracking station and when you are at a far distance away from the object.

To generate it you need KittopiaTech, which is an in-game editor. Just read the thread to learn how to use it:

Kittopia only works with 1.3.1 as of right now, so you're going to have to downgrade KSP to that version and reinstall KSP to compensate (otherwise it won't work.) Also, remove the 

    @Body[Kerbin]
	{
	    obliquity = 15.5
	}

The base game doesn't support axial tilt as of right now.

Edited by Adstriduum
Link to comment
Share on other sites

42 minutes ago, OhioBob said:

Question #1 - Unfortunately, no.  You can fake axial tilt by inclining the ecliptic plane, i.e. planets will have axial tilt relative to their orbits, but that's as close as you can get.  And in that case all the planets will still have their axes pointed in the same direction.

Question #2 - The first thing I'd suggest is to delete your Kopernicus cache.  An old cache file could cause you to see the old shape of the body prior to your changes.  The cache files have a .bin extension.  If you haven't specified the cache location, you'll find the files somewhere inside the Kopernicus folder.  Deleting the cache will just force Kopernicus to recreate it the next time you launch the game.

Thanks for the prompt replies!

@OhioBob thanks for the tip on pseudo obliquity, I may try that.

I did try deleting everything out of .../Kopernicus/Cache--same null result. Color me perplexed.

EDIT: Oh, odd. I just noticed that Kopernicus did *not* create new .bins in its Cache folder, after opening and closing KSP again. I take it this is unexpected behavior?

16 minutes ago, Adstriduum said:

Yeah... You're going to have to generate a ScaledSpace texture, which is the texture that is used in the tracking station and when you are at a far distance away from the object.

To generate it you need KittopiaTech, which is an in-game editor. Just read the thread to learn how to use it:

Kittopia only works with 1.3.1 as of right now, so you're going to have to downgrade KSP to that version and reinstall KSP to compensate (otherwise it won't work.) Also, remove the 


    @Body[Kerbin]
	{
	    obliquity = 15.5
	}

The base game doesn't support axial tilt as of right now.

Thanks @adstriduum. I got the message re: axial tilt. Disappointing!

Also, from the tutorials and stuff I've read, I'm under the impression you don't have to generate a separate ScaledVersion texture--in fact, I could swear I saw recommendations against that?

If what you're saying is true, I'm more apt to try just making new textures/height maps/etc. from scratch. I already downgraded KSP to work with Kopernicus, and I'd rather not go further back in Kerbal history.

Edited by aimeilian
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...