


Can you post your current .sss script and your .cfg script?



On this planet, the North Pole should always be day. The 'Obliquity' must be 90°, 'EqAscendNode' -90° so that the planet with the north pole points to the sun.
// 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
}
//------------------------------------------------------------------------------thank youOn 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.NDSys.scCode: 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 } } //------------------------------------------------------------------------------
The sun for the planet:NDSun.scCode: 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 } //------------------------------------------------------------------------------
I do not think that's possible.

Try these parameters for the planet.
// Important !
RotationPeriod 24
Obliquity 90
EqAscendNode 45
Precession -11.8622