Jump to content

Help with black blotch on planet.


Recommended Posts

I have recently been dabbling in modifying planets. I re textured Ike, and for some reason, there is a strange black spot that is not visible during map or from high altitudes. I am sure that some PQS mod has something to do with it.

Here are some screenshots of the black spot:

https://imgur.com/a/nLpGVkD

And here is my config file:

Spoiler

@Kopernicus:AFTER[Kopernicus]
{
    @Body[Ike]
    {
        @Properties
        {
            description = Ike is a mysterious body orbiting far out in the icy fringes of the solar system, but not as far as Secret so who cares?
            rotates = true
            rotationPeriod = 322000
            tidallyLocked = false
            sphereOfInfluence = 1049598.9
            @ScienceValues
            {
                landedDataValue = 15
                inSpaceLowDataValue = 13
                inSpaceHighDataValue = 12
                recoveryValue = 10
                spaceAltitudeThreshold = 50000
            }
        }
        @Orbit
        {
            @referenceBody = Sun
            color = RGBA(255,255,161,0)
            inclination = 4
            eccentricity = 0.10343445
            semiMajorAxis = 209900081840
            longitudeOfAscendingNode = 0
            argumentOfPeriapsis = 234
            meanAnomalyAtEpoch = 0
            epoch = 0
        }
        @ScaledVersion
        {
            Material
            {
                texture = kerbalRSS/BodyEdits/PluginData/Ike_Color.png
            }
        }
        @PQS
        {
            Mods
            {
                VertexColorMap
                {
                    map = kerbalRSS/BodyEdits/PluginData/Ike_Color.png
                    order 9999999
                }
            }
        }
    }
}

 

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