How do I use a custom color pallete for a planet? I've made them in the editor, and I have the planet made, but how do I make the planet use a pallete, for example; jupiter_temperate_blue.cfg. Thank you!
The first line in your color file must be
UseFor "ParentObject|Object".
And then you have to put your file in the folder
data\textures\terrain\samples.
(If your file has a name that is not yet used by SE, you can put it in the
addons\textures\terrain\samples folder. You probably have to create these subdirectories first.)
Is it possible to customize planet color in .sc file in 0.990 ? There is not color line in exported .sc files.
You have to create your own
.cfg file for it. (You can do that in the editor.)
Examples of such a file can be found in the '
SamplesPresets.pak' archive in the directory '
data\textures\terrain\samples'.
The first line in your file must be
UseFor "ParentObject|Object". It's best to put your file in the folder '
data\textures\terrain\samples'.