Jump to content

Why isn't this working? [Kopernicus] [1.6.1]


millionmax

Recommended Posts

Sooooo I heard about Kopernicus recently (~1 week ago) and attempted to write my own planet code, using The White Guardian's tutorial. It would be nice if somebody posted example code or looked at my code.

I am creating a planet called "Hysphenia", a terrestrial planet with no atmosphere orbiting a polar orbit around the sun. (Using a spoiler format here because it's long)

Spoiler

@Kopernicus:AFTER[Kopernicus]
{
    Body
    {
        name = Hyspenia
        Template
        {
            name = Dres
            removeAllPQSMods = true
        }
        Properties
        {
            description = TBA
            radius = 450000
            geeASL = 0.7
            isHomeWorld = false
            tidallyLocked = false
            rotationPeriod = 4250000
            timewarpAltitudeLimits = 0 10000 11500 13200 60000 100000 250000 450000
            ScienceValues
            {
                landedDataValue = 6
                splashedDataValue = 2
                flyingLowDataValue = 2
                flyingHighDataValue = 2
                inSpaceLowDataValue = 5
                inSpaceHighDataValue = 4.5
                recoveryValue = 5
                flyingAltitudeThreshold = 30000
                spaceAltitudeThreshold = 500000
            }
            biomeMap = Hyspenia/PluginData/Hyspenia_biomes.dds
            Biomes
            {
                Biome
                {
                    name = Hills
                    value = 1
                    color = 1,0,0,1
                }
                Biome
                {
                    name = Flats
                    value = 1
                    color = 0,1,0,1
                }
                Biome
                {
                    name = Mountains
                    value = 1
                    color = 0,0,1,1
                }
            }
        }
        ScaledVersion
        {
            type = Vacuum
            Material
            {
                texture = Hyspenia/PluginData/Hyspenia_color.dds
                normals = Hyspenia/PluginData/Hyspenia_normal.dds
            }
        }
        Orbit
        {
            referenceBody = Sun
            semiMajorAxis = 12500000000
            inclination = 51
            eccentricity = 0.2
            longitudeOfAscendingNode = 25
            argumentOfPeriapsis = 360
            meanAnomalyAtEpoch = 2.75
            epoch = 70000000
            color = 0.81,0.62,0.09,0.67
        }
        PQS
        {
            Mods
            {
                VertexHeightMap
                {
                    map = Hyspenia/PluginData/Hyspenia_height.dds
                    deformity = 4000
                    scaleDeformityByRadius = false
                    offset = 0
                    enabled = true
                    order = 10
                }
            }
        }
    }
}

I think that's right...

Link to comment
Share on other sites

On 1/27/2019 at 6:10 PM, Benjamin Kerman said:

What happens when you load the game? What goes wrong? 

Edit: Kopernicus, body, and KSP logs would also be helpful to those who know how to use them. 

It only says something like "loading a saved game is not recommended because it could corrupt your files" and a bunch of other text i'm not willing to reinstall Kopernicus and put back the files just to take a picture of.

It would be nice if it gave me what's wrong...

Link to comment
Share on other sites

Yeah, what's wrong is that you're attempting to load a savegame without your new planet. You need to make a new save game, this warning is incredibly important because it helps give people the ability to know if their save game is going to get screwed because they removed a planet pack. It goes the other way also, so people can know if there's something changed at all about the bodies in their game. 

Please give the nessesary information and context next time you have a problem and want help. 

Link to comment
Share on other sites

On 1/27/2019 at 6:10 PM, Benjamin Kerman said:

What happens when you load the game? What goes wrong? 

Edit: Kopernicus, body, and KSP logs would also be helpful to those who know how to use them. 

Okay, just did

it loads forever (literally)

Link to comment
Share on other sites

  • 4 weeks later...
On 2/2/2019 at 3:31 PM, millionmax said:

Okay, just did

it loads forever (literally)

okay, no planet packs work at all, and i'm assuming that is because i need another thing on my computer?

the thing i was trying to install was TWB, but even a pack with one planet doesn't work.

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