BD showing 1 orbit

General discussion about Celestia that doesn't fit into other forums.
Topic author
doctrellor
Posts: 35
Joined: 25.03.2004
With us: 20 years 6 months
Location: California

BD showing 1 orbit

Post #1by doctrellor » 20.08.2006, 18:48

After trying my .ssc numerous times, I tried an experiment.. using the our solar system as a .ssc file for the BD

and it only shows Mercury, and not the rest, so 1 lousy orbit...

So I figure I messed up somewhere in my .ssc, but with the default solarsystem .ssc, there is nothing wrong with it, so for the BD to only show 1 orbit seems odd

phoenix
Posts: 214
Joined: 18.06.2002
With us: 22 years 3 months
Location: Germany - Berlin

Post #2by phoenix » 20.08.2006, 19:23

ok, never mind... :roll:
Last edited by phoenix on 20.08.2006, 19:31, edited 1 time in total.
most recent celestia win32-SVN-build - use at your own risk (copy over existing 1.5.1 release)

Avatar
selden
Developer
Posts: 10190
Joined: 04.09.2002
With us: 22 years
Location: NY, USA

Post #3by selden » 20.08.2006, 19:24

In order to move solarsys.ssc, you have to change every reference to

Code: Select all

"Sol
(note no trailing quote) to be

Code: Select all

"BDwhatever
Is that what you did? Perhaps the file got damaged in the process.
Selden

Topic author
doctrellor
Posts: 35
Joined: 25.03.2004
With us: 20 years 6 months
Location: California

Post #4by doctrellor » 20.08.2006, 20:05

as an example of the few changes each planet had...

Here is the original Mercury

"Mercury" "Sol"
{
Texture "mercury.*"
Radius 2440

CustomOrbit "vsop87-mercury"
EllipticalOrbit {
Period 0.2408
SemiMajorAxis 0.3871
Eccentricity 0.2056
Inclination 7.0049
AscendingNode 48.33167
LongOfPericenter 77.456
MeanLongitude 252.251
}

RotationPeriod 1407.509405
Obliquity 7.01
EquatorAscendingNode 48.42
RotationOffset 291.20

Albedo 0.06
}

AltSurface "limit of knowledge" "Sol/Mercury"
{
Texture "mercury.*"
OverlayTexture "mercury-lok-mask.png"
}
-----------------

Here is the one with my changes

"X" "HIP 300001"
{
Texture "mercury.*"
Radius 2440


EllipticalOrbit {
Period 0.2408
SemiMajorAxis 0.3871
Eccentricity 0.2056
Inclination 7.0049

}


Albedo 0.06
}
---------

So as one can see, the names have changed, and I cut out a bit of info to simplify the info, but the essence remained the same. So I guess the file might of gotten damaged eh.. ok...


Return to “Celestia Users”