Jump to content

Recommended Posts

I don't have a googledrive account to login too.

Not sure what your trying to do. Is the planet Laythe suppose to orbit that Sun or that green planet? It looks to me to be in the same orbit as the green planet.

So it could be your referenceBody = is set to that green planet, or you set your obit(2,357,201km) way to high to orbit that green planet and left its SOI

Link to comment
Share on other sites

13 hours ago, Barar said:

So it could be your referenceBody = is set to that green planet, or you set your obit(2,357,201km) way to high to orbit that green planet and left its SOI

2

Oh crap, you're right, it is orbiting Jool!

(Yeah it's supposed to orbit the Sun)

Ugh I've been having like a million problems with referenceBody.

Thanks though!

Here's the config, not in Drive:

Spoiler

@Kopernicus:AFTER[KOPERNICUS]
{
    @Body[Laythe]
    {
        @Properties
        {
            radius = 1401620
            description = Ah, Laythe. The so-called "second habitable world" of our solar system, fourth out from the Sun. It is near the outer edge of the habitable zone in contrast to ours, and many have fantasized about potential aliens living there.
            mass = 4.16858862e23
            tidallyLocked = False
            rotationPeriod = 71064
        }
        @Orbit
        {
            referenceBody = Sun
            inclination = 2.1
            eccentricity = 0.25
            semiMajorAxis = 3.26826468e9
            longitudeOfAscendingNode = 123
            argumentofPeriapsis = 19
            meanAnomalyAtEpoch = 36
            epoch = 80
        }
        Rings
        {
            Ring
            {
                angle = 0
                innerRadius = 2500
                outerRadius = 3200
                texture = GJ-581-System/textures/ring.png
                color = 1,1,1,1
                lockRotation = true
                unlit = true
            }
        }
    }
}

 

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