This moon is one I've been trying to make for over a year (with another program), but was not successful. This moon has a concentration of radioactive elements in its crust, and therefore the dark side of the moon gives off an eerie glow from the photons of light collected during the light phase. Here's a mockup of what I'm wanting:
...and here's the code I'm using:
Code: Select all
#########################
# hip500000.ssc
#########################
"Loren" "HIP 500000" {
Class "planet"
Texture "Pandapata.jpg"
Radius 64000
EllipticalOrbit
{ Period 5.8
SemiMajorAxis 2.5
}
RotationPeriod 23.55556
}
"Apollonius" "HIP 500000/Loren" {
Class "moon"
Texture "phosphorescent planet 002.jpg"
NightTexture "phosphorescent planet 002a.jpg"
Radius 34000
EllipticalOrbit
{ Period 24
SemiMajorAxis 32.5
}
RotationPeriod 1
}
#########################
Sorry I'm such a noob, but can anybody help me? I've tried doing it like the walkthrough said...it's still not working. I can post a screenshot of what it DOES look like (a dark spot on the mother planet), but maybe someone can tell me what's wrong from the code I just posted. LOL!! And no...I still haven't changed the name from 'hip 500000' yet!