Page 1 of 1

Bad Object Definition...again

Posted: 13.07.2004, 15:16
by Akajune
I've been having this problem alot lately. It's very annoying. How can i stop this from happening?
Io shows up, but not Europa, or any other object after the Io part in solarsys.ssc

.
.
.
.
.
Albedo 0.61
}

"Europa" "Sol/Jupiter"
{
Texture "europa.*
Radius 1560.8

CustomOrbit "europa"
EllipticalOrbit
{
Epoch 2443000.00038375
Period 3.551810
SemiMajorAxis 670900
Eccentricity 0.0101
Inclination 0.470
AscendingNode 101.087
LongOfPericenter 155.512
MeanLongitude 176.377
}

Obliquity 0.0
RotationOffset 56.2

Albedo 0.64
}


"Ganymede" "Sol/Jupiter"
{
Texture "ganymede.*"
Radius 2631.2

CustomOrbit "ganymede"
EllipticalOrbit
.
.
.
.
.



Thanks in advance.

Posted: 13.07.2004, 15:30
by selden
Akajune,

I'd suggest *not* modifying solarsys.ssc until you've debugged your ssc definitions in a separate ssc catalog file.

Celestia usually writes catalog file error messages to its "console log". Type a "~" (Shift-`) to see the console log. (~ <space>) on keyboards that support diacriticals)

p.s.

you left off the closing quote after the Texture file name.

Posted: 14.07.2004, 10:46
by ElPelado
The error is after puting the name of the texture. You wrote:

Code: Select all

Texture "europa.*

You forgot the " after the europa.*
So it should be:

Code: Select all

Texture "europa.*"