Hi,
Let me add an explanation for those who are not familiar with ssc files.
suppose we want
* Venus with a light gray orbit
* The Earth with a green orbit
* Mars with an orange orbit
You must create a plain text file with the extension
ssccall this file
myorbitscolors.ssc Record this file in the
celestia/extras directory
Here is the content of this file :
Code: Select all
Modify "Venus" "Sol"
{
OrbitColor [0.7 0.7 0.7]
}
Modify "Earth" "Sol"
{
OrbitColor [0 1 0]
}
Modify "Mars" "Sol"
{
OrbitColor [1 0.4 0]
}
Words in a ssc file are case sensitive.
"
Modify" is better than "Replace"
This allows to change only what is necessary without having to rewrite the entire definition of the planet.
Snap2.jpg
The parameters of "OrbitColor" are the proportions of red, green and blue (from 0 to 1).
If a planet is selected, its orbit will be in red anyway.