Quote steeljaw354 (
)
Can you give me the location of the rogue terra?
The rogue planet I made myself. But here are the scripts for that.
Code
//------------------------------------------------------------------------------
//------------------------------------------------------------------------------
// Rogue StarBarycenter
// RP000001.sc
// Put in 'addons\catalogs\stars'
StarBarycenter "RP000001"
{
RA -111 49 35.100558488723
Dec -4 22 53.75774407178
Dist 796.6048158208
}
Code
//------------------------------------------------------------------------------
//------------------------------------------------------------------------------
// Rogue planet
// RP000001.sc
// Put in 'addons\catalogs\planets'
Planet "Lonly"
{
ParentBody "RP000001"
Class "Terra"
Radius 10000
StaticPosPolar (0.000000 0.000000 0.000000)
}