I did a little editing to the original jupiter.ssc file,I've put the original file here:
Code: Select all
"Jupiter" "Sol"
{
Texture "PIA07782-8k-net.png"
SpecularTexture "PIA07782-8k-net-spec.png"
Color [ 0.15 0.15 0.15 ]
SpecularColor [ 0.10 0.10 0.10 ]
SpecularPower 99.0
NormalMap "PIA07782-8k-net-normal.dds"
# NightTexture "JupiterNight.dds"
HazeColor [ 0.4 0.45 0.5 ]
HazeDensity 0.3
Radius 71492 # equatorial
Oblateness 0.0649
CustomOrbit "vsop87-jupiter"
EllipticalOrbit
{
Period 11.8622
SemiMajorAxis 5.2034
Eccentricity 0.0484
Inclination 1.3053
AscendingNode 100.556
LongOfPericenter 14.7539
MeanLongitude 34.404
}
Atmosphere
{
Height 300
Lower [ 0.7 0.6 0.5 ]
Upper [ 0.5 0.45 0.4 ]
Sky [ 0.8 0.8 0.5 ]
Sunset [ 1.0 0.6 0.2 ]
CloudHeight 200
# CloudSpeed 300
CloudMap "PIA07782-8k-net-clouds.png"
Mie 0.0005
MieAsymmetry -0.15
Rayleigh [ 0.00025 0.0009 0.0015 ]
#Absorption [ 0.008 0.004 0.002 ] #dark blue
Absorption [ 0.00018 0.00005 0.0 ]
MieScaleHeight 18
}
Rings
{
Inner 92000
Outer 221000
Texture "jupiter-rings.png"
Color [ 1.0 0.88 0.82 ]
}
RotationPeriod 9.927953 # System II (for GRS)
# RotationPeriod 9.92425 # System III (radio emissions)
Obliquity 2.222461 # 1.82246 # 2.22246
EquatorAscendingNode -22.203 # -1.87785 # -22.203
RotationOffset 16 # for correct location of GRS
# RotationOffset 305.40 # correct System III prime meridian
Albedo 0.51
}
All I did was to alter the top of the code slightly to try and change it into an alternate ssc(and also see what happens),the changes I made is here:
Code: Select all
AltSurface "8kJupiter" "Sol/Jupiter"
All the rest of the code is the same.The result I got was that Jupiter turned into a black sphere! I hope that helps,
Regards,
nightcast2000