Page 1 of 1

Ah Great! Rocket Man has more .SSC problems!

Posted: 10.06.2005, 18:23
by Rocket Man
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.

Posted: 10.06.2005, 18:34
by Spaceman Spiff
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.

Posted: 10.06.2005, 18:39
by Rocket Man
8O

:x :x :x :x

Yeah that did it. :lol:









Thanks.