
this is the current SSC for the space around pluto:
Pluto
Code: Select all
Modify "Pluto" "Sol" {
Texture "terraformedpluto.png"
BumpMap "terraformedpluto-bump2.png"
BumpHeight 1.700
HazeColor [ 0.40 0.60 1.00 ]
HazeDensity 1.0
NightTexture "terraformedpluto-night.png"
SpecularTexture "terraformedpluto-spec.png"
SpecularColor [ 1.000 1.000 0.750 ]
SpecularPower 60.000
Atmosphere {
Height 35
Lower [ 0.40 0.60 1.00 ]
Upper [ 0.00 0.00 0.50 ]
Sky [ 0.20 0.40 1.00 ]
CloudHeight 3.5
CloudSpeed 65.000
CloudMap "earthcloudsv6.png"
}
#CustomOrbit "pluto-jpl"
Albedo 0.30
}
"WorldHouse" "Sol" {
Radius 1000
Atmosphere {
CloudHeight 186
CloudSpeed 0.000
CloudMap "worldhouse.png"
}
CustomOrbit "pluto"
EllipticalOrbit
{
Period 248.54
SemiMajorAxis 39.48168677
Eccentricity 0.24880766
Inclination 17.14175
AscendingNode 110.30347
LongOfPericenter 224.06776
MeanLongitude 238.92881
}
RotationPeriod 153.293904
Obliquity 115.60
EquatorAscendingNode 228.34
RotationOffset 320.75
Albedo 0.30
}
Charon
Code: Select all
Modify "Charon" "Sol/Pluto" {
Texture "charon.png"
BumpMap "charon-bump.png"
BumpHeight 1.200
SpecularTexture "charon-spec.png"
SpecularColor [ 1.000 1.000 0.750 ]
SpecularPower 60.000
}
The 2 asteroid moons beyond charon in a "poormoons.ssc" file i downloaded (unchanged)
Code: Select all
"2005P1" "Sol/Pluto" # (IAUC 8625)
{
Texture "asteroid.jpg"
Mesh "asteroid.cms"
Radius 70 # 140 km diameter for 15% albedo
InfoURL "http://www.boulder.swri.edu/plutonews/"
EllipticalOrbit
{
Period 38.2
SemiMajorAxis 64700
AscendingNode 273 # "probably in the same plane as Charon"
}
Albedo 0.15 # estimate, based on KBOs
}
"2005P2" "Sol/Pluto" # (IAUC 8625)
{
Texture "asteroid.jpg"
Mesh "asteroid.cms"
Radius 60 # ~120 km diameter for 15% albedo
InfoURL "http://www.boulder.swri.edu/plutonews/"
EllipticalOrbit
{
Period 25.5
SemiMajorAxis 49400
AscendingNode 273 # "probably in the same plane as Charon"
}
Albedo 0.15 # estimate, based on KBOs
}
And 2 surface locations i made for my terraformed pluto addon
Code: Select all
Location "Pisces Centauri" "Sol/Pluto" {
LongLat [ -141.50160 17.71767 0 ]
Importance 1700.000
Type "City"
}
Location "New Denver" "Sol/Pluto" {
LongLat [ -110.80200 -25.68182 0 ]
Importance 800.000
Type "City"
}
Can anyone help?