Jump to content

Moving Kerbin Breaks the KSC [Kopernicus]


Recommended Posts

Hello, I am currently experimenting with moving Kerbin around another planet using Kopernicus, and for whatever reason the view of the Space Center is all black. Spawning a ship on the launch pad or runway still works fine.

As shown:

HQvOSoC.png

And here is a link to the config file I have:

@Kopernicus:AFTER[KOPERNICUS]
{
	%Body[Kerbin]
	{
		cacheFile = Kerbon/Cache/Kerbin.bin
		%Template
		{
			%name = Kerbin
		}
		%Properties
		{
			isHomeWorld = true
			@ScienceValues
			{
			}
		}
		%Orbit
		{
			%referenceBody = Kerbon
			semiMajorAxis = 40000000
			inclination = 0
			eccentricity = 0
			longitudeOfAcendingNode = 0
		}
	}
}

I am afraid I am missing a few parameters, I am just not sure what they are.

Any ideas?

Link to comment
Share on other sites

28 minutes ago, jkopp415 said:

Hello, I am currently experimenting with moving Kerbin around another planet using Kopernicus, and for whatever reason the view of the Space Center is all black. Spawning a ship on the launch pad or runway still works fine.

As shown:

HQvOSoC.png

And here is a link to the config file I have:


@Kopernicus:AFTER[KOPERNICUS]
{
	%Body[Kerbin]
	{
		cacheFile = Kerbon/Cache/Kerbin.bin
		%Template
		{
			%name = Kerbin
		}
		%Properties
		{
			isHomeWorld = true
			@ScienceValues
			{
			}
		}
		%Orbit
		{
			%referenceBody = Kerbon
			semiMajorAxis = 40000000
			inclination = 0
			eccentricity = 0
			longitudeOfAcendingNode = 0
		}
	}
}

I am afraid I am missing a few parameters, I am just not sure what they are.

Any ideas?

You cant just change the reference body in the cfg like that. You have to do this:

@Orbit
{
	//put stuff here, but ReferenceBody MUST BE "Sun"
}
PostSpawnOrbit
{
	@referenceBody = whatever you want it to orbit
}

 

Link to comment
Share on other sites

9 minutes ago, DeltaDizzy said:

You cant just change the reference body in the cfg like that. You have to do this:


@Orbit
{
	//put stuff here, but ReferenceBody MUST BE "Sun"
}
PostSpawnOrbit
{
	@referenceBody = whatever you want it to orbit
}

 

Remove the @ in the referenceBody for PSO and you should be good.

Link to comment
Share on other sites

13 minutes ago, DeltaDizzy said:

You cant just change the reference body in the cfg like that. You have to do this:


@Orbit
{
	//put stuff here, but ReferenceBody MUST BE "Sun"
}
PostSpawnOrbit
{
	@referenceBody = whatever you want it to orbit
}

 

 

3 minutes ago, Mrcarrot said:

Remove the @ in the referenceBody for PSO and you should be good.

It worked perfectly, thank you so much!

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