Jump to content

Kopernicus PQS Planet/moon Problems(Disappears)


Recommended Posts

Hello, I have recently have been having problems with PQS messing with my Moon. Maybe there is some problem, or more likely, Human error.
I have been trying to research this problem for a few months now, and can't seem to find the problem.

Here is what's wrong:

100k- Fine, nothing visually wrong. (Pictures Shown in Spoilers)

Spoiler

100k.jpg


~95k- Disappears no matter what, and usually stays like this until it goes above this altitude.

Spoiler

95k.jpg

75k -Faint Outline can be seen of Planet.

Spoiler

75k.jpg


~70k -Only happened once, it seems the Color Map has disappeared and the Height map stays.

Spoiler

70k.jpg

There was a problem with the shadows as well, As shown here:(You Can see somewhat of a zigzag of shadows, Not due to low Graphics)

Spoiler

20170226002526_1.jpg


Here is the PQS, as I see it is the only thing wrong. If you would like the cfg, I would be more than welcome to upload it. There is no noticable errors in the body logs, or any other logs generated by either KSP or Kopernicus.
 

Spoiler

(Since this is the most minimialistic PQS that occured the error, this is all that I have. It didn't seem to change anything from adding or removing certain parts)
PQS
        {
            Mods
            {
                VertexColorMap
                {
                    map = ProjectJoolPA/PluginData/hoffnuPD/Color.dds
                    order = 200
                    enabled = true
                }
                
                VertexHeightMap
                {    map = ProjectJoolPA/PluginData/hoffnuPD/Height.dds
                    deformity = 50
                    scaleDeformityByRadius = false
                    enabled = true
                    order = 1
                }
            }
        }

This Moon is for my ProjectJool Mod(Which can be found Here), and anyone due credit will be listed under special thanks, as this problem has been driving me crazy. Thank you for any help. :D

Edited by InterstellarOrbit
Link to comment
Share on other sites

I would appreciate it if you could post questions related to Kopernicus in the Kopernicus thread in the future. Its what it is there for, and it doesnt clutter the forum with Kopernicus threads :wink:

Edited by Thomas P.
Link to comment
Share on other sites

1 hour ago, The White Guardian said:

This problem isn't in the PQS, it's the ScaledSpace transition limiters.

Allow me to take a look at the full config and I'll see if I can find the troublemaker.

Alright, here it is.

Spoiler

@Kopernicus:AFTER[Kopernicus]
{  
    Body
    {
        name = Hoffnu
        cacheFile = ProjectJoolPA/Cache/Hoffnu.bin
        Template
        {
            name = Eeloo
            removeAllPQSMods = true
        }
        Properties
        {    
            description = N/a
            geeASL = 0.15
            radius = 150000
            isHomeWorld = false
            rotationPeriod = 129600
            tidallyLocked = false 
            timewarpAltitudeLimits = 0 2500 5000 10000 20000 40000 60000 120000
            ScienceValues
            {
                landedDataValue = 17
                splashedDataValue = 1
                flyingLowDataValue = 1
                flyingHighDataValue = 1
                inSpaceLowDataValue = 11
                inSpaceHighDataValue = 10
                recoveryValue = 12
                flyingAltitudeThreshold = 5000
                spaceAltitudeThreshold = 200000
            }
            biomeMap = ProjectJoolPA/PluginData/hoffnuPD/BiomeMap.dds
            Biomes
            {
                Biome
                {
                    name = Craters
                    value = 1.0
                    color = 131,121,190,1
                }
                Biome
                {
                    name = Crater Mountains
                    value = 1.0
                    color = 199,188,109,1
                }
                Biome
                {
                    name = Guardian Crater
                    value = 1.0
                    color = 255,255,255,1
                }
                Biome
                {
                    name = Mountains of Guardian Crater
                    value = 1.0
                    color = 255,213,255,1
                }
                Biome
                {
                    name = Manley's Crater
                    value = 1.0
                    color = 143,0,254,1
                }
                Biome
                {
                    name = Mountains of Manley's Crater
                    value = 1.0
                    color = 128,0,128,1
                }
                Biome
                {
                    name = Glenn Crater
                    value = 1.0
                    color = 255,0,0,1
                }
                Biome
                {
                    name = Mountains of Glenn Crater
                    value = 1.0
                    color = 177,252,230,1
                }
                Biome
                {
                    name = Cat's Flats
                    value = 1.0
                    color = 254,0,167,1
                }
                Biome
                {
                    name = Equatorial Plateau
                    value = 1.0
                    color = 94,65,255,1
                }
                Biome
                {
                    name = Slopes
                    value = 1.0
                    color = 255,168,0,1
                }
                Biome
                {
                    name = Lowlands
                    value = 1.0
                    color = 108,255,0,1
                }
                Biome
                {
                    name = Lowland Slopes
                    value = 1.0
                    color = 0,255,120,1
                }
                Biome
                {
                    name = Midlands
                    value = 1.0
                    color = 0,0,255,1
                }
                Biome
                {
                    name = Midland Slopes
                    value = 1.0
                    color = 0,200,255,1
                }
                Biome
                {
                    name = Highlands
                    value = 1.0
                    color = 0,255,0,1
                }
                Biome
                {
                    name = Highland Slopes
                    value = 1.0
                    color = 0,255,168,1
                }
                Biome
                {
                    name = Mountains
                    value = 1.0
                    color = 255,255,0,1
                }
                Biome
                {
                    name = Mountain Peaks
                    value = 1.0
                    color = 232,0,255,1
                }
                Biome
                {
                    name = North Pole
                    value = 1.0
                    color = 255,255,128,1
                }
                Biome
                {
                    name = South Pole
                    value = 1.0
                    color = 128,128,255,1
                }
            }                
        }
        Orbit
        {
            referenceBody = Jool
            semiMajorAxis = 150000000
            inclination = 1.45
            eccentricity = 0.015
            color = 0.6,0.8,0.8,1.0
        }
        ScaledVersion
        {
            Material
            {    
                texture = ProjectJoolPA/PluginData/hoffnuPD/Color.dds
                normals = ProjectJoolPA/PluginData/hoffnuPD/Normal.dds
            }
        }
        PQS
        {
            Mods
            {
                VertexColorMap
                {
                    map = ProjectJoolPA/PluginData/hoffnuPD/Color.dds
                    order = 200
                    enabled = true
                }
                
                VertexHeightMap
                {    map = ProjectJoolPA/PluginData/hoffnuPD/Height.dds
                    deformity = 50
                    scaleDeformityByRadius = false
                    enabled = true
                    order = 1
                }
            }
        }
    }    
}

 

55 minutes ago, Thomas P. said:

I would appreciate it if you could post questions related to Kopernicus in the Kopernicus thread in the future. Its what it is there for, and it doesnt clutter the forum with Kopernicus threads :wink:

Sorry, I didn't know. I will make sure in the future I will use that thread.

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