Jump to content

Kopernicus planet won't load


Recommended Posts

I'm trying to make a new planet for a mod i'm working on but it won't load and the game gets stuck when I try to load my saves.

Config:

Spoiler

@Kopernicus:AFTER[Kopernicus]
{
    Body
    {
        name = Haan
        cacheFile = OuterWorlds/Cache/Haan.bin
        Template
        {
            name = Eeloo
            removeAllPQSMods = true
        }
        Properties
        {
            description = Haan is dwarf planet that was discovered fairly recently, and is located roughly 150 million kilometers from Kerbol. When it was first seen by it's discoverer, they thought someone was throwing a snowball at them and hid under a desk. There is still lots of debate over whether or not Haan is actually just a giant snowball with bird poop in it.
            radius = 205000
            geeASL = 0.165
            isHomeWorld = false
            tidallyLocked = false
            rotationPeriod = 43200
            timeWarpAltitudeLimits = 0 1000 2500 10000 25000 300000 1000000
            ScienceValues
            {
                landedDataValue = 10
                splashedDataValue = 1
                flyingLowDataValue = 1
                flyingHighDataValue = 1
                inSpaceLowDataValue = 8
                inSpaceHighDataValue = 7
                recoveryValue = 11
                flyingAltitudeThreshold = 0
                inSpaceAltitudeThreshold = 250000
            }
        }
        biomeMap = OuterWorlds/PluginData/Haan/HaanBiome.png
        Biomes
        {
            Biome
            {
                name = Surface
                value = 1
                color = 1,1,1,1
            }
        }
        ScaledVersion
        {
            type = Vacuum
            Materials
            {
                texture = OuterWorlds/PluginData/Haan/HaanColor.png
                normal = OuterWorlds/PluginData/Haan/HaanNormal.png
            }
        }
        Orbit
        {
            referenceBody = Sun
            semiMajorAxis = 150000000000
            inclination = 6.15
            eccentricity = 0.26
            longitudeOfAscendingNode = 260
            argumentOfPeriapsis = 50
            meanAnomalyAtEpoch = 0
            epoch = 213
        color = 1.0,0.8,0.8,0.9
        }
        PQS
        {
            Mods
            {
                VertexHeightMap
                {
                    map = OuterWorlds/PluginData/Haan/HaanHeight.png
                    deformity = 2000
                    scaleDeformityByRadius = false
                    offset = 0
                    enabled = true
                    order = 10
                }
                VertexHeightNoise
                {
                    noiseType = riggedMultiFractal
                    deformity = 1500
                    frequency = 6
                    persistance = 0.2
                    lacunarity = 2.4
                    octaves = 7
                    mode = low
                    seed = 27890
                    enabled = true
                    order = 15
                }
                VertexHeightAbsolute
                {
                    deformity = 250
                    octaves = 3
                    persistance = 0.2
                    frequency = 20
                    seed = 67363
                    enabled = true
                    order = 25
                }
                VertexColorMap
                {
                    map = OuterWorlds/PluginData/Haan/HaanColor.png
                    enabled
                    order = 35
                }
            }
        }
    }
}

 

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