Jump to content

Planet Textures


WolfyDoo

Recommended Posts

I hope that somebody can explain me everything about textures for planets. I know there are tutorials like textures with PQS from @The White Guardian, but I don't seem to understand them that well. I hope somebody can explain me how to make a stock-like KSP planet/moon? Also when I use a texture with .dds it gives off a totally white or a totally black texture in-game? Somebody knows why that is?

 

Thanks! :D

Link to comment
Share on other sites

Hmm... not really. You see, you set Tylo as a template, but you don't 'alter' the template further. You keep all of Tylo's PQSMods and thus you're basically editing a clone of Tylo, not making a new planet. As for why the planet looks like Tylo in the map view, that is because you haven't updated the ScaledSpace. So, in short, add this:

Template
{
	name = Tylo
	removeAllPQSMods = true
}

To remove Tylo's PQSMods from the template so the PQSMods you chose are applied. Furthermore, you specify a colormap AND a colormod. That isn't necessary, you can delete HeightColorMap. And last but not least, the ScaledSpace, well, you don't seem to have a heightmap so you can't generate a normal map. I recommend installing Kittopia and exporting the textures of your planet once you're happy with how the planet looks, then add this:

ScaledVersion
{
	type = Vacuum
	Material
	{
		texture = [Filepath leading to the planet's 'color' texture]
		normals = [Filepath leading to the normal map Kittopia created]
	}
}

Hope this helps

TWG

Edited by The White Guardian
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...