Jump to content

Not sure if this is the right topic, but i need help with Kopernicus


Recommended Posts

It never loads into the game and I'm not sure why, log file says that I didn't specify a "Object reference" or some type of stuff

.cfg file

  Reveal hidden contents

And the log file

  Reveal hidden contents

I initially thought that it was an error due of a spelling mistake but I didn't find any

can someone please help me out?

Edit:
So, I've made another file and this time it worked out, it was about the extension thing and I didn't have to specify it, but another problem came in

log file

  Reveal hidden contents

I think it's telling me that I need an atmosphere even tho I don't want it, I dont really know

Also the new .cfg for my new planet

  Reveal hidden contents

So yeah uh, anyone that can help me in both issues?

Edited by Nezus
Another issue lol
Link to comment
Share on other sites

Hi there! Not sure if you still need some help, but here's what I noticed:
In both configs, the cacheFile path is in the Template node, which is causing it to not load properly. Here's what I recommend for that:

@Kopernicus:AFTER[KOPERNICUS]
{
	Body
	{
		name = Iris
		cacheFile = PATH
		Template
		{
			...
		}
	}
}

(Sidenote: @Kopernicus:FOR[Mod Name] is more commonly used to clear up confusion when multiple Kopernicus mods are used, though it's not absolutely required.)

As for the second issue, the rimPower, rimBlend, and Gradient values are only called in the case of an existing atmosphere although the type value is set to Vacuum, which I'm sure is confusing it a bit. I suggest omitting those values entirely. If it's still yelling at you about the atmosphere,  [removeAtmosphere = true] should do the trick. Other than that, everything else looks just fine to me.

Link to comment
Share on other sites

Hey,

I did what you told me to do on the second config, I removed the the two rims and also the gradient but I'm not sure where to place the "removeAtmosphere" function.

I tried putting it in the ScaledVersion but it didn't work and still gave me an error, also tried on the Template but didn't work

Can you tell me where I need to place it? Also thanks for helping.

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