Seem to have a problem
Posted: 16.03.2007, 04:18
I cant seem to get all the planets for a system to show up in Celestia. I'm using system maker to make it easy. The first planet in my system works fine its there and behaves the way it should. But I have so far added 6 out of 15 planets and NONE of them show up. I look at the script and I cant find out what is wrong with it. Any ideas?
The textures are just stand-ins as I am working on all the textures right now
Code: Select all
# ----------------- Star Data Block ------------------- #
# --------------- End Star Data Block ----------------- #
"Chara 1" "Chara"
{
Class "planet"
Texture "tethys.jpg"
Radius 3349.3
CustomOrbit "Chara 1 3349.3 "
EllipticalOrbit {
Period 0.323
SemiMajorAxis 0.534481443936871
Eccentricity 0.137
Inclination 2.10732
AscendingNode 192.03
}
RotationPeriod 1112.91
Albedo 0.07
#------------Data Block-----------
# Mass 0.141 Earth Masses
# Density 5.3523944592
# Class Type "Rock"
#-----------End Data Block--------
}
"Chara 2" "Chara"
{
Class "planet"
Texture "C:\Program Files\Celestia\textures\medres\ariel.jpg"
Radius 1326.7
CustomOrbit "Chara 2 1326.7 "
EllipticalOrbit {
Period 0.291376451912417
SemiMajorAxis 0.499
Inclination 2.10732
AscendingNode 192.03
}
RotationPeriod 2811.56
Albedo 0.07
#------------Data Block-----------
# Mass 0.009 Earth Masses
# Density 5.4968700516
#-----------End Data Block--------
}
"Chara 3" "Chara"
{
Class "planet"
Texture "C:\Program Files\Celestia\textures\medres\deimos.jpg"
Radius 4270
CustomOrbit "Chara 3 4270 "
EllipticalOrbit {
Period 0.350124226207731
SemiMajorAxis 0.564
Eccentricity 0.063
Inclination 1.16776
AscendingNode 104.24
}
RotationPeriod 3372.46
Albedo 0.07
#------------Data Block-----------
# Mass 0.294 Earth Masses
# Density 5.3858574368
# Class Type "Rock"
#-----------End Data Block--------
}
"Chara 4" "Chara"
{
Class "planet"
Texture "C:\Program Files\Celestia\textures\medres\enceladus.jpg"
Radius 5947.5
CustomOrbit "Chara 4 5947.5 "
EllipticalOrbit {
Period 0.620545096964179
SemiMajorAxis 0.826
Eccentricity 0.038
Inclination 0.16518
AscendingNode 278.91
}
RotationPeriod 18.38
Albedo 0.07
#------------Data Block-----------
# Mass 0.807 Earth Masses
# Density 5.4709321754
# Class Type "Rock"
#-----------End Data Block--------
}
"Chara 5" "Chara"
{
Class "planet"
Texture "C:\Program Files\Celestia\textures\medres\europa.jpg"
Radius 18115.7
CustomOrbit "Chara 5 18115.7 "
EllipticalOrbit {
Period 1.29514569489901
SemiMajorAxis 1.349
Eccentricity 0.133
Inclination 0.00002
AscendingNode 273.86
}
RotationPeriod 14.46
Albedo 0.46
#------------Data Block-----------
# Mass 6.583 Earth Masses
# Density 1.5792454819
# Class Type "Rock"
#-----------End Data Block--------
}
"Chara 6" "Chara"
{
Class "planet"
Texture "C:\Program Files\Celestia\textures\medres\earth.png"
NightTexture "C:\Program Files\Celestia\textures\medres\earthnight.jpg"
Radius 7878.4
CustomOrbit "Chara 6 7878.4 "
EllipticalOrbit {
Period 1.77752319305846
SemiMajorAxis 1.666
Eccentricity 0.133
Inclination 3.24197
AscendingNode 255.25
}
RotationPeriod 13.66
Albedo 0.37
#------------Data Block-----------
# Mass 1.92 Earth Masses
# Density 5.5998745266
# Class Type "Terrestrial"
#-----------End Data Block--------
}
The textures are just stand-ins as I am working on all the textures right now