System Creation Problem
Posted: 10.06.2009, 21:02
Hi everyone.
For the first time (in a long while) I have actually started work on a new system for the star Ross 128. However I have encountered a problem in Celestia and I think that numerous things in my SSC code are wrong. When I run Celestia and go to Ross 128, I see the first planet that I have created, rings and other textures can be seen with excellent results. I also defined a moon of that planet and gave it textures and settings... but here the problems begins...
The moon is not drawn in Celestia though it is defined as a name in the system. Not only can I see any textures, its the whole sphere thats missing. To support my problem I have a copy of the code shown below. Can anyone help me out as to why this moon isn't being drawn?
I have used no system generation software. This has been created from the ground up using notepad.
Thanks for any help
M.Noob
For the first time (in a long while) I have actually started work on a new system for the star Ross 128. However I have encountered a problem in Celestia and I think that numerous things in my SSC code are wrong. When I run Celestia and go to Ross 128, I see the first planet that I have created, rings and other textures can be seen with excellent results. I also defined a moon of that planet and gave it textures and settings... but here the problems begins...
The moon is not drawn in Celestia though it is defined as a name in the system. Not only can I see any textures, its the whole sphere thats missing. To support my problem I have a copy of the code shown below. Can anyone help me out as to why this moon isn't being drawn?
I have used no system generation software. This has been created from the ground up using notepad.
Code: Select all
"Zar'Kar" "Ross 128"
{
Texture "Zar'Kar.jpg"
NightTexture "Zar'Kar Night.jpg"
Color [ 255 255 255 ]
Radius 22913.8075194
Oblateness 0.091837152
EllipticalOrbit {
Period 2.19054
SemiMajorAxis 0.01139
Eccentricity 0.1928
Inclination 3.0739
MeanAnomaly 97.3881
}
Rings {
Inner 41907.542813
Outer 104882.753941
Texture "Zar'Kar Rings.dds"
Color [ 255 255 255 ]
}
RotationPeriod 12.9085
Obliquity 21.08
Albedo 0
}
"Ok'am" "Ross 128/Zar'Kar"
{
Texture "Ok'am.jpg"
BumpMap "Ok'am Bump.jpg"
BumpHeight 5
Color [ 255 255 255 ]
Radius 909.1758
EllipticalOrbit {
Period 10.9895
SemiMajorAxis 209117.5043
Eccentricity 0
Inclination 1.9038
MeanAnomaly 223.5797
}
RotationPeriod 92.7715
Obliquity -9.083514
Albedo 0.1594
}
Thanks for any help
M.Noob