hello everyone I have a question. what part of a kopernicus config file dictates weather or not it shows up on the map in the tracking station? and what values hide/unhide targetability? im trying to edit a star pack to my liking but the body I want to see is hidden and "unclickable". heres the config. why cant I see this body on the map?
@Kopernicus:AFTER[Kopernicus]
{
@Body[Sun]
{
cbNameLater = test
@Template
{
!removeCoronas = DEL
removeProgressTree = false
}
@Properties
{
description = test
radius = 12100440257
mass = 1.98855E+28
rotationPeriod = 7494.9999928
rotates = true
isHomeWorld = false
}
@Atmosphere
{
enabled = True
oxygen = False
adiabaticIndex = 1.23
altitude = 620000
gasMassLapseRate = 0.465695400139801
atmosphereMolarMass = 0.0022
pressureCurveIsNormalized = False
temperatureCurveIsNormalized = False
temperatureLapseRate = 0.00973333333333333
temperatureSeaLevel = 4190
pressureCurve
{
key = 0 15 0 0
key = 5000 8.3 -0.001532 -0.001532
key = 10000 0.68 -0.001178053 -0.001178053
key = 10753.09 0.300954 -2.96097E-05 -2.96097E-05
key = 14194.01 0.2613179 -8.41565E-07 -8.41565E-07
key = 350000 0.1 -7.49481E-07 -7.49481E-07
key = 400000 0.04 -7.05211E-07 -7.05211E-07
key = 590000 2E-05 -6.21053E-09 -6.21053E-09
key = 620000 0 0 0
}
temperatureCurve
{
key = 0 4190 0 -0.2780258
key = 10000 4065 -0.01447884 -0.01447884
key = 50000 5000 -0.007179292 0.003853968
key = 250000 5800 0.0009989792 0.0009989792
key = 500000 6000 0.001352723 0.001352723
key = 620000 8000 0.06371323 0
}
}
@ScaledVersion
{
Light
{
givesOffLight = False
sunlightColor = 0,0,0,1
sunlightIntensity = 1
sunlightShadowStrength = 1
scaledSunlightColor = 1,0.85,0.65,1
scaledSunlightIntensity = 1
IVASunColor = 1,0.85,0.65,1
IVASunIntensity = 1
ambientLightColor = 0.06,0.06,0.06,1
sunLensFlareColor = 0,0,0,0
givesOffLight = True
sunAU = 500000000000
luminosity = 0
insolation = 0.15
brightnessCurve
{
key = -0.01573471 0.217353 1.706627 1.706627
key = 5.084181 3.997075 -0.001802375 -0.001802375
key = 38.56295 1.82142 0.0001713 0.0001713
}
}
Coronas
{
Corona
{
rotation = 0
speed = -1
updateInterval = 5
scaleLimitX = 5
scaleLimitY = 5
scaleSpeed = 0.007
Material
{
texture = test/test_corona
inverseFade = 2.553731
}
}
Corona
{
rotation = 0
speed = 1
updateInterval = 5
scaleLimitX = 5
scaleLimitY = 5
scaleSpeed = 0.009
Material
{
texture = test/test_corona
inverseFade = 2.553731
}
}
}
Material
{
rimColor = 0,0,0,1
rimPower = 0.5
rimBlend = 1
emitColor0 = 0,0,0,1
emitColor1 = 0,0,0,1
sunspotColor = 1,1,1,1
rimColor = 1,0.6525,0.305,1
sunspotTex = test/test.png
sunspotPower = 2
}
}
}
}