You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 9, 2018. It is now read-only.
One of the commits I pushed was having the possibility of starting on a moon, instead of one of the planets.
I've been playing around with it, and it seems like when that happens, the space center screen is bugged - doesn't show anything. The buttons for the structures still work, and you can still launch normally, but the main screen itself is black or blue.
Moving the reference body of kerbin to be the sun fixed it.
The log says something like:
[ERR 23:34:17.014] [SurfaceObject]: Cannot return to original parent, it no longer exists.
[LOG 23:34:17.015] [Kopernicus] Fixed SpaceCenterCamera
I guess that it's related. Any idea on a way to work around this?
The text was updated successfully, but these errors were encountered:
KSP and Kopernicus by extension don't really like reparenting Kerbin. It kinda works (tm), when you use PostSpawnOrbit to change the reference body, however it is still full of monsters (especially in the SpaceCenter screen). The standard symptoms are, that it is always night in the space center.
The log messages are always there and they don't indicate any bugs.
That's a shame - starting on the moon of another planet is a nice change. So, nothing to be done unless you're playing sandbox and willing to not look at the space center screen, or find a mod that allows building upgrades from a different screen?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
One of the commits I pushed was having the possibility of starting on a moon, instead of one of the planets.
I've been playing around with it, and it seems like when that happens, the space center screen is bugged - doesn't show anything. The buttons for the structures still work, and you can still launch normally, but the main screen itself is black or blue.
Moving the reference body of kerbin to be the sun fixed it.
The log says something like:
[ERR 23:34:17.014] [SurfaceObject]: Cannot return to original parent, it no longer exists.
[LOG 23:34:17.015] [Kopernicus] Fixed SpaceCenterCamera
I guess that it's related. Any idea on a way to work around this?
The text was updated successfully, but these errors were encountered: