Jump to content

I'm trying to make Kerbin a moon of another planet that I made and this is all I have, and it won't work can someone help?


Recommended Posts

Few things- 

Remove :AFTER[Kopernicus]

Add % signs in front of the semiMajorAxis and the referenceBody values.

Should look like this.

@Kopernicus
{
	@Body[Kerbin]
	{
		@Orbit
		{
			%semiMajorAxis = 13599840
			%referenceBody = Erup
		}
	}
}

 

Link to comment
Share on other sites

Thank you I'll try it now.

update: I just tried it, and it sadly didn't work, the game crashed when I loaded the game do you know something else that can work?

Edited by Univvurs123
Code didn't work.
Link to comment
Share on other sites

  • 2 weeks later...
On 11/3/2024 at 2:49 PM, Univvurs123 said:

Thank you I'll try it now.

update: I just tried it, and it sadly didn't work, the game crashed when I loaded the game do you know something else that can work?

Next time tag me like so, @Mr. Kerbin, so I know you asked for help. Otherwise, I wouldn't see this!

testin rn

all but crashes :sob:

 

funny, if I use duna it works.

and eve

Edited by Mr. Kerbin
Link to comment
Share on other sites

55 minutes ago, Univvurs123 said:

@Mr. Kerbin Yea it's pretty weird, no wonder the only planet mods where Kerbin is a moon is new horizons and alternis, maybe its kopernicus or something. :/

Thank you for trying tho.

Tried using PostSpawnOrbit, (new horizons uses that but it is quite old), and it works! So all you do is add this little guy below the orbit-node-thing.

	PostSpawnOrbit
        {
            referenceBody = Erup
        }

Just like that! Then remove referenceBody from the Orbit node.

Link to comment
Share on other sites

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