Hi all, I had a quick question. Is there is a limit on the minimum radius you can give to a planet/moon? I'm trying to make a moon that's 1km in radius, but when I get close to it, it vanishes from view and I always crash into it. If I try to use the debug menu to go into orbit around it, it always immediately crashes into the moon, no matter how far away I set the orbit. I added the code below:
@Kopernicus:AFTER[Kopernicus]
{
Body
{
name = Peor
Properties
{
radius = 1696
mass = 1.00383e+15
}
Orbit
{
referenceBody = Duna
inclination = 1.093
eccentricity = 0.0151
semiMajorAxis = 883000
}
ScaledVersion
{
type = Vacuum
Material
{
// Common scaled space settings
texture = MyConfig/Planets/Duna/PluginData/Peor/Color.dds
normals = MyConfig/Planets/Duna/PluginData/Peor/Normals.dds
shininess = 0
specColor = 0,0,0,0
}
}
}
}