JackDole, for the turtle, I think we use 5 objects (for the head, body and legs) and for a elephant 8 objects (4 for legs, 1 body, 1 head, 1 trunk and 2 ears).
But I don't know if it is possible.
Star "My First Star"
{
RA 15.254208
Dec -15.254208
Dist 100
Class "G2 V" // Sol like star
RadSol 1
MassSol 1
}
StarBarycenter "My First System"
{
RA 15.254208
Dec -15.254208
Dist 100
}
// Planetary system
Star "My First Star"
{
ParentBody "My First System"
Class "G2 V"
RadSol 1
MassSol 1
StaticPosPolar (0.0 0.0 0.0) // This can also be omitted.
}
Planet "Peter"
{
ParentBody "My First Star"
Class "Terra" // for earth-like planet
Radius 6500
// If the planet should have life
Life
{
Class "Organic"
Type "Multicellular"
Biome "Marine/Terrestrial"
}
Atmosphere // Values taken from Earth
{
Height 60
Greenhouse 33
Pressure 1.0
Density 1.2929
Adiabat 0.28
Model "Earth"
Bright 10.0
Opacity 1.0
SkyLight 3.0
Composition
{
N2 71.2757715109
O2 24.4769489253
Xe 1.01734186284
H2O 1.51257699728
CO2 1.71736070365
}
}
Orbit
{
SemiMajorAxis 1.0 // AU
Period 1.0 // 1 Jahr
}
}
Moon "Paul"
{
ParentBody "Peter"
Class "Selena"
Radius 3000
//Mass ????
Orbit
{
RefPlane "Ecliptic"
//SemiMajorAxis ????
Period 0.0136895 // 5 days orbit = 5/365.24218985
Inclination 0
Eccentricity 0
AscendingNode 0
ArgOfPericen 180
MeanAnomaly 0
}
}
Pauker wrote:Source of the post Where should I put the created script for the Asteroid Belt? addon/catalogs/....?
JackDole wrote:Asteroid Belt Creator
Here is the python version of the asteroid belt generator.
AsBeCre-v0.3.1.py.zip
From the GUI version, I do not have the link, since the old forum is currently not available.
JackDole wrote:Asteroid Belt Creator
Here is the python version of the asteroid belt generator.
AsBeCre-v0.3.1.py.zip
From the GUI version, I do not have the link, since the old forum is currently not available.
JackDole wrote:
JackDole wrote:Discworld 3.1
Here is my current version of the Discworld.
The disc is procetural generated and there is no turtle and no elephants.scr00035.png
The image is from version 0.971.
Since my computer is broken, I currently can not make any new and better version.
DiscWorld3.1.pak