Jump to content

Planet Collider Extends to end of SOI


Recommended Posts

There is a glitch with a Kopernicus Body I am making where whenever I enter the SOI I "Crash into the surface"

Please let me know what is wrong...

@Kopernicus:AFTER[Kopernicus]
{
	Body
	{
        name = Frox
        Template
        {
            name = Gilly
            removeAllPQSMods = true
        }
        Orbit
        {
            referenceBody = Kerbin
            color = 1,1,1,1
            inclination = -23 
            eccentricity = 0 
            semiMajorAxis = 2800000
            longitudeOfAscendingNode = 0 
            argumentOfPeriapsis = 0
            meanAnomalyAtEpoch = 0
            epoch = 0 
        }
        Properties
        {
            description = TEST
            radius = 12000 
            geeASL = 0.0874 
            rotationPeriod = 0
            rotates = false 
            tidallyLocked = true
            initialRotation = 0
            isHomeWorld = false
            timewarpAltitudeLimits = 0 30000 30000 60000 300000 300000 400000 700000
            ScienceValues 
            {
                landedDataValue = 2 
                splashedDataValue = 2 
                flyingLowDataValue = 11 
                flyingHighDataValue = 8 
                inSpaceLowDataValue = 7 
                inSpaceHighDataValue = 6 
                recoveryValue = 7 
                flyingAltitudeThreshold = 12000
                spaceAltitudeThreshold = 140000
            }	
        }
        ScaledVersion
        {
            type = Vacuum
            fadeStart = 0
			fadeEnd = 0
            OnDemand
			{
                texture = Frox-Alstor/PluginData/Frox-ColorMap.png
                normals = Frox-Alstor/PluginData/Frox-NormalMap.png
            }
        }
        PQS
        {
            Mods
            {
                VertexColorMap
                {
                    map = Frox-Alstor/PluginData/Frox-ColorMap.png
                    order = 20
                    enabled = true
                }

                VertexHeightMap
                {
                    map = Frox-Alstor/PluginData/Frox-HeightMap.png
                    offset = -15
                    deformity = 1500
                    scaleDeformityByRadius = false
                    order = 20
                    enabled = true
                }
            }
        }
    }
}

 

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