Ah Great! Rocket Man has more .SSC problems!

The place to discuss creating, porting and modifying Celestia's source code.
Topic author
Rocket Man
Posts: 87
Joined: 06.01.2005
With us: 19 years 10 months
Location: Marysville, Ohio

Ah Great! Rocket Man has more .SSC problems!

Post #1by Rocket Man » 10.06.2005, 18:23

I trying to redo the Eps Eri System with this .SSC I already tooken the original Eps Eri Information out of the ExtraSolar.ssc file place My new SSC data in but Celestia is rendering it. I belive a simple syntax error but I look over it twice and again with Bob's SSC guide. I don't see no problems.

Code: Select all

"Reach" "Gliese 144"
{
   Texture "reach.*"
   Radius 7,904

   Atmosphere{
      Height 78
      Lower [ 0.43 0.52 0.65 ]
      Upper [ 0.26 0.47 0.84 ]
      Sky [ 0.4 0.6 1.0 ]
      Sunset [ 1.0 0.6 0.2 ]
      CloudMap "reach-clouds.png"
      CloudHeight 19
      CloudSpeed 60
   }

   EllipticalOrbit {
      Period          1.34
      SemiMajorAxis   1.256
      Eccentricity    0.27
      ArgOfPericenter 39
      MeanAnomaly     91
   }

   RotationPeriod 22.5674
   Obliquity        27.39

   Albedo 0.31
}

"Casio" "Gliese 144"
{
   Texture "casio.*"
   Radius     70000
   Oblateness 0.056

   Atmosphere{
      Height 78
      Lower [0.89 0.75 0.61]
      Upper [0.9 0.8 0.6]
      Sky [0.89 0.77 0.6]
   }

   EllipticalOrbit {
      Period          3.1671
      SemiMajorAxis   3.208
      Eccentricity    0.1
      ArgOfPericenter 42
      MeanAnomaly     208
   }

   RotationPeriod  12.452

   Albedo 0.6
}


See any problems with it?

Thanks.
"Knowledge is truth of reality, Wisdom is the reality of the truth."
-Rocket Man

Spaceman Spiff
Posts: 420
Joined: 21.02.2002
With us: 22 years 9 months
Location: Darmstadt, Germany.

Post #2by Spaceman Spiff » 10.06.2005, 18:34

Greetings Rocket Man,

How about the comma in:

Code: Select all

Radius 7,904


Although celestia will read 7.904e+3, it won't read 7,904.

Was that it?

Spiff.

Topic author
Rocket Man
Posts: 87
Joined: 06.01.2005
With us: 19 years 10 months
Location: Marysville, Ohio

Post #3by Rocket Man » 10.06.2005, 18:39

8O

:x :x :x :x

Yeah that did it. :lol:









Thanks.
"Knowledge is truth of reality, Wisdom is the reality of the truth."

-Rocket Man


Return to “Development”