Duke_Countu wrote:Source of the post Unfortunately it does not create the ship and no files have been generated,
xingqiu1 wrote:Source of the post For example, the northern hemisphere is always day, the southern hemisphere is always night.
// Filename: NDSys.sc
// JackDole 2019.02.13 09:10:27
// Put this in 'addons\catalogs\planets'.
//------------------------------------------------------------------------------
Planet"Night & Day"
{
ParentBody "ND's Sun"
Class "Terra"
Mass 1
Radius 6186.06
InertiaMoment 0.329762
Oblateness 0.00300507
RotationPeriod 24
// Important !
Obliquity 90
EqAscendNode -90
Precession -1
Life
{
Class "Organic"
Type "Multicellular"
Biome "Terrestrial"
Panspermia "true"
}
Surface
{
BumpHeight 21.3977
BumpOffset 12.7024
}
Ocean
{
Height 13.7024
}
NoRings true
Orbit
{
RefPlane "ExtraSolar"
SemiMajorAxis 1
Period 1 // !
Inclination 0
Eccentricity 0
Epoch 2451545
}
}
//------------------------------------------------------------------------------
// Filename: NDSun.sc
// JackDole 2019.02.13 09:06:40
// Put in 'addons\catalogs\stars'
//------------------------------------------------------------------------------
Star "ND's Sun"
{
RA 0 22 42.00
Dec -71 07 25
Dist 407.12
Class "G2 V"
RadSol 1
MassSol 1
}
//------------------------------------------------------------------------------
JackDole wrote:xingqiu1 wrote:Source of the post For example, the northern hemisphere is always day, the southern hemisphere is always night.
On this planet, the North Pole should always be day. scr00210.jpg
The 'Obliquity' must be 90°, 'EqAscendNode' -90° so that the planet with the north pole points to the sun.
The 'Precession' must be the same as the orbital 'Period', in this case one year, but negative.Code: Select all// Filename: NDSys.sc
// JackDole 2019.02.13 09:10:27
// Put this in 'addons\catalogs\planets'.
//------------------------------------------------------------------------------
Planet"Night & Day"
{
ParentBody "ND's Sun"
Class "Terra"
Mass 1
Radius 6186.06
InertiaMoment 0.329762
Oblateness 0.00300507
RotationPeriod 24
// Important !
Obliquity 90
EqAscendNode -90
Precession -1
Life
{
Class "Organic"
Type "Multicellular"
Biome "Terrestrial"
Panspermia "true"
}
Surface
{
BumpHeight 21.3977
BumpOffset 12.7024
}
Ocean
{
Height 13.7024
}
NoRings true
Orbit
{
RefPlane "ExtraSolar"
SemiMajorAxis 1
Period 1 // !
Inclination 0
Eccentricity 0
Epoch 2451545
}
}
//------------------------------------------------------------------------------
NDSys.sc
The sun for the planet:Code: Select all// Filename: NDSun.sc
// JackDole 2019.02.13 09:06:40
// Put in 'addons\catalogs\stars'
//------------------------------------------------------------------------------
Star "ND's Sun"
{
RA 0 22 42.00
Dec -71 07 25
Dist 407.12
Class "G2 V"
RadSol 1
MassSol 1
}
//------------------------------------------------------------------------------
NDSun.sc
xingqiu1 wrote:Source of the post somebody knows how to change the direction of the comet tail?
xingqiu1 wrote:Source of the post how can we place the map of the Arctic jet horizontally after reversing it, so that the position of the jet gas is horizontally to the right?
// Important !
RotationPeriod 24
Obliquity 90
EqAscendNode 45
Precession -11.8622